

/*  左の写真スペース　*/
/*--------------------------------------------------------*/

.photoBox{
	float:left;
	width:500px;
	margin-right:40px;
}

/*  メイン写真　*/
.photoBox .main_photo{
	width:490px;
	height:490px;
	margin-right:10px;
}

.photoBox .main_photo ul{
	margin:0px;
}

.photoBox .main_photo ul.bxslider li{
	width:480px;
	height:480px;
	padding:5px;
	background:#FFF;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
}

/* ディティール　*/
.photoBox .detailBox{
	margin-top:20px;	
	overflow:hidden;
}

.photoBox .detailBox h2{
	font-size:100%;
	line-height:1.5em;
	padding-bottom:5px;
	border-bottom:1px solid #D2C8BE;
	margin-bottom:10px;	
}

.photoBox .detailBox ul li{
	float:left;
	width:90px;
	height:90px;
	margin-right:10px;
	background:#FFF;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	margin-bottom:10px;
}

/* カラー　*/
.photoBox .colorBox{
	margin-top:10px;
	overflow:hidden;
}

.photoBox .colorBox h2{
	font-size:100%;
	line-height:1.5em;
	padding-bottom:5px;
	border-bottom:1px solid #D2C8BE;
	margin-bottom:10px;
}

.photoBox .colorBox ul li{
	float:left;
	width:90px;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	margin-bottom:10px;
}

.photoBox .colorBox ul li img{
	width:90px;
	height:90px;
	background:#FFF;
}

.photoBox .colorBox ul li p.colorname{
	font-size:12px;
	line-height:1.5em;
	margin-top:7px;
}

/*  右の情報スペース　*/
/*--------------------------------------------------------*/

.infoBox{
	float:left;
	width:360px;
}

.infoBox .logo{
	margin-bottom:30px;
}

.infoBox h2{
	font-size:20px;
	font-weight:bold;
	line-height:1.5em;
	color:#6D5347;
	margin-bottom:20px;
}

.infoBox .price{
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	color:#6D5347;
}

.infoBox .sale_price{
	margin-top:10px;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	color:#E80000;
}

.infoBox .line{
	border-top:#D2C8BE 1px solid;
	margin-top:30px;
	padding-top:30px;
}

.infoBox .outline{
	margin-top:30px;
	margin-bottom:25px;	
}

.infoBox .outline h3{
	background:#AAAFA0;
	padding:8px 10px;
	font-size:100%;
	color:#FFF;
	line-height:1.5em;
	text-align:left;
}	

.infoBox .outline .outlineBox{
	background:#FFF;
	padding:10px;
	border:1px solid #E0DAD3;
}

.infoBox .outline .outlineBox p{
	font-size:100%;
}

.infoBox .shop{
}

.infoBox .shop h3{
	background:#B9C8CD;
	padding:8px 10px;
	font-size:100%;
	color:#FFF;
	line-height:1.5em;
	text-align:left;
}	

.infoBox .shop .outlineBox{
	background:#FFF;
	padding:10px;
	border:1px solid #E0DAD3;
}

.infoBox .shop .outlineBox p{
	font-size:100%;
}

.infoBox .hosoku{
	margin-top:25px;
	font-size:85%;
	line-height:1.7em;
}
