@charset "UTF-8";
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:18px;
	margin:0;
	color: #898989;
	overflow: auto;
}
html, body { height: 100%;}
button, link, input[type='button'], input[type='file'], input[type='reset'], input[type='submit'] {
	cursor:pointer;
	padding: 2px 15px;
}
input[type='radio'], input[type='checkbox'] {
	cursor:pointer;
}
a:hover {
	cursor:pointer;
}
.cur_hand {
	cursor:pointer;
}
.cursormove{
	cursor:move;
}
input[type="button"]:focus,
button:focus,
select:focus,
option:focus {
  outline: 0;
}
input[type="button"]:hover,input[type="submit"]:hover {
	background-color: #E4E4E4;
}
button, input[type='button'], input[type='text'], input[type='password'], input[type='file'], input[type='reset'], input[type='submit'],textarea,select,input[type='number'] {
	border: 1px solid #E4E4E4;
	border-radius: 5pt;
	color: #6e6a6a;
}
input[type=date],input[type=month]  {
	border: 1px solid #E4E4E4;
	border-radius: 5pt;
}
input[type="text"]{
	font-family : inherit;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type='number']:focus {
	background-color:#FFF;
  	outline: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type='number'],
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type='number']:focus,
select
{
	padding-left: 5px;
	color:#6e6a6a;
}

/* プレースホルダーの色変更 -- start */
::placeholder,
input[type=date]:required:invalid::-webkit-datetime-edit ,
input[type=month]:required:invalid::-webkit-datetime-edit ,
select:invalid,
.defineplace
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #898989;
opacity: 0.7; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#898989;
}
::-ms-input-placeholder { /* Microsoft Edge */
color:#898989;
}
input[type=date]:focus::-webkit-datetime-edit ,
input[type=month]:focus::-webkit-datetime-edit 
{
	color: #898989 !important;
}
input[type="date"]::-webkit-calendar-picker-indicator ,
input[type="month"]::-webkit-calendar-picker-indicator /*calendar icon*/
{
	cursor: pointer;
	border-radius: 4px;
	opacity: 0.6;
}
/* ---end プレースホルダーの色変更*/
option[value=""][disabled] {
display: none;
}
.s_commontable {
	border-collapse:collapse;
	word-wrap: break-word;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.input-w1 {
	width: 98%;
}
.font-b {
	font-weight: bold;
}
.btn-color-w {
	background-color: #fff;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.cyui_w_r {
	color: red;
	font-weight: bold;
}
.main-box {
	margin: 0 1%;
}
.ordercol {
	color: red;
}
.taicyushosel_w {
	width: 230px;
}
.i_daibunrui:focus,.i_cyubunrui:focus,.i_syobunrui:focus {
	box-shadow: 0 0 3pt 2pt #719ECE;    
}
/*Table ----start*/
.titlebleft {
	border-left: 10px solid #00B050;
}
.titlebleft-r {
	border-left: 10px solid red;
}
.s_commontable  {
	margin-top: 20px;
	width: 100%;
	font-size: 14px;
	table-layout: fixed;
	word-wrap: break-word;
	border-collapse:separate;
	border-spacing:0;
}
.s_commontable th {
	background-color: #EDF4E8;
	padding: 3px;
	color: #00B050;
	border-left: 1px solid #C9E0BA !important;
	border-top: 1px solid #C9E0BA !important;
	font-weight: normal;
}
.s_commontable tbody td {
	border-left: 1px solid #C9E0BA;
	border-top: 1px solid #C9E0BA;
	padding: 3px;
}
.s_commontable tbody tr:nth-child(even) td {
	background-color: #fff;
}
.s_commontable th:last-child,
.s_commontable tbody tr td:last-child 
{ border-right: 1px solid #C9E0BA !important;}
.s_commontable thead tr:first-child td,
.s_commontable tbody tr:last-child td
{ border-bottom: 1px solid #C9E0BA !important;}
.i_commontable {
	margin-top: 10px;
}
.i_commontable tr td, .i_commontable tr th{
	padding: 8px 5px;
}
.i_commontable th {
	color: #00B050;
	text-align:left;
	font-size: 18px;
}
.main_box table.fixheader{
	border-bottom:none;
	border-right:1px solid #898989;
	border-top:1px solid #898989;
	border-left:1px solid #898989;
	z-index:11;
}
.stamp{
	font-size: 15px;
    color: #F4F5F7;
    background-color: #1a73e8;
    border-radius: 50% ; 
	display: inline-block;
	width: 20px !important;
 	height: 20px !important;
	margin-left: 5px;
	text-align: center;
    cursor: pointer;
}
.tool{
	width:265px;
    padding:15px;
    font-size:12px;
    /* margin:-120px 0 0; */
    background-color:#666;
    color:#fff;
    position: absolute;
	margin:210px 430px 0;
}
.tooltip {
    width:180px;
    padding:15px;
    font-size:12px;
    margin:-120px 0 0;
    background-color:#666;
    color:#fff;
    position: absolute;
	margin-left: 530px;
}
.icon {
    font-size: 15px;
    color: #F4F5F7;
    background-color: #1a73e8;
    border-radius: 50%; 
    width: 20px !important;
    height: 20px;
	text-align: center;
	position:absolute;
    cursor: pointer;
	margin: 10px 5px 0;
}
#err_kensu{
	font-size: 18px;
	color: #ff0000;
	padding-left: 3px;
}
#err_msg{
	position:absolute;
	margin:-10px 0 0;
	margin-left: 280px;
	color: #ff0000;
	font-size: 25px;
}

#err_table{
	padding: 0px 3px 3px 3px;
	text-align:left;
	font-size: 12px;
	border-spacing:0;
	width: 1100px !important;
}
#err_table tr th{
	position: sticky;
	font-size: 15px;
	top: 0;
	bottom: 0;
	padding: 3px;
	color: #00B050;
	background-color: #EDF4E8;
	text-align: center;
  	border-top: 1px solid #C9E0BA;
	border-left: 1px solid #C9E0BA;
	font-weight: normal;
	height: 30px !important;
}

