@charset "UTF-8";

body,
td,
th {
	font-size: 14px;
}

li {
	list-style: none;
}

.varTable {
	border-collapse: collapse;
}

th.varTh {
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	font-weight: normal;
	vertical-align: top;
}

td.varTd {
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
}

th.del,
td.del {
	padding: 6px;
	border: 1px solid #ccc;
	background: #a6a5a5;
	pointer-events: none;
}

td.del input,
th.del input {
	color: white;
	background-color: gray;
}

ul.flg_list {
	padding-left: 0px;
	margin: 0px;
}

ul.flg_list li {
	margin-bottom: 10px;
	float: left;
}

li.list_01 {
	width: 210px;
}

li.list_03 {
	width: 150px;
}

li.list_04 {
	width: 200px;
}

.MasterCategoryPage .varTable tr:nth-child(odd) td,
.MasterMakerPage .varTable tr:nth-child(odd) td,
.MasterShiiresakiPage .varTable tr:nth-child(odd) td,
.MasterKisoPage .varTable tr:nth-child(odd) td,
.MasterCategoryPage .varTable tr:nth-child(odd) td,
.MasterCategoryPage .varTable tr:nth-child(odd) td,
.MasterCategoryPage .varTable tr:nth-child(odd) td {
	background-color: #eee;
}

#left {
	float: left;
}

div.original li {
	padding: 0;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}

.normal {
	font-weight: normal;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.chk_area {
	width: 640px;
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 1em 1em 1em 1em;
}

.chk_area label {
	width: 200px;
	height: 1.8em;
	display: inline-block;
	vertical-align: top;
}

.input_max {
	width: 100%;
	box-sizing: border-box;
}

.p_area {
	width: 730px;
}

.p_area p {
	margin: 0px;
}

.p_txt {
	padding: 20px;
	background: #f8f8f8;
}

.p_txt textarea {
	width: 100%;
	display: block;
	resize: vertical;
}

.flg_menu {
	display: grid;
	grid-template-columns: 250px 30% auto;
}

.flg_menu span.caution {
	color: #e91e63;
	font-weight: bold;
	text-decoration: underline;
}

.flg_menu ul.btn {
	padding-left: 0px;
}

.flg_menu .btn li {
	display: inline-block;
	margin: 5px 15px;
}

.nondisp {
	display: none;
}

.block_top {
	width: 1000px;
	display: flex;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.btn-right {
	margin: 0 auto;
	padding: 5px 0px;
}

.block_area {
	position: relative;
	width: 1440px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-left: 15px;
	border: 1px solid #ccc;
	/* 枠線 */
	border-top: 0px;
	z-index: auto;
}

.block_area:nth-child(2) {
	border-top: 1px solid #ccc;
	/* æž ç·š */
}

.block_area:hover {
	background: #dbdada47;
	box-shadow: 1px 1px 2px #ccc;
}

.block_area .block_main {
	position: relative;
	width: 100%;
}

.block_area .block_menu {
	position: absolute;
	width: 167px;
	height: 35px;
	/* 画像の高さと吹き出しの高さをプラスした値 */
	top: -35px;
	/* 文字を表示する文だけ上にずらす */
	right: 0;
	display: none;
	text-align: center;
}

.block_area:hover block_main {
	z-index: 4;
	/* .boxよりも上に表示 */
}

.block_area:hover .block_menu {
	z-index: 3;
	/* imgよりも下に表示 */
	display: block;
}

.block_area ul.icon {
	position: absolute;
	top: 3;
	right: 0;
	list-style: none;
	padding-left: 0;
	margin-top: 0px;
	float: right;
}

.block_area ul.icon {
	text-align: center;
	margin-bottom: 0px;
}

.block_area ul.icon li {
	vertical-align: middle;
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
}

.block_area ul.icon li {
	opacity: 0;
}

.block_area:hover ul.icon li {
	opacity: 1;
	background: rgba(0, 0, 0, .6);
}

.block_area ul.icon li:hover {
	opacity: 1;
	background: rgba(0, 0, 0, .4);
}

.block_area i {
	font-size: 32px;
	color: #fff;
}

.block_select {
	padding-left: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.block_select select {
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	border-radius: 5px;
}

.block_select li {
	text-align: center;
	display: inline-block;
	margin: 5px 15px;
	vertical-align: middle;
	line-height: 20px;
}

.block_detail {
	padding-bottom: 15px;
}

.block_detail button {
	margin: 15px 15px 0px 15px;
}

#add_area {
	margin: 15px 15px 100px 15px;
}

.download_area .tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	width: 1200px;
}

.download_area .tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: DeepSkyBlue;
	display: block;
	order: -1;
}

.download_area .tab-label {
	border-top: 1px solid #ccc;
	/* 枠線 */
	border-left: 1px solid #ccc;
	/* 枠線 */
	border-right: 1px solid #ccc;
	/* 枠線 */
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
}

.download_area .tab-label:not(:last-of-type) {
	margin-right: 5px;
}

.download_area .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
}

/* アクティブなタブ */
.download_area .tab-switch:checked+.tab-label {
	background: #00bfff;
}

.download_area .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.download_area .tab-switch {
	display: none;
}

.download_area table {
	width: 100%
}

.download_area .btn_cell {
	text-align: center;
	width: 30%;
	height: 100px;
	border: 1px solid #ccc;
	/* 枠線 */
}

.download_area .btn_cell button {
	width: 60%
}

.download_area .btn_cell ul {
	padding-left: 0px;
}

.download_area .btn_cell li {
	padding-left: 0px;
	margin-bottom: 10px;
}

.download_area .desp_cell {
	width: 70%;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	/* 枠線 */
}

.stock-sale {
	margin-left: 10px;
	justify-content: start;
	display: flex;
	gap: 100px
}

.stock-sale .stock-left div {
	float: left;
	margin-right: 10px;
}

.stock-disp .btn {
	padding-left: 0px;
}

.stock-disp .btn li {
	display: inline-block;
	margin: 5px 15px;
}