/* CSS Document */
body{
	background-image: none;
}
.main_header{
	max-width: 1200px;
	width: 100%;
	height: 318px;
	background-image: url("img/main_img.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
.main_header p{
	padding-top: 100px;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	color: #2F7BA5;
}
.intro{
	line-height: 100px;
	font-size: 15px;
	text-align: center;
}
.post_list{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 45px;
	border-bottom: 1px solid #c7c7c7;
}
.one_post{
	width: 23.58%;
	margin-right: 1.89%;
	margin-bottom: 58px;
}
.one_post:nth-child(4),.one_post:nth-child(8),.one_post:nth-child(12),.one_post:nth-child(16){
	margin-right: 0;
}
.one_post .thumb{
	width: 100%;
	border: 1px solid #C7C7C7;
}	
.one_post .thumb img{
	width: 100%;height: auto;
}
.date{
	font-size: 16px;
	line-height: 31px;
}
.title{
	font-size: 16px;
	line-height: 23px;
}
#pager_container{
	max-width: 1200px;
	text-align: center;
	/*margin: 25px auto 145px;*/
	margin: 25px auto 85px auto;
}
.wp-pagenavi{
	display: flex;
	margin: auto;
	justify-content: center;
}
.wp-pagenavi > span.current, .wp-pagenavi >a.page{
	width: 43px;
	height: 43px;
	margin: 0 5px;
	background-color: #dadada;
	border-radius: 50%;
	border: none !important;
	line-height: 43px;
	text-align: center;
	color: white;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
.wp-pagenavi > span.current{
	background-color: #2F7BA5;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostlink,.wp-pagenavi .previouspostlink{
	text-decoration: none;
	line-height: 43px;
	margin: 0 20px;	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
.wp-pagenavi a:hover{
	text-decoration: underline;
}


/* SINGLE */
.single{
	margin: 35px auto;
	max-width: 1200px;
}
.post_title,.content .inner{
	max-width: 1000px;
	margin: 0 auto;
	padding:  0 15px;
}
.post_title .date{
	margin-bottom: 15px;
}
.post_title .title{
	font-size: 18px;
	margin-bottom: 15px;
}
.content{
	border-top:1px solid #2c5e8a;
	border-bottom:1px solid #c7c7c7;
	padding:15px 0 30px;
}
.backbutton{
	margin: 50px auto 120px;
	max-width: 150px;
}
.backbutton a{
	display: block;
	width: 150px;
	height: 62px;
	border: 1px solid #2c5e8a;
	text-align: center;
	line-height: 62px;
	color: #2c5e8a;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-decoration:none;
}
.backbutton a:hover{
	background-color: #2c5e8a;
	color: white;
}

/*起工式*/

#kikou_wrap{
	margin-bottom: 145px;	
}

#kikou_wrap .kikou{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 45px;
}

.kikou .movie_col{
	overflow: hidden;
	margin-top: 20px;
}

.kikou .movie_col video{
	width: 100%;
	max-width: 1200px;
	height: auto;
}

#kikou_wrap .kikou h2{
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
}

#kikou_wrap .kikou h2 p{
	font-size: 20px;
	color: #2F7BA5;
	text-align: center;
	padding: 0.5em 0;
	border-top: solid 3px #2F7BA5;
	border-bottom: solid 3px #2F7BA5;
}

.kikou p{
	line-height: 2em;
    font-size: 15px;
	margin: 30px auto;
	overflow: hidden;
}

.kikou ul.photo{
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.kikou ul.photo li{
	list-style-type: none;
}

.kikou ul.photo li:nth-child(odd){
	float: left;
}

.kikou ul.photo li:nth-child(even){
	float: right;
}


