@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#sample
-------------------------------------------------------------------*/

.no_sample{
	margin-bottom:30px;
}

#sample {
	margin:20px 0 10px;
	overflow: hidden;
 /zoom: 1;
}
#sample dl {
	float: left;
	width:190px;
	margin-right:35px;
	margin-bottom:15px;
	line-height:1.6;
}
#sample dl.none {
	margin-right: 0;
}
#sample dl dt {
	color:#705F9F;
	font-weight:bold;
	margin-top:6px;
}
#sample dl dd.image a {
	width:190px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background:#EDECE7;
}
