@charset ”UTF-8”;


/* フレーム
----------------------------------------------- */
.goods{width:650px;}

.detail{
	width:612px;
	border: 7px solid #efefef;
	padding: 12px;
	margin-top: 15px;
}

/* メインコンテンツ
----------------------------------------------- */

.goods .lead01{
	width:596px;
	margin-right: 26px;
	margin-left: 26px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
}

.goods .catch{
	margin: 6px;
}

.goods .itemarea{
	margin-top: 10px;
	margin-bottom: 20px;
}

.goods .box01{
	width:170px;
	margin-right: 5px;
	margin-left: 9px;
	float:left;
	border: 1px solid #af9e8c;
	text-align: center;
	height: 135px;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.goods .box02{
	width:170px;
	margin-right: 5px;
	margin-left: 5px;
	float:left;
	border: 1px solid #af9e8c;
	text-align: center;
	height: 135px;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.goods .box03{
	width:170px;
	margin-right: 9px;
	margin-left: 5px;
	float:left;
	border: 1px solid #af9e8c;
	text-align: center;
	height: 135px;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}


.detail .main_photo{
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

.detail .sub_photo{
	/* float: left; */
 }

.detail .txt{
	float: left;
	width: 356px;
}

.detail .main_photo img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #af9e8c;
	border-right-color: #af9e8c;
	border-bottom-color: #af9e8c;
	border-left-color: #af9e8c;
}

.detail .sub_photo img{
	margin-right: 10px;
	border: 1px solid #af9e8c;
}

.detail .cart{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}






/*--------------------------------*/

/*クリア*/

.clear {
	clear:both;
}

.clear hr {
	display: none
}


/*--------------------------------*/
