@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	background: url(../image/news/main_img.jpg) no-repeat center top;
	background-size: cover;
}

.mainVisual h2 {
	width: 1010px;
}

#conts h2 {
	margin-bottom: 21px;
}

#conts .newsTtl {
	margin-bottom: 15px;
	padding-bottom: 2px;
	color: #054483;
	font-size: 22px;
	line-height: 1.6;
	font-weight: normal;
	border-bottom: 1px solid #999;
}

#conts .newsBox {
	margin-bottom: 48px;
}

#conts .newsBox .photoBox {
	float: left;
}

#conts .newsBox .photoBox img {
	max-width:280px;
	height:auto;
}

#conts .newsBox .photoBox a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#conts .newsBox .textBox {
	float: right;
	width: 410px;
}

#conts .newsBox .ttl {
	margin-bottom: 15px;
	overflow: hidden;
}

#conts .newsBox .ttl .bgTxt {
	padding: 1px 0;
	float: left;
	width: 182px;
	display: block;
	color: #FFF;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	background-color: #999;
}

#conts .newsBox .ttl .date {
	float: right;
	width: 200px;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-align: right;
}

.newsBox .section table {
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
	font-size:15px;
	line-height:1.7;
}
.newsBox .section th{
	padding:10px;
	vertical-align:top;
}
.newsBox .section td{
	padding:10px;
	vertical-align:top;
}

#conts .newsBox01 {
	margin-bottom: 55px;
}

#conts .newsBox01 p {
	margin: 0 15px 20px 0;
}

#conts .newsBox01 img {
	max-width: 100%;
	height: auto;
}

#conts .newsBox01 table {
	max-width: 100%;
}

#conts .newsBox01 .ttl {
	margin-right: 0;
}

#conts .detailTtl {
	margin-bottom: 20px;
	padding: 5px 18px;
	font-size: 18px;
	font-weight: normal;
	background-color: #EBEBEB;
}

#conts .pageNavi {
	padding-top: 55px;
	text-align: center;
}

#conts .pageNavi li {
	margin: 0 5px;
	display: inline;
}

#conts .pageNavi li a {
	padding: 2px 55px;
	display: inline-block;
	font-size: 15px;
	background-color: #F0F0F0;
	border: 1px solid #CFCFCF;
}

#conts .pageNavi .prev a {
	padding: 2px 17px 2px 9px;
}

#conts .pageNavi .next a {
	padding: 2px 9px 2px 17px;
}

#conts .pageNavi .prev a span,
#conts .pageNavi .next a span {
	margin-right: 10px;
}

#conts .pageNavi a:hover {
	border-color: #1466AF;
	color: #FFF;
	text-decoration: none;
	background-color: #1466AF;
}

#conts .imageList li {
	margin-bottom: 25px;
	padding-left: 32px;
	width: 315px;
	float: left;
	font-size: 22px;
}

#story p {
	font-size: 16px;
}

#story a {
	color: #1466AF;
}

#story .subtitle {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	border-bottom: 1px solid black;
	margin: 10px 0px 10px 0px;
}

#story dl {
	margin-bottom: 2em;
}

#story dt {
	font-size: 16px;
}

#story dd {
	font-size: 16px;
	margin-left: 50px;
	margin-bottom: 5px;
}

#story ul {
	margin-bottom: 2em;
}

#story ul li {
	font-size: 14px;
	margin-bottom: 0.5em;
}