@charset "utf-8";
header{
	display:none;
}
#news_page{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#003559;
	padding-bottom:80px;
	position:relative;
}
#news_page section#bg01 {
	background: url(../img/news/n_bg01.jpg) no-repeat center center;
	background-size: cover;
	height: 324px !important;
	margin: 0 auto 187px;
	min-width: 100%;
	position:relative;
	margin-bottom:30px;
}
#news_page section#bg01 .cont_ttl{
	position:absolute;
	top: 50px;
	right: 0;
	bottom: 0;
	left: -15%;
	margin: auto;
	width:689px;
	height:50px;
}
#news_page .box{
	width:980px;
	margin:50px auto 0 auto;
	border-bottom:1px dashed #003559;
	padding-bottom:50px;
	text-align:left;
}
#news_page .box h2{
	background:#003559;
	color:#fff;
	padding:10px 0 10px 20px;
	font-size:18px;
	border-radius:20px 0 0 20px;
	text-align:left;
	word-break:break-all;
}
#news_page .box ul{
	margin:10px 0;
}
#news_page .box ul li{
	display:inline-block;
	text-align:right;
	width:20%;
	vertical-align:text-top;
	font-weight:bold;
}
#news_page .box ul li:first-child{
	width:78%;
	text-align:left;
}
#news_page .box .main_txt img{
	max-width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;  
}
#news_page .box .main_txt .wp-caption-text{
	font-size:13px;
}

/* 一覧ページネーション */
#news_page .tablenav {
	width:980px;
    clear: both;
    margin: 0px auto;
    padding: 20px 0px;
    position: relative;
    font-size: 14px;
    line-height: 12px;
	text-align:center;
}
#news_page .tablenav li, .tablenav a {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 5px 7px 4px 7px;
    width: auto;
    color: #003559;
    text-decoration: none;
}
#news_page .tablenav a:hover {
    color: #003559;
}
#news_page .tablenav .current {
    padding: 5px 7px 4px 7px;
    color: #003559;
	text-decoration:underline;
}

@media screen and (max-width: 670px){
	.sp_main{
		display:none;
	}
	#news_page section#bg01,
	#news_page section#bg01 .cont_ttl,
	#news_page .box,
	#news_page .tablenav{
		width:100%;
	}
	#news_page section#bg01{
		width:100% !important;
		height:140px !important;
	}
	#news_page section#bg01{
		background-size: 100% auto;
		background-position:0 !important;
	}
	#news_page .box{
		width:90%;
		margin-top:30px;
	}
	#news_page section#bg01 .cont_ttl{
		left:0;
	}
	#news_page section#bg01 .cont_ttl img{
		width:90%;
		margin: 0 auto;
		display: block;
	}
	#news_page{
		padding-top:42px;
	}
	#news_page .box ul li,
	#news_page .box ul li:first-child{
		display:block;
		width:100%;
		padding:0 2%;
	}
	#news_page .box .main_txt{
		padding:0 2%;
	}
	#news_page .box .main_txt p{
		font-size:0.8em;
	}
	#news_page .box .main_txt img{
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
	}
	#pageTop {
		position:absolute;
		padding:0;
    bottom: 10px;
    right: 2%;
}
}



