@charset "utf-8";
/* CSS Document */

/*---------------------------------
rejimaeCSS レジ前デザインCSS
---------------------------------*/
.smpRejimae {
	padding:10px 8px 15px;
	background-color:#fffceb;
}
.smpRejimae .flexslider {
	border:none !important;
	background:none !important;
	-webkit-border-radius: none !important;
	-moz-border-radius: none !important;
	-o-border-radius: none !important;
	border-radius: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 25px !important;
}

.smpRejimae .flex-control-nav{
	bottom: -25px;
}

.smpRejimaeShouhin {
}
.smpRejimaeTitle {
	font-size:16px;
	color:#450307;
	font-weight: bold;
	margin: 0 0 10px !important;
	line-height:1 !important;
}
.rejimaeLayout {
	background-color:#fff;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 2px solid #330000 !important;
	padding: 8px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 1px 3px rgba(51,51,51,.3);
	-webkit-box-shadow: 0 1px 3px rgba(51,51,51,.3);
	-o-box-shadow: 0 1px 3px rgba(51,51,51,.3);
	box-shadow: 0 1px 3px rgba(51,51,51,.3);
}

.rejimaeLayout:not(.flex-active-slide){
	height:0;
	border-color:#fff !important;
}

.rejimaeWrap {
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:box;
	width: 100%;
	margin-bottom:10px;
}
.rejimaeShouhinJouhou {
	-moz-box-flex:1;
	-webkit-box-flex:1;
	-o-box-flex:1;
	box-flex:1;
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
	-o-box-ordinal-group:2;
	box-ordinal-group:2;
	position: relative;
	padding-bottom: 33px;
}
.rejimaeShouhinJouhou .cartin_box {position: absolute; width:88px;right:0;bottom:0;}
.rejimaeShouhinJouhou .price {margin-bottom:5px;}
.rejimaeShouhinJouhou .price span {font-size:14px;margin-bottom:5px;line-height:1.3;font-weight:bold;}
.rejimaeShouhinJouhou .price img {vertical-align:middle;}
.rejimaePictArea {
	-moz-box-ordinal-group:1;
	-webkit-box-ordinal-group:1;
	-o-box-ordinal-group:1;
	box-ordinal-group:1;
	padding-right:10px;
	width: 110px;
}
.rejimaePictArea img {width:110px;height:110px;}
.rejimaeLayoutName {line-height:1.3; font-size:14px; margin-bottom: 6px;}
.rejimaeLayoutName a {font-weight:bold;}
.rejimaeShousai {-moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background-color:#f5f2ed;color:#371e00;}
.rejimaeShousai dt {padding:14px 10px;line-height:1;font-size:14px;font-weight:bold; position: relative;}
.rejimaeShousai dt:after {
content:"";
display:block;
width:20px;
height:20px;
background-image:url(../img/button_open3.png);
background-size:20px 20px;
background-repeat:no-repeat;
background-position:right 50%;
position: absolute;
top: 12px;
right: 10px;
}
.rejimaeShousai dt.close:after {
background-image:url(../img/button_close3.png);
}
.rejimaeShousai dd {padding: 0 10px 10px;font-size:12px;}
.rejimaeShousai .kikaku_meyasu {margin-top:5px;}