﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin: 22px 0 38px;
	overflow: hidden;
 /zoom: 1;
}
#detail .box {
	margin: 0 0 10px;
	overflow: hidden;
 /zoom: 1;
}
#detail .box .imgbox {
	float:left;
	width: 340px;
	overflow: hidden;
 /zoom: 1;
}
#detail .box .imgbox ul.imgbig {
	margin-bottom:10px;
}
#detail .box .imgbox ul.imgbig li a {
	border: 1px solid #CECECD;
	width: 338px;
	height: 338px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .box .imgbox ul.imglist li {
	float: left;
	margin: 0 9px 10px 0;
}
#detail .box .imgbox ul.imglist li.none {
	margin-right: 0;
}
#detail .box .imgbox ul.imglist li a {
	border: 1px solid #CECECD;
	width: 76px;
	height: 76px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .box .cart {
	float: right;
	width: 280px;
}
#detail .box .cart p{
	color:#F00;
	font-weight:bold;
	font-size:1.3em;
}
#detail .box .cart .cart-btn li {
	margin-bottom: 3px;
}
#detail .box .cart .cart-btn li.price {
	margin-bottom:6px;
	font-size: 1.4em;
	color:#CC3333;
}
#detail .box .cart .cart-btn li.submit {
	margin-bottom: 20px;
	line-height: 0;
}
#detail .box .cart .cart-option {
	margin-bottom: 20px;
	line-height: 0;
}
#detail .box .cart .cart-option li {
	margin-bottom: 5px;
}
#detail .box .cart dl dt {
}
#detail .box .cart dl {
	font-size: 0.85em;
}
#detail .box .cart dl dd {
	line-height:1.8;
}
#content table {
	margin: 0 0 20px;
	font-size: 0.85em;
	width:100%;
}
#content table th {
	width: 189px;
	padding:3px 0 3px 8px;
}
#content table td {
	padding:4px 16px 3px 8px;
}
#content .back {
	margin-top: 24px;
}
