@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#works
-------------------------------------------------------------------*/
#works {
	overflow: hidden;
	/zoom: 1;
}
#works dl {
	float: left;
	width: 202px;
	margin:0 17px 45px 0;
}
#works dl.none {
	margin:0 0 45px 0;
}
#works dl dt {
	margin: 5px 0 3px;
	color:#FF7F00;
	line-height:1.6;
}
#works dl dd.image a {
	display: table-cell;
	width: 202px;
	height: 202px;
	vertical-align: middle;
	text-align: center;
}
#works dl dd.comment {
	font-size: 0.85em;
	line-height:1.6;
}

#works .box {
	overflow: hidden;
	margin-bottom: 30px;
}

#works .box .image li {
	margin-bottom: 20px;
	text-align: center;
}

#works .box .image li:last-child {
	margin-bottom: 0;
}

.box p {
	overflow: hidden;
}