@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 p {
	margin: -6px 0 -6px;
	font-size: 93%;
	line-height: 2;
}

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

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

#news .body section .container {
	padding-bottom: 1px;
}

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

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

#news .body .section-1 .text,
#news .body .section-3 .text,
#news .body .section-4-2 .text,
#news .body .section-5 .text {
	float: left;
}

#news .body .section-2 .text,
#news .body .section-4-1 .text,
#news .body .section-4-3 .text {
	float: right;
}

#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 h1 + p,
#news .body section h2 + p,
#news .body section h1 + div,
#news .body section h2 + div {
	margin-top: 30px;
}

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

#news .body .section-2 figure,
#news .body .section-4-1 figure,
#news .body .section-4-3 figure {
	float: left;
}

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

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

#news .body table {
	width: 100%;
	border-top: 1px solid #59930b;
	border-bottom: 1px solid #59930b;
}

#news .body table tr:first-child th,
#news .body table tr:first-child td {
	padding-top: 9px;
}

#news .body table tr:last-child th,
#news .body table tr:last-child td {
	padding-bottom: 9px;
}

#news .body table th {
	width: 1px;
	padding-right: 50px;
	font-size: 93%;
	font-weight: normal;
	text-align: left;
	line-height: 2.5;
	white-space: nowrap;
}

#news .body table td {
	font-size: 93%;
	line-height: 2.5;
}

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