@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: 190px;
	margin-right: 35px;
	margin-bottom: 15px;
}

#product dl.none {
	margin-right: 0;
}

#product dl dt {
	margin-top: 5px;
}

#product dl dd.image a {
	width: 188px;
	height: 188px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #D0D7BD;
}

#product dl dd.comment {
	font-size: 0.85em;
}

#product dl dd span {
	font-weight:bold;
}

#product dl dd span.sold {
	color:#C00;
}

#case dl dt {
	line-height:1.6;
	color:#875F37;
	font-weight:bold;
	margin:18px 0 10px;
	font-size:1.15em;
}

#case {
	margin-bottom:30px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	line-height: 1.6;
	overflow-y: scroll;
	border:1px solid #D0D7BD;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 5px 0 3px 20px;
}
#topics dl.even {
	background:#EFEFEF;
}
#topics dl dt {
	float: left;
}
#topics dl dd {
	padding: 0 0 0 105px;
}