@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	overflow: hidden;
 /zoom: 1;
}
#product dl {
	float: left;
	width: 175px;
	margin:0 20px 35px 0;
}
#product dl.none {
	margin:0 0 35px 0;
}
#product dl dt {
	margin-top: 7px;
}
#product dl dt a{
	font-size:0.85em;
}
#product dl dd.image a {
	border: 1px solid #DFD9D5;
	width: 169px;
	height: 169px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:2px;
}
#product dl dd.image a img {
	max-width: 169px;
}
#product dl dd.top{
	font-size:0.93em;
	line-height:1.6;
}
#product dl dd.comment{
	font-size:0.85em;
}