

#news-header {background-image: url(../image/news-header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#news-header1 {background-image: url(../image/new1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#news-list{padding: 0 0 150px;}

.navigation{
	margin:0;
	padding: 0;
	font-size: 108%;
	line-height: 100%;
	text-align: center;
}
/* .pagenavi{} */
.pagenavi a, .pagenavi span {
	padding: 10px 12px 9px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.pagenavi span:last-child{margin-right: 0;}
.pagenavi span.current,.pagenavi a.current {
	color: #fff;
	background-color: #042275;
}
#news-list .pagenavi a:hover{color: #fff;background-color: #042275;opacity: 1;}

/* :::::::::: ポスト関連 :::::::::: */
.entry{
	padding: 45px 30px 30px;
	background-color: #fff;
}
.entry span.cat-name{font-weight: bold;display: block;width: 140px;line-height: 28px;text-align: center;color: #fff;margin-bottom: 10px;}
.entry p{margin-bottom: 20px;}
.entry h1{font-size: 24px;font-size: 2.4rem;text-align: left;border-bottom: 1px dotted #ccc;padding-bottom: 20px;margin-bottom: 30px;color: #042275;font-weight: bold;line-height: 1.25;}
.entry p.date{font-size: 12px;font-size: 1.2rem;margin-bottom: 15px;}

.entry .map {
  margin: 1em auto;
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.entry .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#entry-navi {padding: 0 5%;font-size: 14px;font-size: 1.4rem;}
#entry-navi #to-newslist:hover{opacity: 0.6;}
#entry-navi li{padding-top: 5px;}

@media (max-width: 767px) {
	#news-list{padding: 0 0 80px;}
	#post{padding: 0 0 80px;}
	.entry{padding: 30px 20px 60px;}
	.entry h1{margin-bottom: 20px;}
	#entry-navi{padding: 0;}
}