@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;
	padding-bottom: 10px;
	border-bottom: 3px solid #496227;
}

#news .body section h2 {
	color: #496227;
	font-size: 123.1%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #496227;
}

#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 p b {
	font-weight: bold;
}

#news .body section figure {
	margin: 6px 0 2em 0;
	float: right;
	margin-left: 38px;
}

#news .body section figure img {
	display: block;
}

#news .body section dl {
	float: left;
	width: 360px;
}

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

#news .body section dl dd + dt {
	margin-top: 1em;
}

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

#news .body section ul {
	float: right;
	width: 585px;
	margin-top: -15px;
}

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

#news .body section ul li {
	float: left;
	margin: 15px 0 0 15px;
}

#news .body section ul li a {
	cursor: zoom-in;
}

#news .body section ul li a:hover {
	opacity: .85;
}

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

#news .body table {
	width: 100%;
	margin-top: 30px;
}

#news .body table caption {
	text-align: left;
	font-weight: bold;
}

#news .body table th,
#news .body table td {
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	font-size: 93%;
	font-weight: normal;
	vertical-align: middle;
	line-height: 2;
}

#news .body table thead th {
	background-color: #CFDFB9;
	font-size: 108%;
}

#news .body table tbody th {
	width: 150px;
	background-color: #F1F7E9;
	text-align: left;
}

#news .body table tbody td p + p {
	margin-top: 1em;
}

#news .body table tbody td b {
	color: #496227;
	font-weight: bold;
}

#news .body section#en {
	width: 640px;
	margin: 120px auto 0;
}

#news .body section#en p {
	text-align: justify;
}
