@charset "utf-8";
#flashMessage, 
.error-message { color: rgba(204, 0, 0, 1); }
#flashMessage { text-align: left; }

.myBtn {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(216, 127, 49, 1);
	padding: 0.5em;
	margin: 0 0.25em;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
}
	.myBtn:hover { background: rgba(216, 127, 49, 1); color: rgba(255, 255, 255, 1); }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* order */
.shoppingFlowOl {
	counter-reset: number;
}
.shoppingFlowOl li {
	width: 110px;
	height: 110px;
	border: 1px solid rgba(220, 202, 136, 1);
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	text-align: center;
	position: relative;
	counter-increment : number;
	box-sizing: border-box;
	padding-top: 45px;
/*	font-size: small;*/
	line-height: 1.3em;
	color: rgba(102, 102, 102, 1);
}
	.shoppingFlowOl li.now { border-width: 5px; }
	#orderBody .shoppingFlowOl li.now { color: rgba(176, 41, 64, 1); border-color: rgba(176, 41, 64, 1); }
	#order_osBody .shoppingFlowOl li.now { color: rgba(38, 133, 38, 1); border-color: rgba(38, 133, 38, 1); }
		.shoppingFlowOl li::before {
				content: counter(number);
				position: absolute;
				width: 100%;
				text-align: center;
				top: 15px;
				left: 0;
				color: rgba(220, 202, 136, 1);
				font-size: x-large;
				font-weight: bold;
		}
		#orderBody .shoppingFlowOl li.now::before { color: rgba(176, 41, 64, 1); }
		#order_osBody .shoppingFlowOl li.now::before { color: rgba(38, 133, 38, 1); }
	.shoppingFlowOl li::after {
		content: '';
		position: absolute;
		top: 0;
		right: -50px;
		width: 55px;
		height: 100%;
	}
	.shoppingFlowOl li:not(:last-child)::after {
		z-index: -1;
		background: url(../img/common/arrow_shoppingflow.png) no-repeat 50% 50%;
		background-size: contain;
	}
	.shoppingFlowOl li.now:not(:last-child)::after {
		right: -53px;
		background-image: url(../img/common/arrow_shoppingflow_now.png);
	}
	#order_osBody .shoppingFlowOl li.now:not(:last-child)::after {
		background-image: url(../img/common/arrow_shoppingflow_os_now.png);
	}


#order_list_ttl, 
#order_list_ttl02 { width: 100%; }
	#order_list_ttl th, 
	#order_list_ttl02 th {
		background: rgba(176, 41, 64, 1);
		color: rgba(255, 255, 255, 1);
		padding: 0.25em;
	}
	#order_list_ttl02 th {
		border-right: 1px solid rgba(255, 255, 255, 1);
		background: rgba(238, 221, 153, 1);
		color: rgba(123, 79, 66, 1);
	}
#item_list table, 
#item_list02 table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0.5em;
}
	#item_list table td, 
	#item_list02 table td {
		padding: 0.25em;
		background: rgba(255, 255, 255, 1);
		border-right: 1px dashed rgba(238, 228, 198, 1);
	}
		#item_list table td:last-child, 
		#item_list02 table td:last-child { border-right: none; }
#order_list_ttl th.mark, 
#order_list_ttl02 th.mark, 
#item_list table td.mark, 
#item_list02 table td.mark { width: 8%; text-align: center; }
#order_list_ttl th.img, 
#order_list_ttl02 th.img, 
#item_list table td.img, 
#item_list02 table td.img { width: 22%; text-align: center; }
#order_list_ttl th.name, 
#order_list_ttl02 th.name, 
#item_list table td.name, 
#item_list02 table td.name { width: 32%; }
#order_osBody #option h3, 
#orderBody #option h3, 
#item_list table td.name .item_ttl {
	font-size: medium;
	font-weight: bold;
	color: rgba(176, 41, 64, 1);
	padding: 0;
}
	#item_list table td.name .item_ttl {
		cursor: pointer;
		text-decoration: underline;
	}
	#order_osBody #option h3, 
	#orderBody #option h3 { padding-bottom: 0.25em; }
	#item_list table td.name .item_ttl:hover { text-decoration: none; }
	#order_osBody #option h3::before, 
	#orderBody #option h3::before { content: none; }
#item_list table td.name p.icon { line-height: 125%; }
#order_list_ttl th.qty, 
#order_list_ttl02 th.qty, 
#item_list table td.qty, 
#item_list02 table td.qty { width: 12%; text-align: center; }
	#item_list table td.qty input { width: 40px; text-align: right; }
#order_list_ttl th.value, 
#order_list_ttl02 th.value, 
#item_list table td.value, 
#item_list02 table td.value { width: 12%; text-align: center; }
#order_list_ttl th.subtotal, 
#order_list_ttl02 th.subtotal, 
#item_list table td.subtotal, 
#item_list02 table td.subtotal { width: 14%; text-align: right; padding-right: 1em; }

#item_list02 table tr:not(:nth-child(0)) { border-top: 1px solid rgba(238, 228, 198, 1); }
#item_list02 table td.plus span::before {
	content: '付属品';
	background: rgba(238, 221, 153, 1);
	color: rgba(123, 79, 66, 1);
	padding: 0.25em 1em;
	font-size: small;
	margin-right: 0.5em;
}