#err_table tr td{
	font-size: 15px;
	color: #ff0000;
	border-left: 1px solid #C9E0BA;
	border-top: 1px solid #C9E0BA;
	padding: 3px;
	height: 30px !important;
}
#err_table tr:nth-child(odd) td{
	background-color: #fff;
}
#err_table tr:last-child td{
	border-bottom: 1px solid #C9E0BA ;
}
.err_id{
	text-align: right;
}
.err_jan{
	text-align: left ;
}
.err_naiyou{
	border-right: 1px solid #C9E0BA ;
	text-align: left;
}
/*----end Table*/
.graydiv {
	background-color: #F9F9F9;
}
.pjname {
	color: #00B050;
	font-weight: bold;
	vertical-align: top;
	font-size: 1.8em;
}
.input-h {
	height: 35px;
	font-size: 18px;
}
.btn-color-b {
	background-color: #E4E4E4;
}
.insertserachbtn {
	width: 110px;
	height: 40px;
	margin: 2px 3px;
	font-size: 16px;
}
.csvinsertbtn {
	width: 160px;
	height: 40px;
	margin: 2px 3px;
	font-size: 16px;
}
.lblcsvinsert{
	padding: 6.8px 15px;
	color: #707070;
	background-color: #F0F0F0;
	cursor: pointer;
	border-radius: 6.4px;
	transition: .1s;
	width: 160px;
	height: 40px;
	margin: 2px 3px;
	font-size: 16px;
	border: 1px solid;
	border-color: #DFDFDF;
}
.lblcsvinsert:hover{
	opacity: 1;
	background-color: #DDDDDD;
}
input[type="file"]{
	display: none;
}

/* Login page ---start*/

.logindiv {
	width: 450px;
}
.logindiv input {
	margin: 5px;
}
.mainlogin span {
	font-weight: bold;
}
.mainlogin input {
	width: 100%;
}
/* ---end Login page */
footer{
	clear: both;
	border-top: 1px solid #C9E0BA;
	text-align:center;
	position: sticky;
  	top: 100vh;
	background-color: #fff;
}
/* HEADER ---start*/
.mainH {
	display: flow-root;
	background-color: #EDF4E8;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
}
.Hleftdiv {
	float: left;
	width: 50%;
	font-weight: bold;
	margin-left: 0.5%;
}
.Hrightdiv {
	float: right;
	vertical-align: middle;
	text-align: right;
	margin-right: 0.5%;
	color: #00B050 !important;
}
.mainH1 {
	display: flow-root;
	clear: both;
	border-bottom: 3px solid #DDDDDD;
}
.mainH1 div {
	float: left;
	color: #898989;
	padding: 2px 20px;
	font-size: 18px;
	padding-bottom:0;
}
.mainH div a,.mainH1 div a {
	text-decoration: none;
	color: #898989;
}

