@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin: 0 0 70px;
	overflow: hidden;
	/zoom: 1;
	
}
#detail .box {
	margin: 0 0 30px;
	overflow: hidden;
	/zoom: 1;
	
}
#detail .box .imgbox {
	float:left;
	width: 350px;
	overflow: hidden;
	/zoom: 1;
}
#detail .box .imgbox ul.imgbig li a,
#detail .box .imgbox ul.imgbig li span {
	width: 348px;
	height: 348px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background:#eee;
}
#detail .box .imgbox ul.imglist li {
	float: left;
	margin: 10px 10px 0 0;
}
#detail .box .imgbox ul.imglist li.none {
	margin-right: 0;
}
#detail .box .imgbox ul.imglist li a,
#detail .box .imgbox ul.imglist li span {
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background:#eee;
}
#detail .box .cart {
	float: right;
	width: 260px;
}
#detail .box .cart .cart-btn li {
	margin-bottom: 3px;
}
#detail .box .cart .cart-btn li.price {
	color: #000;
	font-size: 1.4em;
}
#detail .box .cart .cart-btn li.submit {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 0;
}
#detail .box .cart .cart-btn li.nostock {    
	margin-bottom: 10px;
	color: #FF0000;
}
#detail .box .cart .cart-option {
	margin-bottom: 30px;
	line-height: 0;
}
#detail .box .cart .cart-option li {
	margin-bottom: 20px;
}
#detail .box .cart dl {
	font-size: 0.85em;
	line-height: 1.75;
}
#content table {
	font-size: 0.85em;
	border-top:1px dotted #ccc;
}

#content table th {
	width: 210px
}

#content table th,#content table td{
	padding: 7px 0 6px 0;
}

#content .back {
	margin-top: 20px;
	text-align:left;
}