/*	#orderBody dl#item_list dt.opened table { margin-bottom: 0; }*/
	#order_osBody dl#item_list dd.detail_box .btn_close, 
	#orderBody dl#item_list dd.detail_box .btn_close { text-align: right; position: relative; }
	#order_osBody dl#item_list dd.detail_box .btn_close::before, 
	#orderBody dl#item_list dd.detail_box .btn_close::before {
		content: '';
		border: 25px solid transparent;
		border-top: 25px solid rgba(255, 255, 255, 1);
		position: absolute;
		top: -2.5em;
		left: 10%;
	}
	#order_osBody dl#item_list dd.detail_box .flexBox .detail_photo, 
	#orderBody dl#item_list dd.detail_box .flexBox .detail_photo { width: 30%; }
	#order_osBody dl#item_list dd.detail_box .flexBox .detail_txt, 
	#orderBody dl#item_list dd.detail_box .flexBox .detail_txt { width: 65%; }
	#order_osBody dl#item_list dd.detail_box .flexBox .detail_txt .detail_ttl, 
	#orderBody dl#item_list dd.detail_box .flexBox .detail_txt .detail_ttl { color: rgba(255, 255, 255, 1); }
		#order_osBody dl#item_list dd.detail_box .flexBox .detail_txt .detail_ttl_s, 
		#orderBody dl#item_list dd.detail_box .flexBox .detail_txt .detail_ttl_s {
			padding-bottom: 1em;
			border-bottom: 1px solid rgba(255, 255, 255, 1);
			margin-bottom: 1em;
		}
		#order_osBody dl#item_list dd.detail_box .flexBox li, 
		#orderBody dl#item_list dd.detail_box .flexBox li { width: 48%; }

	.turn_back { padding-top: 0.5em; }
	#orderConfirmChkBox h4 { padding: 1em 0; }
	#orderConfirmChkBox .submitBtnBox { padding-top: 0; }
	#orderConfirmChkBox .submitBtn input { width: 60%; }


	#cash_list {
		float: right;
		border: 3px solid rgba(0, 0, 0, 0.25);
		background: rgba(255, 255, 255, 1);
	}
	#cash_list tr:last-child { background: rgba(255, 230, 230, 1); }
		#cash_list th, 
		#cash_list td {
			text-align: right;
			border-bottom: 1px solid rgba(0, 0, 0, 0.25);
			padding: 0.25em 1em;
			font-size: small;
		}
		#cash_list th {
			border-right: 1px dotted rgba(0, 0, 0, 0.25);
			font-weight: normal;
		}
		#cash_list span { font-size: large; }	

		
		#sidenavi_order_area { position: relative; width: 100%; }
			#sidenavi_order_area #sideNaviInitBox { position: absolute; width: 100%; }
		#sidenavi_order_area .caution_btn {
			background: linear-gradient(
				to bottom,
				rgba(181, 31, 62, 1) 0%, rgba(181, 31, 62, 1) 50%, 
				rgba(122, 0, 20, 1) 50%, rgba(122, 0, 20, 1)
			);
			color: rgba(255, 255, 255, 1);
			text-align: center;
			padding: 0.5em 0;
		}
	#sidenavi_order {
		background: rgba(255, 255, 255, 1);
		padding: 0.5em;
	}
		#sidenavi_order .line, 
		#sidenavi_order .last {
			padding-bottom: 0.25em;
			border-bottom: 1px dotted rgba(153, 153, 153, 1);
			margin-bottom: 0.5em;
		}
		#sidenavi_order .yutai {
			padding: 0.5em;
			background: rgba(153, 153, 153, 0.2);
			margin-bottom: 0.5em;
		}
		#sidenavi_order .last { border-bottom-style: solid; }
		#sidenavi_order .flexBox dt, 
		#sidenavi_order .flexBox dd { width: 48%; }
		#sidenavi_order li:nth-child(2) dt { width: 52%; white-space: nowrap; }
		#sidenavi_order li:nth-child(2) dd { width: 44%; }
		#sidenavi_order .flexBox dd { text-align: right; }
		#sidenavi_order .cautionUl li { line-height: 1.4em; }
		#sidenavi_order .pdflink { text-align: center; }

		#order_osBody .btns, 
		#orderBody .btns {
			text-align: center;
			margin: 2em 0 1em 0;
		}
		#order_osBody #order_plus_ttl, 
		#orderBody #order_plus_ttl {
			width: 100%;
			box-sizing: border-box;
			background: rgba(176, 41, 64, 1);
			padding: 0.25em 1em;
		/*	text-align: left;*/
			color: rgba(255, 255, 255, 1);
			margin-bottom: 0.5em;
			letter-spacing: 0.5em;
		}
		#order_osBody #option > li, 
		#orderBody #option > li {
			width: 48%;
			border: 2px solid rgba(153, 153, 153, 0.3);
			padding: 1em;
			box-sizing: border-box;
			background: rgba(255, 255, 255, 1);
			margin-bottom: 0.25em;
		}
		#order_osBody #option .leftBox, 
		#order_osBody #option .rightBox, 
		#orderBody #option .leftBox, 
		#orderBody #option .rightBox { width: 48%; }
		#order_osBody .whiteBox, 
		#orderBody .whiteBox { border: 3px solid rgba(153, 153, 153, 0.3); }
		#order_osBody .redline, 
		#orderBody .redline { border: 1px solid rgba(176, 41, 64, 1); padding: 0.25em; }

		#order_osBody h2, 
		#order_osBody #order_plus_ttl, 
		#order_osBody #order_list_ttl th { background: rgba(0, 112, 0, 1); }
		#order_osBody #order_list_ttl th.mark, 
		#order_osBody #item_list table td.mark { width: 6%; }
		#order_osBody #order_list_ttl th.name, 
		#order_osBody #item_list table td.name { width: 30%; }
		#order_osBody #option h3, 
		#order_osBody #item_list table td.name .item_ttl { color: rgba(0, 112, 0, 1); }
		#order_osBody #order_list_ttl th.weight, 
		#order_osBody #item_list table td.weight { width: 8%; text-align: center; }
		#order_osBody #order_list_ttl th.qty, 
		#order_osBody #item_list table td.qty { width: 10%; }
		#order_osBody #order_list_ttl th.value, 
		#order_osBody #item_list table td.value { width: 11%; }
		#order_osBody #order_list_ttl th.subtotal, 
		#order_osBody #item_list table td.subtotal { width: 13%; }
		
	#order_osBody #sidenavi_order_area .caution_btn {
		background: linear-gradient(
			to bottom,
			rgba(38, 133, 38, 1) 0%, rgba(38, 133, 38, 1)  50%, 
			rgba(0, 112, 0, 1) 50%, rgba(0, 112, 0, 1)
		);
	}


/* shoplists */
.shopArea {
	font-size: medium;
	color: rgba(123, 79, 66, 1);
	padding: 1em 0 0.5em 0;
}
	.shopArea::before {
		content: '▼ ';
	}
.shoplistTable, 
.fShoplistTable {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 1);
	table-layout: fixed;
}
	.shoplistTable th, 
	.shoplistTable td, 
	.fShoplistTable th, 
	.fShoplistTable td {
		border-right: 1px solid rgba(0, 0, 0, 0.25);
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
		padding: 0.5em;
		word-break : break-all;
	}
	.shoplistTable th, 
	.fShoplistTable th {
		width: 16%;
		background-image: linear-gradient(
			-45deg,
			rgba(238, 228, 198, 1) 25%,
			rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%,
			rgba(238, 228, 198, 1) 50%, rgba(238, 228, 198, 1) 75%,
			rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1)
		);
		background-size: 4px 4px;
	}
	.shoplistTable td:nth-child(2) { width: 34%;  }
	.shoplistTable td:nth-child(3) { width: 50%;  }

	.fShoplistTable td:nth-child(2) { width: 16%; }
	.fShoplistTable td:nth-child(3) { width: 34%; }
	.fShoplistTable td:nth-child(4) { width: 34%; }
	.officetime, 
	.officeholiday, 
	.ttelephone, 
	.tfaxno
	.turl {
		width: 100%;
		display: block;
	}

.flexBox #login_area, 
.flexBox #login_area2, 
.flexBox #register_area { width: 60%; box-sizing: border-box; }
.flexBox #register_area { width: 35%; }
	#cautiontxt_area, 
	#login_area_rcheck, 
/*	.flexBox #login_area, */
	#login_area, 
	.flexBox #login_area2 {
		background-image: linear-gradient(
			-45deg,
			rgba(238, 228, 198, 1) 25%,
			transparent 25%, transparent 50%,
			rgba(238, 228, 198, 1) 50%, rgba(238, 228, 198, 1) 75%,
			transparent 75%, transparent
		);
		background-size: 4px 4px;
		padding: 1.5em;
	}
	#cautiontxt_area {
		background-image: linear-gradient(
			-45deg,
			rgba(204, 0, 0, 0.5) 25%,
			transparent 25%, transparent 50%,
			rgba(204, 0, 0, 0.5) 50%, rgba(204, 0, 0, 0.5) 75%,
			transparent 75%, transparent
		);
		margin-bottom: 0.5em;
	}
		#cautiontxt_area #cautiontxt_area_box, 
		#login_area_rcheck table, 
		#login_area table, 