.liactive {
	background-color: #C9E0BA;
	border-bottom: 4px solid #00B050 !important;
	display: inline-table;
	margin-bottom:-3px;
}
.active_h {
	height: 50px;
}
.liactive a {
	color: #00B050 !important;
}
/* ---end HEADER */
/* Page Titel ---start*/
.pagetitleDiv {
	clear: both;
	background-color: #DDDDDD;
	height: 30px;
	border-bottom: 1px solid #777777;
}
.pagetitleDiv .titleleft {
	float: left;
	width: 50%;
}
.pagetitleDiv .titleright {
	float: right;
	width: 40%;
	padding:2px;
	text-align: right;
	margin-right: 1%;
}
.pagetitleDiv span {
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
}
/* ---end Page Titel */
.menubtndiv {
	clear: both;
	width: 100%;
	margin:20px;
}
.menubtndiv input[type='button'] {
	margin: 10px 20px;
	height: 120px;
	width: 250px;
	font-weight: bold;
	font-size: 20px;
}
.menubtndiv .btndiv {
	width: auto;
	float: left;
}

/*----PC_新規登録 --start*/
.insertDiv1 {
	width: 73%;
	float: left;
	text-align: left;
}
.insertDiv2 {
	margin-left: 20px;
	margin-top: 20px;
	width: 22%;
	float: left;
}
.insertDiv2 input[type='button'] {
	display: block;
}
.datainfo {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.datainfo .searchclass {
	padding: 5px;
	float: left;
}
.datainfo .searchclass div {
	display: flow-root;
	clear: both;
}
.datainfo .searchclass p {
	text-align: right;
	float: left;
	margin: 2px;
}
.datainfo .searchclass select {
	width: 200px;
}
.datainfo .searchclass p:first-of-type {
	width: 100px;
}

/*--end ----PC_新規登録 */
.dataichiran th {
	position: sticky;
    top: 0px;
}
/*----PC_賞味期限状況照会 --start*/
.jyokyodiv1 {
	float: left;
	width: 63%;
	align-items:center;
	display:flex;
}
.jyokyodiv2 {
	float: right;
	width: 35%;
	text-align: right;
}
.jyokyodiv2 div {
	overflow-y: auto;
}
.jyokyodiv2 div table th {
	position: sticky;
    top: -1px;
}
/*--end ----PC_賞味期限状況照会 */
/*----- Modal show -----START */
.modal,
.modal1{
	display:none;
	height:100%;
	position:fixed;
	top:0px;
	width:100%;
	text-align:center;
	z-index:100;
}
.modal__bg,
.modal1__bg
{
	background:rgba(0,0,0,0.8);
	height:100%;
	position:absolute;
	width:100%;
}
.modal__content,
.modal1__content
{
	background:#fff;
	left:50%;
	padding:0 20px;
	position:absolute;
	top:50%;
	transform:translate(-50%, -50%);
	width: 745px;
}
.modal .modal__content .modal__table table,
.modal1 .modal1__content .modal1__table table
{
	width:98%;
	border:1px solid #898989;
	border-collapse:collapse;
}
.modal .modal__content .modal__table table th, .modal .modal__content .modal__table table td{
	border:1px solid #898989;
	padding:5px;
}
/* END ----- Modal show */

@media (max-width:55em) {
	.insertDiv1 {
		width:100%;
		text-align: left;
		display: block;
	}
	.insertDiv2 {
		width: 100%;
		display: block;
	}
	.insertDiv2 input[type='button'] { 
		float: left;
	}
	.modal__content {
		width: 80%;
	}
}
.emptyDiv {
	background-color:#FFFFFF;
	color:red;
	border:1px solid #898989;
	padding:5px;
}
.pager {display:flex;}
.pager div {width: 15%;}
.pager ul {width: 70%;padding: 0;text-align: center;}
.fcc-btn{
  background-color: #FFF;
  padding: 5px 20px;
  text-decoration: none;
  border-right:1px solid #C0C0C0;
  border-top:1px solid #C0C0C0;
  border-bottom:1px solid #C0C0C0;
}
.fcc-btn a{
	color: #00B050;
	font-weight:bold;
	
}
.left_arrow_classone{
	position: relative;
	content: "";
	display: inline-block;
	width: 0.1em;
	height: 0.5em;
	border-right: 0.2em solid #666666;
	border-top: 0.2em solid #666666;
	transform: rotate(232deg);
	left:-6px;
	padding-right:5px;
}
.right_arrow_classone{
	position: relative;
	content: "";
	display: inline-block;
	width: 0.1em;
	height: 0.5em;
	border-left: 0.2em solid #666666;
	border-bottom: 0.2em solid #666666;
	transform: rotate(232deg);
	left:7px;
	padding-right:5px;
	
}
.pgul{
	list-style-type:none;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	margin:3px;
}
#prev_btn{
	display:inline-block;
	border-left:1px solid #C0C0C0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#next_btn{
	display:inline-block;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.total-num {
	text-align:left;margin-top:7px;font-size: 16px;
}
#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
}
#loading-image {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 100;
	width:30px;
}
.passMainDiv {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 555px;
	height: 400px;
}
.passdiv {
	border: 1px solid #00B050;
	padding: 20px 5px 20px 5px;
	background-color: #fff;
	border-radius:0.5em;
}
.passdiv .btndiv{
	text-align:center;
	padding:20px;
}
.passdiv .btndiv input[type='button']{
	width:100px;
	height:45px;
	font-size:16px;
}
.changeTbl {
	width:100%;
	margin:10px;
}
.changeTbl th{
	background-color:#EDF4E8;
	color:#00B050;
	padding:5px;
	font-weight:normal;
	width:40%;
}
.changeTbl td{
	width:50%;
}
.changeTbl input{
	border-style:none;
	border-radius:unset;
	border-bottom:1px solid #898989;
	width:80%;
}
.kubunbtnset {
	cursor:auto !important;
	font-size:15px;
	width:160px;
	padding:3px !important;
}
/* 010_B.php start */
.csvinsert{
	display: block;
	text-align: center;
	color: #707070;
	background-color: #F0F0F0;
	cursor: pointer;
	border-radius: 6.4px;
	transition: .1s;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 30px;
	font-size: 16px;
	border: 1px solid;
	border-color: #DFDFDF;
}
.csvinsert:hover{
	opacity: 1;
	background-color: #DDDDDD;
}
#update{
	text-align: center;
	color: #707070;
	background-color: #F0F0F0;
	cursor: pointer;
	border-radius: 6.4px;
	transition: .1s;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 10px;
	font-size: 16px;
	border: 1px solid;
	border-color: #DFDFDF;
}
#update:hover{
	opacity: 1;
	background-color: #DDDDDD;
}
.date{
	display: block;
	margin-left: 30px;
	color: red;
}
.err_count{
	width: 1500px;
	margin-left: 30px ;
	display: flex;
	justify-content: space-between;
	color: red;
}
.count_style{
	width: 730px;
	text-align: right;
}
#err_code{
	margin-left: 30px;
	overflow-y:auto;
	/* overflow-x: hidden; */
	width: 1500px !important;
	height: 600px;
}
.err_table{
	padding: 0px 3px 3px 3px;
	text-align:left;
	font-size: 12px;
	border-spacing:0;
	width: 100% !important;
}
.mukou_flg{
	width: 5%;
}
.err_jan{
	width: 20%;
}
.err_date{
	width: 20%;
}
.err_syohin{
	width: 25%;
}
.err_naiyou{
	width: 30%;
}
.err_table tr th{
	position: sticky;
	font-size: 15px;
	top: 0;
	bottom: 0;
	padding: 3px;
	color: #00B050;
	background-color: #EDF4E8;
	text-align: center;
  	border-top: 1px solid #C9E0BA;
	border-left: 1px solid #C9E0BA;
	font-weight: normal;
	height: 30px !important;
}
.err_table tr td{
	box-sizing: border-box;
	color: #ff0000;
	border-left: 1px solid #C9E0BA;
	border-top: 1px solid #C9E0BA;
	padding: 0;
	height: 30px !important;
}
.err_table tr:nth-child(odd) td{
	background-color: #fff;
}
.err_table tr:last-child td{
	border-bottom: 1px solid #C9E0BA ;
}
.even_style{
	width: 98%;
	height: 80%;
	margin-left: 1%;
	box-sizing: border-box;
	color: #707070 !important;
	/* border-radius: 0 !important; */
	border: 1px solid #DFDFDF !important;
}
.err_table tr:nth-child(even) .even_style{
	background-color: #F9F9F9;
} 
.w_style{
	width: 300px;
}
.td_center{
	width: 80px;
	text-align: center;
}
.b_style{
	border-right: 1px solid #C9E0BA ;
	padding-left: 3px !important;
}
.syomi_style{
	color: #4686b6;	
	text-decoration:underline;
	cursor: pointer;
}