@charset "UTF-8";
/* ============================================== 
	WORKS css
============================================== */

.content {
	float: left;
	position: relative; /*  */
	width: 610px;
	margin-left: 95px;
	margin-right: 123px;
}
/* ============================================== 
	WORKS css
============================================== */

.content dl {
	position: relative; /*  */
	width: 610px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.75em;
}
.content dl dt {
	white-space: nowrap;
	position: absolute;
	font-size: 0.9em;
}