/*		#login_area form, */
		.flexBox #login_area2 form {
			background: rgba(255, 255, 255, 1);
			border: 1px solid rgba(220, 202, 136, 1);
		}
		#cautiontxt_area #cautiontxt_area_box {
			border-color: rgba(204, 0, 0, 1);
			padding: 1em;
		}
			#login_area_rcheck table, 
			#login_area table, 
		/*	#login_area form table, */
			.flexBox #login_area2 form table { width: 100%; }
				#login_area_rcheck table tr th, 
			/*	#login_area form table tr th, */
				#login_area table tr th, 
				.flexBox #login_area2 form table tr th { background: rgba(238, 238, 238, 1); }
				#login_area_rcheck table tr th, 
				#login_area_rcheck table tr td, 
				#login_area table tr th, 
				#login_area table tr td, 
				/*
				#login_area form table tr th, 
				#login_area form table tr td, 
				*/
				.flexBox #login_area2 form table tr th, 
				.flexBox #login_area2 form table tr td {
					padding: 0.5em 1.5em;
				}
				#login_area_rcheck table tr:first-child th, 
				#login_area_rcheck table tr:first-child td, 
				#login_area table tr:first-child th, 
				#login_area table tr:first-child td, 
				/*
				#login_area form table tr:first-child th, 
				#login_area form table tr:first-child td, 
				*/
				.flexBox #login_area2 form table tr:first-child th, 
				.flexBox #login_area2 form table tr:first-child td { border-bottom: 1px dotted rgba(220, 202, 136, 1); }
				.flexBox #login_area form table tr:nth-child(2) th, 
				.flexBox #login_area form table tr:nth-child(2) td, 
				.flexBox #login_area2 form table tr:nth-child(2) th, 
				.flexBox #login_area2 form table tr:nth-child(2) td { border-bottom: 1px solid rgba(220, 202, 136, 1); }

				input[type="text"], 
				input[type="tel"], 
				input[type="email"], 
				input[type="password"], 
				select, 
				textarea, 
				/*
				.flexBox #login_area form table tr:not(:last-child) input, 
				.flexBox #login_area2 form table tr:not(:last-child) input
				*/
				#login_area_rcheck input, 
				#login_area_rcheck select, 
				.formtypeA input, 
				.formtypeA textarea, 
				.formtypeA select {
					padding: 0.5em;
					margin-bottom: 0.25em;
					border: 1px solid rgba(153, 153, 153, 1);
					border-radius: 3px;
					box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.4) inset;
				}
				.flexBox #login_area form table tr:not(:last-child) input, 
				.flexBox #login_area2 form table tr:not(:last-child) input { width: 95%; }
				.flexBox #login_area form table tr:last-child td, 
				.flexBox #login_area2 form table tr:last-child td {
					text-align: center;
				}
		.login input, 
		#register_area a {
			border-radius: 10px;
			border: 3px solid #FFF;
			color: #FFF;
			box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
			padding: 1em 0;
			text-align: center;
			font-weight: bold;
			font-size: medium;
		}
		.login input {
			width: 75%;
			background: url(../img/common/bg_longinline.png) repeat-x 50% 50%;
			margin: 1em 0;
			background-position: 0 0, 2px 2px;
			text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
		}
		#register_area a {
			width: 100%;
			display: block;
			background-image: linear-gradient(
				to bottom,
				rgba(181, 31, 62, 1) 0%, rgba(181, 31, 62, 1) 50%, 
				rgba(122, 0, 20, 1) 50%, rgba(122, 0, 20, 1)
			);
			text-decoration: none;
			margin-bottom: 0.5em;
		}
		.submitBtnBox .submitBtn, 
		.login, 
		#register_area a { position: relative; }
			.submitBtnBox .submitBtn::after, 
			.login::after, 
			#register_area a::after {
				content: '';
				position: absolute;
				top: 0;
				width: 29px;
				height: 100%;
				background: url(../img/common/arrow_square.png) no-repeat 50% 50%;
			}
			.login::after { right: 20%; } 
			#register_area a::after { right: 5%; } 


/* catalog */
#catalogpageBody .listItem h3 {
	padding-bottom: 0.5em;
}
#catalogpageBody .listCover .listItem {
	box-sizing: border-box;
	width: 24%;
	background: rgba(255, 255, 255, 1);
	padding: 1em;
	margin-bottom: 1em;
}
	#catalogpageBody .flexCount3::after, 
	#catalogpageBody .flexCount2::before, 
	#catalogpageBody .flexCount2::after, 
	#catalogpageBody .flexCount1::before, 
	#catalogpageBody .flexCount1::after {
		content: '';
		display: block;
		width: 24%;
	}
	#catalogpageBody .flexCount2::before, 
	#catalogpageBody .flexCount1::before { order: 1; }
	#catalogpageBody .flexCount1::after { width: 74.5%; }
	#catalogpageBody .listCover .listItem .img .itemImg { width: 100%; }
	#catalogpageBody .btn_detail {
		margin-top: 0.25em;
		background: rgba(230, 121, 141, 1);
		font-size: small;
		text-align: center;
	}
		#catalogpageBody .btn_detail a {
			display: block;
			color: rgba(255, 255, 255, 1);
			padding: 0.25em 0;
			cursor: pointer;
		}
		#catalogpageBody .active { position: relative; }
			#catalogpageBody .active::after {
				content: '';
				border: 25px solid transparent;
				border-bottom: 25px solid rgba(80, 48, 23, 1);
				position: absolute;
				bottom: -20px;
				left: 45%;
			}

		#catalogpageBody .active .btn_detail a { color: rgba(255, 255, 0, 1); }
	#catalogpageBody .btn_detail:hover { background: rgba(230, 121, 141, 0.5); }
	#catalogpageBody .type_icons { line-height: 0; }
		#catalogpageBody .type_icons img { margin: 0 0.25em 0.25em 0; }
	#catalogpageBody hr {
		border: none;
		border-bottom: 1px solid rgba(232, 221, 212, 1);
		margin-bottom: 0.5em;
	}
	#catalogpageBody .listCover .listItem dl.flexBox { justify-content: flex-start; }
	#catalogpageBody .listCover .listItem dl.flexBox dd { max-width: 70%; }
	#catalogpageBody .detail_list .flexBox li { width: 48%; }

	.listCover .listItem .selfRep { display: none; }
	#order_osBody dl#item_list dd.detail_box, 
	#orderBody dl#item_list dd.detail_box, 
	.expandField {
		padding: 1.5em;
		width: 100%;
		text-align: left;
		display: block;
		background: rgba(80, 48, 23, 1);
		color: rgba(255, 255, 255, 1);
		position: relative;
	/*	overflow: hidden;*/
		float: left;
	}
	#order_osBody dl#item_list dd.detail_box, 
	#orderBody dl#item_list dd.detail_box { box-sizing: border-box; }
		.expandField .btnClose {
			top: 0;
			left: 0;
			width: 38px;
			height: 38px;
			display: block;
			background: url(../img/common/btn_itemclose.png) no-repeat top left;
			position: absolute;
			overflow: hidden;
			cursor: pointer;
		}
	.selfRepInner .detail_photo {
		padding-right: 1.5em;
		vertical-align: top;
	}
	.selfRepInner .ingredientB {
		padding-bottom: 1em;
		border-bottom: 1px solid rgba(255, 255, 255, 1);
	}
	.selfRepInner .txt { padding-top: 1em; }
	.kounou_h { padding-top: 2em; }
	.detail_list { color: rgba(80, 48, 23, 1); }
	.opentitle {
		background: rgba(226, 217, 210, 1);
		border-radius: 3px;
		padding: 0.25em 1em;
		font-size: large;
		text-align: center;
		margin: 2em 0 1em 0;
	}


