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

body{-webkit-text-size-adjust:100%;}
#contentsArea table{border-collapse:collapse; border-spacing:0; table-layout:fixed;}
#contentsArea img{vertical-align:top; border-width:0; border-style:none;}
#contentsArea th,#contentsArea h1,#contentsArea h2,#contentsArea h3,#contentsArea h4,#contentsArea h5,#contentsArea h6{font-weight:normal;}
#contentsArea{
	width:100%;
	margin-bottom:0;
	padding-bottom:2em;
}
#root,#Wrap{
	width:950px;
	margin:0 auto;
}
#Wrap{
	font: 14px/1.4 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222;
}
#Wrap .howto{
	position:relative;
}
#Wrap .howto ul{
	position:absolute;
	left:216px;
	top:300px;
	margin-left:-8px;
}
#Wrap .howto ul li{
	float:left;
	margin-left:8px;
}

/* ============= #lineup ==============*/

#lineup{
	margin-top:80px;
}
#lineup h2{
	margin-bottom:30px;
	text-align:center;
}
#lineup .lineupLayout{
	margin-top:50px;
	padding-top:10px;
}
#lineup .lineupLayout h3,
#lineup .lineupLayout .htxt{
	display:table-cell;
	vertical-align:top;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
}
#lineup .lineupLayout .htxt{
	width:592px;
	height:105px;
	padding:6px 15px 0;
	background:url(../img/lineup_bg.gif) no-repeat;
	line-height:1.6;
	vertical-align:middle;
	*padding-top:25px;
}
#lineup .lineupLayout .productBox{
	margin-top:6px;
	margin-left:-16px;
}
#lineup .lineupLayout .productBox li{
	width:304px;
	border:1px solid #D9D9D9;
	margin-left:16px;
	margin-top:24px;
	float:left;
}
#lineup .lineupLayout .productBox li .detailBox{
	padding:8px 13px;
}
#lineup .lineupLayout .productBox li .detailBox .imgBox{
	text-align:center;
	margin-bottom:8px;
}
#lineup .lineupLayout .productBox li .detailBox .name{
	font-size:15px;
	padding-left:12px;
	background:url(../img/icon.gif) no-repeat left center;
	color:#50383F;
	font-weight:bold;
}
#lineup .lineupLayout .productBox li .detailBox .txtBox{
	font-size:12px;
	margin:5px 0;
	color:#211813;
}
#lineup .lineupLayout .productBox li .buyBox{
	padding:0 13px;
	background:#FAFAFA;
}
#lineup .lineupLayout .productBox li .buyBox .cntBox{
	padding:12px 0;
	border-top:1px dotted #5B5B5B;
	position:relative;
}
#lineup .lineupLayout .productBox li .buyBox .cntBox:first-child{
	border-top:none;
}
#lineup .lineupLayout .productBox li .buyBox .cntBox .priceBox{
	font-size:19px;
	color:#B11E1F;
	font-weight:bold;
}
#lineup .lineupLayout .productBox li .buyBox .cntBox .priceBox span{
	width:60px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	background:#664850;
	text-align:center;
	padding:3px 0;
	display:inline-block;
}
#lineup .lineupLayout .productBox li .buyBox .cntBox .btnBox{
	margin-top:10px;
}
#lineup .lineupLayout .productBox li .buyBox .cntBox .btnBox p{
	float:left;
}
#lineup .lineupLayout .productBox li .buyBox .cntBox .btnBox .addcart{
	margin-left:14px;
}
#goTop{
	display:none;
}

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

#lineup .lineupLayout .productBox li .buyBox .popup{
	width:130px;
	height:52px;
	padding:10px 10px 24px 8px;
	background:url(../../../img/cart/popup_bg.png) no-repeat;
	display:none;
	position:absolute;
	right:-10px;
	bottom:50px;
	z-index:1;
}