@charset "utf-8";

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

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

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

#news > h1 {
	margin-top: 40px;
	color: #569106;
	font-size: 182%;
}

#news .body {
	margin-top: 30px;
}

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

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

#news .body section {
	margin-top: 30px;
	overflow: hidden;
}

#news .body section div {
	width: 630px;
}

#news .body .section-2 div,
#news .body .section-4 div {
	float: left;
}

#news .body .section-3 div,
#news .body .section-6 div {
	float: right;
}

#news .body section h1 {
	padding-top: 10px;
	color: #496227;
	font-size: 138.5%;
	font-weight: bold;
}

#news .body section h1 + p {
	margin-top: 30px;
}

#news .body .section-2 figure,
#news .body .section-4 figure {
	float: right;
}

#news .body #section-3 figure,
#news .body #section-6 figure {
	float: left;
}

#news .body .signature {
	margin-top: 30px;
	text-align: right;
}

#news .body + figure {
	margin-top: 40px;
}