/* form */
.required::after, 
.required_nb::after {
	content: '必須';
	background: rgba(204, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	padding: 0 0.25em;
	border-radius: 3px;
	font-size: x-small;
}
.required::after {
	float: right;
	margin: 0 0 0.5em 0.5em;
	display: block;
}
.required_nb::after {
	margin-left: 0.5em;
	display: inline-block;
}
.formTableBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 1);
}
	.formTableBox table th, 
	.formTableBox table td {
		border-right: 1px solid rgba(0, 0, 0, 0.25);
	/*	border-bottom: 1px solid rgba(0, 0, 0, 0.25);*/
		padding: 0.75em;
		vertical-align: top;
	}
		.formTableBox table tr:last-child th, 
		.formTableBox table tr:last-child td {
			border-bottom: 1px solid rgba(0, 0, 0, 0.25);
		}
	.formTableBox table tr:nth-child(odd) {
		background: rgba(238, 238, 238, 1);
	}
	.formTableBox input {
		padding: 0.5em;
		margin-bottom: 0.25em;
	}

	.submitBtnBox {
		padding-top: 4em;
		text-align: center;
	}
		.submitBtnBox form { display: inline; }
		.submitBtnBox .flexBox {
			justify-content: center;
		}
			.submitBtnBox .flexBox li {
				vertical-align: middle;
				text-align: center;
				width: 250px;
			}
			/*
			.submitBtnBox li#clear_btn input {
				background: url(../img/inquiry/clear_btn.png) no-repeat left top;
				cursor: pointer;
				display: block;
				height: 55px;
				width: 222px;
				border: none;
			}
			*/
	.submitBtnBox .clear_btn a, 
	.submitBtnBox .submitBtn a {
		display: inline-block;
		text-decoration: none;
	}
	.submitBtnBox .clear_btn a, 
	.submitBtnBox .submitBtn a, 
	.submitBtnBox .submitBtn input[type="submit"], 
	.submitBtnBox .clear_btn input[type="submit"], 
	.submitBtnBox .clear_btn button {
		box-sizing: border-box;
		padding: 0.75em 2em;
		font-size: small;
		font-weight: bold;
		color: rgba(255, 255, 255, 1);
		border: 3px solid rgba(255, 255, 255, 1);
		border-radius: 3px;
		width: 30%;
		margin: 0 1em;
		box-shadow: 1px 1px 2px rgba(143, 143, 143, 0.5);
	}
	.submitBtnBox .submitBtn a, 
	.submitBtnBox .submitBtn input[type="submit"] {
		font-size: large;
		background: url(../img/common/bg_btngreen.png) repeat-x 50% 50%;
	}
		.submitBtnBox .submitBtn::after {
			height: 30px;
			top: -8px;
			right: 2em;
		}
	.submitBtnBox .clear_btn a, 
	.submitBtnBox .clear_btn input[type="submit"], 
	.submitBtnBox .clear_btn button {
		background: linear-gradient(
			180deg,
			rgba(168, 168, 168, 1), rgba(162, 162, 162, 1) 35%, rgba(143, 143, 143, 1) 35%, rgba(105, 105, 105, 1) 100%
		);
	}

	.formtypeA table th, 
	.formtypeA table td {
		width: 25%;
		box-sizing: border-box;
		padding: 1em;
		text-align: left;
	}
	.formtypeA table td { width: 75%; }
		.formtypeA table td input { margin-right: 0.5em; box-sizing: border-box; }
		.formtypeA table td input[type=text] { width: 40%; }
		.formtypeA table td input.iw50, 
		.formtypeA table td input.iw70, 
		.formtypeA table td input[type=text].iws, 
		.formtypeB table td input[type=text].iws { width: 15%; }
		.formtypeA table td input[type=text].iw100, 
		.formtypeB table td input[type=text].iw100 { width: 100%; }

	.formTableBox table th, 
	.formTableBox table td { text-align: left; }

	#calcBtnBox {
		position: fixed;
		width: 50px;
		height: 50px;
		background: rgba(122, 0, 20, 1);
		border-radius: 50%;
		top: 150px;
		right: 1em;
		color: rgba(255, 255, 255, 1);
		text-align: center;
		z-index: 800;
	}
		#calcBtnBox::before {
		/*	display: block;
			content: '入力後\A自動\A計算';
			white-space: pre;
			content: '電卓';
			font-size: x-small;
			color: rgba(255, 255, 255, 1);*/
		}
		#calcBtnBox::after {
			display: block;
			content: '自動\A計算';
			white-space: pre;
		}
	/*	.openCalcBtn::after { content: '閉じる' !important; font-size: small !important; }*/
		#order_osBody #calcBtnBox { background: rgba(0, 112, 0, 1); }
		#order_osBody #calcBtnBox::before {}

	#order_osBody .numberingBox > section, 
	#orderBody .numberingBox > section {
		margin-left: 2em;
		position: relative;
	}
		.brownNumber, 
		#order_osBody .numberingBox > section::before, 
		#orderBody .numberingBox > section::before {
			width: 20px;
			height: 20px;
			text-align: center;
			background: rgba(80, 48, 23, 1);
			color: rgba(255, 255, 255, 1);
			border-radius: 50%;
		}
		.brownNumber { display: inline-block; }
		#order_osBody .numberingBox > section::before, 
		#orderBody .numberingBox > section::before {
			counter-increment: number;
			content: counter(number);
			position: absolute;
			top: 0;
			left: -2em;
			display: block;
		}

		#order_osBody .packingWeightBox {
			width: 23%;
			background: rgba(255, 255, 255, 1);
			border: 3px solid rgba(100, 100, 100, 0.5);
		}
			#order_osBody .packingWeightBox table th {
				border-bottom: 1px solid rgba(100, 100, 100, 0.5);
				padding: 0.5em 1em;
			}
			#order_osBody .packingWeightBox table td { padding: 0.5em 1em; }
				#order_osBody .packingWeightBox #PaymentosWeight { width: 25%; }
		#order_osBody .transportationMethodBox { width: 73%; }
			#order_osBody .transportationMethodBox table#mailing {
				width: 100%;
				background: rgba(255, 255, 255, 1);
				border-collapse: collapse;
				border-top: 1px solid rgba(100, 100, 100, 0.5);
				border-left: 1px solid rgba(100, 100, 100, 0.5);
				margin-bottom: 0.25em;
			}
				#order_osBody .transportationMethodBox table#mailing th, 
				#order_osBody .transportationMethodBox table#mailing td {
					border-right: 1px solid rgba(100, 100, 100, 0.5);
					border-bottom: 1px solid rgba(100, 100, 100, 0.5);
					padding: 0.5em 1em;
				}
				#order_osBody .transportationMethodBox table#mailing th { background: rgba(100, 100, 100, 0.1); }
					#order_osBody .transportationMethodBox table#mailing td input { margin-right: 0.25em; }

