@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 25px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 190px;
	margin-right: 35px;
	margin-bottom: 25px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 5px;
}
#product dl dd {
	line-height: 1.4;
}
#product dl dd.image a {
	border: 1px solid #CCCCCC;
	width: 184px;
	height: 184px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 2px;
}
#product dl dd.image a span {
	width: 184px;
	height: 184px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background: #FEC71F;
}
#product dl dd.image a img {
	max-width: 184px;
}
#product dl dd.comment {
	margin-top: 3px;
	line-height: 1.8;
	font-size: 0.82em;
}
