@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ニュース
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#pageBody > header:first-child + dl { text-align: center; margin: 75px 0 0;}
#pageBody > header:first-child + dl > dt,
#pageBody > header:first-child + dl > dd { display: inline-block; vertical-align: middle;}
#pageBody > header:first-child + dl > dt {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 44px;
}
#pageBody > header:first-child + dl > dd {
	border: #9cbbc9 1px solid;
	border-radius: 3px;
	box-sizing: border-box;
	height: 44px;
	margin: 0 0 0 15px;
	overflow: hidden;
	position: relative;
	width: 120px;
}
#pageBody > header:first-child + dl > dd select {
	background: none;
	border-style: none;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 700;
	cursor: pointer;
	height: 44px;
	left: 0;
	line-height: 28px;
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 13px;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
}

#pageBody > header:first-child + dl > dd select:not(:target) {
	width: 130%\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#pageBody > header:first-child + dl > dd select:not(:target) {
		width: 130%;
	}
}
#pageBody > header:first-child + dl > dd:after {
	background-position: 0 0;
	background-image: url(../../common/images/select_btn.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	cursor: pointer;
	display: block;
	height: 11px;
	margin: -5px 0 0;
	right: 10px;
	top: 50%;
	position: absolute;
	width: 18px;
}

#newsBlock {
	border-top: #d2e2e9 1px solid;
	margin: 80px auto 0;
	padding: 0 0 150px;
	width: 820px;
}
#newsBlock > article {
	border-bottom: #d2e2e9 1px solid;
	margin: 22px 0 0;
	padding: 0 25px 22px;
}
#newsBlock > article > time {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	padding: 6px 0 0;
	width: 115px;
}
#newsBlock > article > p { float: right; width: 640px;}
#newsBlock > article > p a { color: #0092d1; text-decoration: none;}
#newsBlock > article > p a:hover { text-decoration: underline;}

#newsBlock > article > p + p{margin:35px 0 0 ;}

.photolist{
	float:right;
	margin:35px 0 0 115px;
}
.photolist li{
	float:left;
	width:213px;
}

.photolist.left_photo{
	float: right;
	margin:35px 0 35px 115px;
	width: 640px;
}