/* faq */
.sortBox { color: rgba(230, 121, 141, 1); }
	.sortBox .sort, 
	.sortBox #FaqcategoryIndexForm { width: 48%; }
	.sortBox #FaqcategoryIndexForm { text-align: right; }
	.sortBox .sort {
		padding-left: 20px;
		background: url(../img/qanda/icon_sort.png) no-repeat 0 50%;
	}
	.sortBox #FaqcategoryIndexForm p {
		padding-left: 20px;
		display: inline-block;
		background: url(../img/qanda/icon_search.png) no-repeat 0 50%;
	}
		.sortBox .sort a {
			padding: 0.25em 0.5em;
			border: 1px solid rgba(230, 121, 141, 1);
			background: rgba(255, 255, 255, 1);
			color: rgba(230, 121, 141, 1);
			text-decoration: none;
			display: inline-block;
			margin-left: 0.25em;
			font-size: x-small;
			border-radius: 3px;
			width: 11em;
			text-align: center;
		}
		.sortBox .sort a.now { background: rgba(230, 121, 141, 1); color: rgba(255, 255, 255, 1); }
		.sortBox #FaqcategoryIndexForm input, 
		.sortBox #FaqcategorySearchForm input {
			padding: 0.25em 0.5em;
			margin-left: 0.25em;
		}
		.sortBox #FaqcategoryIndexForm input#SearchKeywords, 
		.sortBox #FaqcategorySearchForm input#SearchKeywords { padding: 0.5em; }

	#catenav li {
		display: inline-block;
		float: left;
		background: rgba(255, 255, 255, 1);
		border: 1px solid rgba(123, 79, 66, 1);
		margin: 0 0.25em 0.25em 0;
		border-radius: 3px;
		overflow: hidden;
	}
		#catenav li a {
			display: block;
			color: rgba(123, 79, 66, 1);
			padding: 0.5em 1em;
			display: block;
			text-decoration: none;
			min-width: 7em;
		}
			#catenav li a:hover {
				background: rgba(123, 79, 66, 1);
				color: rgba(255, 255, 255, 1);
			}
			#catenav li a::before {
				content: '';
				width: 8px;
				height: 8px;
				margin-right: 0.5em;
				display: inline-block;
				transform:rotate(-45deg);
				border-bottom: 1px solid rgba(123, 79, 66, 1);
				border-left: 1px solid rgba(123, 79, 66, 1);
			}
			#catenav li a:hover::before {
				border-bottom: 1px solid rgba(255, 255, 255, 1);
				border-left: 1px solid rgba(255, 255, 255, 1);
			}
	#qandaBody h4 {
		background-image: linear-gradient(
			-45deg,
			rgba(238, 228, 198, 1) 25%,
			rgba(246, 241, 230, 1) 25%, rgba(246, 241, 230, 1) 50%,
			rgba(238, 228, 198, 1) 50%, rgba(238, 228, 198, 1) 75%,
			rgba(246, 241, 230, 1) 75%, rgba(246, 241, 230, 1)
		);
		background-size: 8px 8px;
		line-height: 1.2em;
		cursor: pointer;
		padding: 0.5em 3em 0.5em 2.5em;
		color: rgba(123, 79, 66, 1);
		margin-bottom: 0.5em;
		font-size: medium;
		position: relative;
	}
	#qandaBody h4::before {
		content: 'Q';
		position: absolute;
		top: 0.5em;
		left: 1em;
		font-weight: bold;
	}
		.faqac div.imguse p {
			width: 65%;
			float: left;
		}
		.faqac div dl {
			width: 30%;
			min-width: 210px;
			float: right;
		}
			.faqac div dl dt, 
			.faqac div dl dd:not(:last-child) { margin-bottom: 0.5em; }

/* member */
#memberBody h3.redText { color: rgba(204, 0, 0, 1); }
	#memberBody h3.redText::before {
		content: '！';
		color: rgba(255, 255, 255, 1);
		text-align: center;
		border: none;
		width: 22px;
		height: 22px;
		background: rgba(204, 0, 0, 1);
	}

/* tenpo */
	#tenpoBody #sellitems .theadTr {
		background: linear-gradient(
			-45deg,
			rgba(238, 228, 198, 1) 25%,
			rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%,
			rgba(238, 228, 198, 1) 50%, rgba(238, 228, 198, 1) 75%,
			rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1)
		);
		background-size: 4px 4px;
	}
	#tenpoBody #sellitems .theadTr th:nth-child(1) { width: 5%; }
	#tenpoBody #sellitems .theadTr th:nth-child(2) { width: 5%; }
	#tenpoBody #sellitems .theadTr th:nth-child(3) { width: 5%; }
	#tenpoBody #sellitems .theadTr th:nth-child(4) { width: 35%; }
	#tenpoBody #sellitems .theadTr th:nth-child(5) { width: 25%; }
	#tenpoBody #sellitems .theadTr th:nth-child(6) { width: 25%; }

/* saiji news magazine */

