@charset "Shift_JIS";
/* CSS Document */

body{-webkit-text-size-adjust: 100%;	}
table {border-collapse:collapse; border-spacing:0; table-layout:fixed;}
img{vertical-align:top; border-width:0; border-style:none;}
th,h1,h2,h3,h4,h5,h6{font-weight:normal;}
#contentsArea{width:100%;}

#Wrap{
	width:100%;
	font-family:"メイリオ", Meiryo, Osaka,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size:12px;
	color:#3F1000;
	margin-top:10px;
}
#root,#p_header .header_top p,#p_header .header_main{
	width:950px;
	margin:0 auto;
}
/* ---------------------#sectionLayout---------------------- */

#p_header{
	width:100%;
	padding-bottom:20px;
	border-bottom:2px solid #FAE6E9;
}
#p_header .header_top{
	width:100%;
	background:#723524;
}
#p_header .header_top p{
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	letter-spacing:.08em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#p_header .header_main{
	margin-top:20px;
}
#p_header .header_main h1{
	float:left;
	margin-top:21px;
}
#p_header .header_main ul{
	width:637px;
	padding:10px 0;
	float:right;
	background:url(../img/p_header_attention_bg.gif) no-repeat;
}
#p_header .header_main ul li{
	padding:0 10px 0 47px;
	display:block;
	font-size:12px;
	text-indent:-1.0em;
	color:#000;
}
#p_header .header_main ul li a{
	text-decoration:underline;
	color:#9C2D1F;
}
#p_header .header_main ul li a:hover{
	text-decoration:none;
}

/* ---------------------#gNavi---------------------- */

#gNavi{
	width:908px;
	margin:20px auto 0;
	padding:12px 20px;
	border:1px solid #CCC;
	border-radius:8px;
}
#gNavi ul{
	margin-left:-20px;
	position:relative;
	zoom:1;
}
#gNavi ul li{
	float:left;
	margin:5px 18px 0;
	display:block;
	white-space:nowrap;
}
#gNavi ul li a{
	padding-left:18px;
	color:#333;
	font-size:14px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#gNavi ul li a:before,
#gNavi ul li a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#gNavi ul li a:before{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background:#723524;
	behavior: url(../../script/PIE/PIE.htc);
}
#gNavi ul li a:after{
	left: 3px;
	top:5px;
	box-sizing: border-box;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-top: 5px solid #fff;
	behavior: url(../../script/PIE/PIE.htc);
}

/* ---------------------#sectionLayout---------------------- */

#sectionWrap{
	width:950px;
	margin:0 auto;
}
#sectionWrap .sectionLayout{
	margin-top:40px;
	padding-top:10px;
}
#sectionWrap #sec1{
	margin-top:20px;
}
#sectionWrap .sectionLayout h2{
	font-weight:bold;
	position:relative;
	background-color:#FBECED;
	padding:10px;
	margin-bottom:10px;
	font-size:21px;
	color:#5E4242;
	background-image:linear-gradient(-45deg, #FCF1F2 25%, transparent 25%, transparent 50%, #FCF1F2 50%, #FCF1F2 75%, transparent 75%, transparent);
	background-size:6px 6px;
	border-radius:8px;
	border:1px solid #F8E0E3;
	/*text-shadow:rgba(0, 0, 0, 0.3) 1px 1px 2px;*/
	behavior: url(../../script/PIE/PIE.htc);
}
#sectionWrap .sectionLayout h2:after{
	content:" ";
	position:absolute;
	top:100%;
	left:25px;
	width:0;
	height:0;
	border:10px solid transparent;
	border-top:10px solid #FBECED;
}
#sectionWrap .sectionLayout .subTxt{
	font-size:14px;
	margin:20px 0 10px;
}
#sectionWrap .sectionLayout ul{
	margin-left:1px;
}
#sectionWrap .sectionLayout ul li{
	width:157px;
	border:1px solid #CCC;
	float:left;
	margin-left:-1px;
	margin-top:10px;
	position:relative;
}
#sectionWrap .sectionLayout ul li .imgBox{
	width:100px;
	height:75px;
	margin:0 auto;
	padding:14px 0;
}
#sectionWrap .sectionLayout ul li .detailBox{
	width:139px;
	padding:0 9px 7px;
}
#sectionWrap .sectionLayout ul li .detailBox .code{
	font-size:11px;
	color:#555;
	margin-top:8px;
}
#sectionWrap .sectionLayout ul li h3 a{
	color:#3F1000;
}
#sectionWrap .sectionLayout ul li .cntBox{
	padding:9px;
	background:#FAFAFA;
}
#sectionWrap .sectionLayout ul li .cntBox .bgprice{
	color:#D80000;
	font-size:13px;
}
#sectionWrap .sectionLayout ul li .cntBox .mprice{
	color:#333;
	font-size:11px;
}
#sectionWrap .sectionLayout ul li .cntBox strong{
	font-weight:bold;
	font-size:14px;
}
#sectionWrap .sectionLayout ul li .priceBox{
	font-size:16px;
	padding-top:12px;
	padding-bottom:4px;
	color:#D80000;
}
#sectionWrap .sectionLayout ul li .btnBox{
	padding-top:12px;
	text-align:center;
	position:relative;
	_zoom:1;
}
#sectionWrap .sectionLayout .pageTop{
	margin-top:20px;
	text-align:right;
}
#sectionWrap .sectionLayout .pageTop a{
	color:#723524;
}

/* ------------------------popup------------------------ */

#sectionWrap .sectionLayout .popup{
	width:130px;
	height:52px;
	padding:10px 10px 24px 8px;
	background:url(../../../img/cart/popup_bg.png) no-repeat;
	display:none;
	position:absolute;
	left:7px;
	bottom:40px;
	z-index:1;
}