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


/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 220px;
	margin-right: 30px;
	margin-bottom: 25px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 10px;
}
#product dl dt a {
	color: #261614;
	text-decoration: none;
}
#product dl dt a:hover {
	text-decoration: underline;
}
#product dl dd.image a {
	border: 1px solid #BFA99F;
	width: 218px;
	height: 218px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#product dl dd.image img {
	max-width: 216px;
	max-height: 216px;
}
#product dl dd.comment {
	font-size: 0.9em;
}
