@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html {
	color: #333;
	background: #fff;
	/* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; */
	font-size: 14px;
	line-height: 1.6;
	word-break: break-all;
}

/* IE10以降 游ゴシック文字ずれ対応 */
@media all and (-ms-high-contrast: none) {
	html {
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
			Osaka, sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
			YuGothic;
	}
}

body {
	background: #fff;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
	margin: 0;
	vertical-align: top;
	max-width: 100%;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
}

input, textarea, select, button {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
		"游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo, Osaka, sans-serif;
}

textarea {
	resize: vertical;
}

button {
	cursor: pointer;
	min-width: 100px;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.main {
	width: 95%;
	margin: 10px auto 70px;
	text-align: center;
}

dt {
	font-size: 15px;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	a {
		padding: 0.1em 0.3em;
		position: relative;
		display: inline-block;
		transition: .3s;
	}
	a::after {
		position: absolute;
		bottom: .3em;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #FF8F00;
		opacity: 0;
		transition: .3s;
	}
	a:hover::after {
		bottom: 0;
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
		position: relative;
		-webkit-appearance: none;
		-webkit-text-size-adjust: 100%;
	}
	input[type="submit"] {
		-webkit-text-size-adjust: 100%;
	}
	input, select, textarea {
		font-size: 15px !important;
	}
}

/*------------------------------------------------------------------------------
  comment
------------------------------------------------------------------------------*/
p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 0px;
}

th {
	background: #e9727e;
	border: solid 1px #ccc;
	color: #fff;
}

td {
	border: solid 1px #ccc;
}

table {
	margin: 20px auto;
}

.tbl01 td:first-child {
	background: #fbf5f5;
}

.tbl02 td:first-child {
	background: #fbf5f5;
}

.tbl02 .thead .jan_cd {
	width: 15%;
}

.tbl02 .thead .item_cd {
	width: 15%;
}

.tbl02 .thead .item_name1 {
	width: 50%;
}

.tbl02 .thead .result1 {
	width: 20%;
}

.tbl02 .thead .item_name2 {
	width: 50%;
}

.tbl02 td:nth-child(4) {
	width: 20%;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.menu_area a {
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		vertical-align: middle;
		text-decoration: none;
	}
	.menu_area a::before, .menu_area aw::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.menu_area a::before {
		left: 0px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #7a0;
		border-right: 1px solid #7a0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.type1 .tbl01 {
		width: 100%;
	}
	.type1 .tbl01 .thead .jan_cd {
		width: 15%;
	}
	.type1 .tbl01 .thead .item_cd {
		width: 15%;
	}
	.type1 .tbl01 .thead .item_name {
		width: 50%;
	}
	.type1 .tbl01 .thead .result {
		width: 20%;
	}
	.type2 .tbl01 {
		width: 100%;
	}
	.type2 .tbl01 .thead .jan_cd {
		width: 10%;
	}
	.type2 .tbl01 .thead .item_cd {
		width: 10%;
	}
	.type2 .tbl01 .thead .item_name {
		width: 40%;
	}
	.type2 .tbl01 .thead .status {
		width: 10%;
	}
	.type2 .tbl01 .thead .location {
		width: 8%;
	}
	.type2 .tbl01 .thead .result1 {
		width: 22%;
	}
	.tbl01 td:nth-child(3) {
		text-align: left;
	}
	ul.option li {
		display: inline-block;
	}
	li {
		margin: 10px;
		font-size: 16px;
	}
}

.type2 ul {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	list-style: none;
	align-items: center;
}

.type2 li {
	width: 100%;
	border-right: 1px solid;
	text-align: center;
}

.type2 li:last-child {
	border-right: none;
	border-right: 0;
}

@media screen and (max-width: 768px) {
	.menu_area a {
		display: block;
	}
	.menu_area li {
		padding: 10px;
		border: solid #000;
		border-width: 1px 0 0 0;
		background: #e5e1ee; /* 背景色     */
	}
	.menu_area li:last-child {
		border-bottom-width: 1px;
	}
	th {
		border-bottom: none;
	}
	td {
		border-top: none;
	}
	.tbl01 {
		width: 95%;
	}
	.tbl01 .thead {
		display: none;
	}
	.tbl01 tr {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.tbl01 td {
		display: block;
		text-align: left;
		width: 100%;
		min-height: 22px;
	}
	.tbl01 td.cnt {
		text-align: right;
	}
	.tbl01 td:first-child {
		background: #e9727e;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 2px;
	}
	.tbl01 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	li {
		padding: 10px;
		font-size: 16px;
	}
}

.result li {
	display: inline;
	margin-left: 10%;
}

.result span.total {
	font-weight: bold;
}

.alertRow {
	background-color: #ead94c;
}

.disableRow {
	background-color: #d3d3d3;
}

.tbl-r05 {
	width: 80%;
	text-align: center;
}

.locationBtn {
	margin-left: 10px;
}

#st02 thead, #st02 tbody {
	display: block;
}

#st02 tbody {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 750px;
}

#st02 .itemName {
	width: 800px;
}

#st02 td.itemName {
	text-align: left;
}

#st02 .amount {
	text-align: center;
	width: 50px;
}

#st02 .ipt {
	text-align: center;
	width: 270px;
}

#st02 .msg {
	width: 240px;
}

#st03 .itemCd {
	text-align: center;
}

#st03 .itemName {
	width: 800px;
}

#st03 td.itemName {
	text-align: left;
}

#st03 .jan {
	text-align: center;
	width: 120px;
}

#st03 .amount {
	text-align: center;
	width: 50px;
}
#st04 td {
	text-align: center;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after, .inner-block:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	font-size: 0;
	visibility: hidden;
}