@charset "utf-8";

#contents #main .news-list {
	font-size: 93%;
	line-height: 1;
}

/*----------------------------------------------------------------
 * 新着情報詳細
 */

#news {
	margin-top: 10px;
	overflow: hidden;
}

#news h1 {
	color: #569106;
	font-size: 182%;
}

#news .body {
	float: left;
	width: 630px;
	margin-top: 40px;
}

#news .body p {
	margin: -6px 0 -6px;
	font-size: 93%;
	line-height: 2;
}

#news .body p + p {
	margin-top: 2em;
}

#news .body .date {
	text-align: right;
}

#news figure {
	float: right;
	margin-top: 40px;
}