#saijiBody h2 { background: rgba(218, 128, 49, 1); }
#magazineBody h2 { background: rgba(120, 142, 80, 1); }

	#saijiBody .searchBox {
		display: inline-block;
		float: left;
		color: rgba(218, 128, 49, 1);
	}
	#saijiBody .twitterBox {
		display: inline-block;
		float: right;
	}
	#saijiBody #saijiData .flexBox h3, 
	#saijiBody #saijiData .flexBox .sortBox { width: 48%; }
	#saijiBody #saijiData .flexBox .sortBox { text-align: right; }
		#saijiBody #saijiData .flexBox .sortBox span {
			padding: 0.25em 1em;
			display: inline-block;
			background: rgba(242, 224, 203, 1);
		}
	#saijiBody #saijiData .kenUnitBox {
		padding-top: 2em;
	}

	#saijiBody #saijiData .saijiTable {
		width: 100%;
		margin-bottom: 0.5em;
	}
		#saijiBody #saijiData .saijiTable th, 
		#saijiBody #saijiData .saijiTable td {
			padding: 0.5em 1em;
			border-bottom: 3px solid rgba(246, 241, 230, 1);
			background: rgba(255, 255, 255, 1);
		}
		#saijiBody #saijiData .saijiTable th {
			text-align: center;
			border-right: 3px dotted rgba(246, 241, 230, 1);
			color: rgba(146, 93, 51, 1);
			width: 25%;
		}
			#saijiBody #saijiData .saijiTable td strong { font-size: large; }
			#saijiBody #saijiData .saijiTable .saiji_number { border-left: 3px solid rgba(246, 241, 230, 1); }

	#newsBody #newsUl li {
		background: rgba(255, 255, 255, 1);
		padding: 1em 1em 0 1em;
		margin-bottom: 0.5em;
	}
			#newsBody .flexBox .dateBox {
				width: 15%;
				color: rgba(146, 93, 51, 1);
			}
			#newsBody .flexBox .detailBox {
				width: 80%;
				font-size: small;
				color: rgba(105, 105, 105, 1);
			}
			#newsBody .flexBox .detailBox p { line-height: 125%; }

	#magazinedetailBody .cmsdetail dt, 
	#newsdetailBody .cmsdetail dt {
		background: rgba(238, 228, 198, 1);
		padding: 0.5em 1em;
	}
		#magazinedetailBody .cmsdetail dt, 
		#newsdetailBody .cmsdetail dt .newsdetailTitle {
			font-size: large;
			font-weight: bold;
			line-height: 150%;
		}
		#newsdetailBody .cmsdetail dt .newsdetailTitle { width: 80%; }
		#newsdetailBody .cmsdetail dt .newsdetailDate {
			width: 15%;
			text-align:	right;
			color: rgba(147, 93, 51, 1);
		}
		#magazinedetailBody .cmsdetail dd, 
		#newsdetailBody .cmsdetail dd {
			background: rgba(255, 255, 255, 1);
			padding: 1.5em;
		}

	#magazineBox .magazineDl {
		width: 32%;
		box-sizing: border-box;
		padding: 2em 1em 1.5em 1em;
		background: rgba(255, 255, 255, 1);
		margin-bottom: 1em;
	}
		#magazineBox .magazineDl dt { text-align: center; margin-bottom: 1em; }
		#magazineBox .magazineDl dd.magname {
			font-size: large;
			line-height: 125%;
			text-align: center;
		}
		#magazineBox .magazineDl dd.pagenum { text-align: center; padding-bottom: 1em; }
		#magazineBox .magazineDl dd.magtxt {
			color: rgba(100, 100, 100, 1);
			font-size: small;
		}

	#magazinedetailBody .cmsdetail dd .magazineImgBox, 
	#magazinedetailBody .cmsdetail dd .magazineImg2Box, 
	#magazinedetailBody .cmsdetail dd .magazineImg3Box, 
	#magazinedetailBody .cmsdetail dd .magazineTextBox {
		width: 48%;
	}
	#magazinedetailBody .cmsdetail dd .magazineImg2Box, 
	#magazinedetailBody .cmsdetail dd .magazineImg3Box {
		padding: 1em;
		box-sizing: border-box;
		border: 1px solid rgba(100, 100, 100, 0.25);
		text-align: center;
	}
	#magazinedetailBody .cmsdetail dd .magazineImgBox img, 
	#magazinedetailBody .cmsdetail dd .magazineImg2Box img, 
	#magazinedetailBody .cmsdetail dd .magazineImg3Box img { max-width: 100%; }

		#magazinedetailBody .cmsdetail dd .magazineTextBox h4 {
			color: rgba(146, 93, 51, 1);
			padding-bottom: 0.5em;
			font-size: large;
			border-bottom: 1px dotted rgba(146, 93, 51, 1);
			margin-bottom: 1em;
		}

@media only screen and (max-width: 1000px) {
}
	
@media only screen and (max-width: 768px) {
	
	.formtypeA table td input[type=text], 
	.formtypeB table td input[type=text] { width: 80%; }
	#sellitems .noborder-r input { width: 40%; }
	.formtypeA select, 
	.formtypeB select, 
	.formTableBox input { margin-top: 0.5em; margin-bottom: 0.5em; }

.flexBox #login_area2, .flexBox #register_area {
	width: 100%;
	margin-bottom: 0.5em;
}
.flexBox #register_area a { width: 65%; margin: 0 auto 0.5em auto; }

#order_list_ttl, 
#order_list_ttl02 { display: none; }

#order_osBody .numberingBox > section, 
#orderBody .numberingBox > section { margin-left: 0; }
#order_osBody .numberingBox > section::before, 
#orderBody .numberingBox > section::before { top: -1.5em; left: 0; }
#order_osBody #item_list table tr, 
#order_osBody #item_list02 table tr, 
#orderBody #item_list table tr, 
#orderBody #item_list02 table tr {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	padding: 1em 0;
}
	#order_osBody #item_list table td, 
	#order_osBody #item_list02 table td, 
	#orderBody #item_list table td, 
	#orderBody #item_list02 table td { border: none; }
	#order_osBody #item_list table td.img, 
	#order_osBody #item_list02 table td.img, 
	#orderBody #item_list table td.img, 
	#orderBody #item_list02 table td.img {
/*
		order: 1;
		width: 40%;
*/
		order: 2;
		width: 50%;
		text-align: left;
	}
	#order_osBody #item_list table td.img img, 
	#order_osBody #item_list02 table td.img img, 
	#orderBody #item_list table td.img img, 
	#orderBody #item_list02 table td.img img { width: 90%; }
	#order_osBody #item_list table td.name, 
	#order_osBody #item_list02 table td.name, 
	#orderBody #item_list table td.name,
	#orderBody #item_list02 table td.name {
/*
		order: 2;
		width: 55%;
*/
		order: 3;
		width: 45%;
	}
	#order_osBody #item_list table td.mark, 
	#order_osBody #item_list02 table td.mark, 
	#orderBody #item_list table td.mark, 
	#orderBody #item_list02 table td.mark {
		/*
		order: 3;
		width: 3%;
		text-align: right;
		*/
		order: 1;
		width: 100%;
		text-align: left;
		display: block; /* ie hack用 */
		font-size: large;
	}
	#order_osBody #item_list table td.mark::before, 
	#order_osBody #item_list02 table td.mark::before, 
	#orderBody #item_list table td.mark::before, 
	#orderBody #item_list02 table td.mark::before {
		content: '商品番号：';
		margin-left: 1em;
		font-size: small;
	}
	td.emptyMark::before { content: '' !important; }
	#order_osBody #item_list table td.value, 
	#order_osBody #item_list table td.qty, 
	#order_osBody #item_list table td.subtotal, 
	#order_osBody #item_list02 table td.value, 
	#order_osBody #item_list02 table td.qty, 
	#order_osBody #item_list02 table td.subtotal, 
	#orderBody #item_list table td.value, 
	#orderBody #item_list table td.qty, 
	#orderBody #item_list table td.subtotal, 
	#orderBody #item_list02 table td.value, 
	#orderBody #item_list02 table td.qty, 
	#orderBody #item_list02 table td.subtotal {
		width: 25%;
		padding: 0.5em 0 1em 0;
	}
	#order_osBody #item_list table td.value, 
	#order_osBody #item_list02 table td.value, 
	#orderBody #item_list table td.value, 
	#orderBody #item_list02 table td.value { order: 5; margin-left: 1em; }
	#order_osBody #item_list table td.value::after, 
	#order_osBody #item_list02 table td.value::after, 
	#orderBody #item_list table td.value::after, 
	#orderBody #item_list02 table td.value::after { content: '×'; margin-left: 0.5em; }
	#orderBody #item_list table td.pcHideSubdata, 
	#orderBody #item_list02 table td.pcHideSubdata { padding-left: 1em; order: 4; width: 100%; }
	#order_osBody #item_list table td.qty, 
	#order_osBody #item_list02 table td.qty, 
	#orderBody #item_list table td.qty, 
	#orderBody #item_list02 table td.qty { order: 6; }
		#order_osBody #item_list table td.qty input, 
		#order_osBody #item_list02 table td.qty input, 
		#orderBody #item_list table td.qty input, 
		#orderBody #item_list02 table td.qty input { width: 100%; box-sizing: border-box; }
	#order_osBody #item_list table td.subtotal, 
	#order_osBody #item_list02 table td.subtotal, 
	#orderBody #item_list table td.subtotal, 
	#orderBody #item_list02 table td.subtotal { order: 7; text-align: left; }
	#order_osBody #item_list table td.subtotal::before, 
	#order_osBody #item_list02 table td.subtotal::before, 
	#orderBody #item_list table td.subtotal::before, 
	#orderBody #item_list02 table td.subtotal::before { content: '='; margin-left: 0.5em; }
	#order_osBody dl#item_list dd.detail_box .flexBox .detail_photo img, 
	#order_osBody dl#item_list02 dd.detail_box .flexBox .detail_photo img, 
	#orderBody dl#item_list dd.detail_box .flexBox .detail_photo img
	#orderBody dl#item_list02 dd.detail_box .flexBox .detail_photo img { margin-bottom: 1em; }
	#order_osBody .contentBox .rightBox, 
	#order_osBody #option > li, 
	#order_osBody dl#item_list dd.detail_box .flexBox .detail_photo, 
	#order_osBody dl#item_list dd.detail_box .flexBox .detail_txt, 
	#order_osBody dl#item_list dd.detail_box .flexBox li, 
	#order_osBody dl#item_list02 dd.detail_box .flexBox .detail_photo, 
	#order_osBody dl#item_list02 dd.detail_box .flexBox .detail_txt, 
	#order_osBody dl#item_list02 dd.detail_box .flexBox li, 
	#orderBody .contentBox .rightBox, 
	#orderBody #option > li, 
	#orderBody dl#item_list dd.detail_box .flexBox .detail_photo, 
	#orderBody dl#item_list dd.detail_box .flexBox .detail_txt, 
	#orderBody dl#item_list dd.detail_box .flexBox li, 
	#orderBody dl#item_list02 dd.detail_box .flexBox .detail_photo, 
	#orderBody dl#item_list02 dd.detail_box .flexBox .detail_txt, 
	#orderBody dl#item_list02 dd.detail_box .flexBox li { width: 100%; }
	#order_osBody #option .leftBox, 
	#orderBody #option .leftBox { float: left; }
	#order_osBody #option .rightBox, 
	#orderBody #option .rightBox { float: right; }
	#order_osBody .option_caution, 
	#orderBody .option_caution { text-align: left; }
