/****************************************

         　　  商品一覧ページ

*****************************************/
.detail-img-big{
	width: 450px;
	float: left;
}
.detail-img{
	width: 450px;
	border: 10px solid #ffe6e7;
}
.detail-thum-item{
	border: 3px solid #ffe6e7;
}
.detail-thum ul{
	margin: 0 -30px 0 0;
	zoom:1;
}
.detail-thum li{
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px 13px 0 0;
}
#item-bottom{
	padding: 30px 0 0 0;
	clear: both;
}
#item-bottom p{
	padding: 5px 0 5px 0;
}
.detail-left{
	float: right;
	width: 240px;
}
.detail-left li{
	width: 230px;
	padding: 10px 0; 
	border-bottom: 1px dotted #451704;
}

.table-detail-option{
	width: 230px;
	margin: 20px 0;
	border-collapse: collapse;
	background-color: #fff7f7;
}
.table-detail-option td{
	padding: 10px;
	text-align: center;
	border: 1px dotted #451704;
}
