@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 > figure {
	padding-bottom: 5px;
	border-bottom: 4px solid #59930b;
}

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

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

#news .body section .container:after {
	content: "";
	display: block;
	clear: both;
}

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

#news .body section h2 {
	color: #496227;
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 1em;
}

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

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

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

#news .body section figure {
	margin: 6px 0 2em 0;
}

#news .body .section-1 figure,
#news .body .section-3 figure,
#news .body .section-5 figure,
#news .body .section-7 figure,
#news .body .section-9 figure {
	float: right;
	margin-left: 38px;
}

#news .body .section-2 figure,
#news .body .section-4 figure,
#news .body .section-6 figure,
#news .body .section-8 figure,
#news .body .section-10 figure {
	float: left;
	margin-right: 38px;
}

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