/*	#sidenavi_order_area #sideNaviInitBox { position: static; } */
	#sidenavi_order { font-size: 100%; }
	#sidenavi_order_area #sideNaviInitBox { /* transition: 0.3s; */ background: rgba(255, 255, 255, 1); }
		#sidenavi_order_area #sideNaviInitBox .caution_btn { position: relative; }
			#sidenavi_order_area #sideNaviInitBox .caution_btn::after {
				content: '【閉じる】';
				font-size: small;
				/*
				border: 5px solid transparent;
				border-bottom-color: rgba(255, 255, 255, 1);
				*/
				position: absolute;
				top: 1em;
				left: 0.5em;
			}
			#sidenavi_order_area #sideNaviInitBox .openSidenavi::after {
				border-top-color: rgba(255, 255, 255, 1);
				border-bottom-color: transparent;
				bottom: 1.5em;
			}
			#sidenavi_order_area #sideNaviInitBox .staticHead::after { content: ''!important; }
	body { position: relative; }

	#order_osBody .packingWeightBox, 
	#order_osBody .transportationMethodBox { width: 100%; }
	#order_osBody .packingWeightBox { margin-bottom: 0.25em; }

	.transportationMethodBox table#mailing td.lsr { background: rgba(100, 100, 100, 0.1); }

/* https://b-risk.jp/blog/2018/07/table-css/ */
/*	.spTable, */
	.shoplistTable { width: 100%; }
		.shoplistTable tr {
			display: block;
			float: left;
		}
		.officetime, 
		.officeholiday, 
		.ttelephone, 
		.tfaxno
		.turl {
			width: 100%;
			display: block;
		}
/*	.spTable tr, 
	.spTable th, 
	.spTable td, */
	.shoplistTable tr, 
	.shoplistTable th, 
	.shoplistTable td, 
	.fShoplistTable tr, 
	.fShoplistTable th, 
	.fShoplistTable td {
		float: left;
		width: 100% !important;
		box-sizing: border-box;
	}
	.fShoplistTable .shopinfo01 {
		border-bottom: none;
		padding-bottom: 0;
	}
	.shoplistTable .shopinfo, 
	.fShoplistTable .shopinfo01, 
	.fShoplistTable .shopinfo02 { display: none; }
	.shoplistTable .shopinfo0 td, 
	.fShoplistTable .shopinfo0 td { display: block !important; }

	.formTableBox table tr:last-child th { border-bottom: none; }

	.shoplistTable .name, 
	.fShoplistTable .name {
		position: relative;
		padding-right: 30px;
		box-sizing: border-box;
	}
		.shoplistTable .name::after, 
		.fShoplistTable .name::after {
			content: '＋';
			position: absolute;
			top: 10px;
			right: 10px;
			background: rgba(153, 0, 0, 1);
			color: rgba(255, 255, 255, 1);
			font-weight: bold;
			width: 20px;
			height: 20px;
			text-align: center;
			line-height: 20px;
			border-radius: 50%;
		}
		.shoplistTable .shopinfo0 .name::after, 
		.fShoplistTable .shopinfo0 .name::after { content: 'ー'; }

		.shoppingFlowOl li {
			width: 100%;
			height: auto;
			border-radius: 0;
			padding: 0.25em;
			margin-bottom: 0.5em;
		}
			.shoppingFlowOl li::before { top: 0.25em; left: -40%; }
			.shoppingFlowOl li::after { content: none; }

		#goodscategoryBox ul, 
		#goodscategory2Box ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
			#goodscategoryBox li, 
			#goodscategory2Box li {
				border: 1px solid rgba(123, 79, 66, 1);
				padding: 0.5em 0;
				margin: 0 0.25em 0.25em 0;
				border-radius: 3px;
				background: rgba(255, 255, 255, 1);
				text-align: center;
				/*
				float: left;
				min-width: 8em;
				*/
			}
			/*
			#goodscategory2Box li {
				text-align: center;
				padding-bottom: 0.25em;
				border-bottom: 1px solid rgba(0, 0, 0, 1);
				margin-bottom: 0.25em;
			}
			*/
			#goodscategoryBox li, 
			#goodscategory2Box li { width: 31%; }
			#goodscategoryBox li:nth-child(1), 
			#goodscategoryBox li:nth-child(2), 
			#goodscategory2Box li:nth-child(1), 
			#goodscategory2Box li:nth-child(2) {
				width: 48%;
			}
			#goodscategoryBox ul::after, 
			#goodscategory2Box ul::after { width: 32%; }
			#goodscategoryBox li.nowChk, 
			#goodscategory2Box li.nowChk { background: rgba(123, 79, 66, 1); color: rgba(255, 255, 255, 1); }

	#catalogpageBody .listCover { display: block; }

		#catalogpageBody .listCover .listItem { width: 100%; }
			#catalogpageBody .listCover .listItem .listbox {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
			}
				#catalogpageBody .listCover .listItem .listbox > p { width: 100%; }
				#catalogpageBody .listCover .listItem .listbox > hr, 
				#catalogpageBody .listCover .listItem .listbox > .catename { display: none; }
				#catalogpageBody .listCover .listItem .listbox > .img { width: 45%; margin-bottom: 0.25em; order: 2; }
				#catalogpageBody .listCover .listItem .listbox > .btn_detail { order: 8; }
				#catalogpageBody .listCover .listItem .listbox > .mark { order: 1; }
				#catalogpageBody .listCover .listItem .listbox > .type_icons { width: 45%; order: 4; }
				#catalogpageBody .listCover .listItem .listbox > .noHeader { width: 45%; order: 3; }
				#catalogpageBody .listCover .listItem .listbox > .priceA { order: 5; }
				#catalogpageBody .listCover .listItem .listbox > dl.openprice { width: 100%; order: 6; }
				#catalogpageBody .listCover .listItem .listbox > dl.allingredients { width: 100%; order: 7; }

				#catalogpageBody .selfRepInner th, 
				#catalogpageBody .selfRepInner td { width: 100%; display: block; }
					.selfRepInner .detail_photo {
						padding: 0 0 1em 0;
						text-align: center;
					}
				.selfRepInner .detail_photo { max-width: 100%; }
				
				#catalogpageBody .noHeader .pcHide .redText { padding-top: 1em; }

				.expandField { float: none; margin-right: 5vw; }
/*
		#catalogpageBody .listCover .listItem { width: 48%; }
		#catalogpageBody .selfRepInner th, 
		#catalogpageBody .selfRepInner td { width: 100%; display: block; }
			.selfRepInner .detail_photo {
				padding: 0 0 1em 0;
				text-align: center;
			}
			#catalogpageBody .detail_list .flexBox li { width: 100%; }
			.selfRepInner .detail_photo { max-width: 100%; }
*/
	#qandaBody h4 { padding-right: 3em; }
	#qandaBody #catenav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		#qandaBody #catenav li { width: 48%; }
		#qandaBody #catenav li:last-child { width: 100%; }
			#qandaBody #catenav li a { width: 100%; }
	.faqac div.imguse p, 
	.faqac div dl {
		width: 100%;
		float: none;
	}
	.faqac div dl {
		display: flex;
		flex-wrap: wrap;
	}
	.faqac div dl dt { width: 37%; }
	.faqac div dl dd { width: 60%; padding-left: 1em; box-sizing: border-box; }
		.faqac div dl dt img { width: 100%; }

	.sortBox { font-size: small; }
	.sortBox .sort, 
	.sortBox #FaqcategoryIndexForm { width: 100%; text-align: left; }
		.sortBox #FaqcategoryIndexForm p { background-position: 0 0.5em; }
		.sortBox p.sort span { float: right; }

	.flexBox #login_area, 
	.flexBox #login_area2, 
	.flexBox #register_area { width: 100%; margin-bottom: 0.5em; }

	#saijiBody .searchBox { margin-bottom: 1em; }
	#saijiBody .twitterBox {
		background: rgba(0, 171, 236, 0.25);
		padding: 0.25em;
		text-align: center;
	}
	#saijiBody #saijiData .flexBox h3, 
	#saijiBody #saijiData .flexBox .sortBox { width: 100%; }
	#saijiBody .saijiTable {
		border: 1px solid rgba(218, 128, 49, 1);
		padding: 0.75em 0;
		background: rgba(255, 255, 255, 1);
		display: block;
	}
		#saijiBody #saijiData .saijiTable th { display: none; }
		#saijiBody #saijiData .saijiTable td { border: none; padding: 0.25em 1em; }
			#saijiBody #saijiData .saijiTable td::before { content: attr(data-th)''; }
			#saijiBody #saijiData .saijiTable td strong { color: rgba(218, 128, 49, 1); }
			#saijiBody #saijiData .saijiTable th { width: auto; }
			
	.submitBtnBox .clear_btn, 
	.submitBtnBox .submitBtn { display: block; margin-bottom: 0.5em; }
	#orderConfirmChkBox .submitBtn input, 
	.submitBtnBox .clear_btn a, 
	.submitBtnBox .submitBtn a, 
	.submitBtnBox .submitBtn input[type="submit"], 
	.submitBtnBox .clear_btn input[type="submit"], 
	.submitBtnBox .clear_btn button { width: 80%; }
	.submitBtnBox .submitBtn::after { top: 1em; right: 3em; }

	.submitBtnBox .submitBtn::after, 
	.login::after, 
	#register_area a::after { content: none; }
	
	.required::after {
		float: none;
		display: inline-block;
	}

	#magazineBox .magazineDl {
		width: 100%;
	}


	/* ie hack */
	_:-ms-lang(x), #order_osBody #item_list table tr, 
	_:-ms-lang(x), #order_osBody #item_list02 table tr, 
	_:-ms-lang(x), #orderBody #item_list table tr, 
	_:-ms-lang(x), #orderBody #item_list02 table tr {
		display: block;
		position: relative;
		padding-bottom: 4em;
	}
	_:-ms-lang(x), #order_osBody #item_list table td.value, 
	_:-ms-lang(x), #order_osBody #item_list02 table td.value, 
	_:-ms-lang(x), #orderBody #item_list table td.value, 
	_:-ms-lang(x), #orderBody #item_list02 table td.value {
		position: absolute;
		bottom: 0;
		left: 1em;
	}
	_:-ms-lang(x), #order_osBody #item_list table td.qty, 
	_:-ms-lang(x), #order_osBody #item_list02 table td.qty, 
	_:-ms-lang(x), #orderBody #item_list table td.qty, 
	_:-ms-lang(x), #orderBody #item_list02 table td.qty {
		position: absolute;
		bottom: 0;
		left: 40%;
	}
	_:-ms-lang(x), #order_osBody #item_list table td.subtotal, 
	_:-ms-lang(x), #order_osBody #item_list02 table td.subtotal, 
	_:-ms-lang(x), #orderBody #item_list table td.subtotal, 
	_:-ms-lang(x), #orderBody #item_list02 table td.subtotal {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	_:-ms-lang(x), #catalogpageBody .selfRepInner td { width: 80vw; }
	_:-ms-lang(x), #drawerNaviBox ul li ul li a { height: 100% !important; justify-content: center; }
}

/* ie10以下 hack */
@media screen\0 {
	/*ie8～11*/
	#mainNaviBox #mainNaviBBox > ul > li:first-child { width: 38%; }
	.flexBox::after, 
	#orderBody #option::after, 
	#order_osBody #option::after, 
	.shoppingFlowOl::after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
		.shoppingFlowOl li { float: left; margin-right: 30px; }
		.flexBox #login_area, .flexBox #login_area2, .flexBox #register_area, 
		#order_osBody #option > li:first-child, 
		#orderBody #option > li:first-child { float: left; }
		#order_osBody #option > li:last-child, 
		#orderBody #option > li:last-child { float: right; }
}
	/*ie11*/
	_:-ms-fullscreen, :root #mainNaviBox #mainNaviBBox > ul > li:first-child { width: 40%; }
	_:-ms-fullscreen, :root .shoppingFlowOl li { float: none; margin-right: 0; }
	_:-ms-fullscreen, :root .flexBox #login_area, .flexBox #login_area2, .flexBox #register_area, 
	_:-ms-fullscreen, :root #order_osBody #option > li:first-child, 
	_:-ms-fullscreen, :root #orderBody #option > li:first-child, 
	_:-ms-fullscreen, :root #order_osBody #option > li:last-child, 
	_:-ms-fullscreen, :root #orderBody #option > li:last-child { float: none; }
	
@media only screen and (max-width: 640px) {
}