@charset "utf-8";
/* CSS Document */
#top{
	background-color:#0a0a0a; 
	padding:100px 0 40px 0;
}
#top .top_bg{
	width:90%;
	margin:auto;
	background-image:url(../img/page_top4.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:100% 100%;
	padding:60px 0;
}
#top .top_bg h2{
	font-size:1.3rem;
	color:#fff;
	text-align:center;
	font-weight:500;
}
.content{
	background-color:#fff;
	width:80%;
	margin:auto;
	padding:20px 15px 0px 15px;
	margin-top:30px;
	margin-bottom:30px;
	border-radius: 8px;
}
.content .content2{
	width:100%;
	
}
figure{
	width:90%;
	margin:auto;
}
.content .content2 .cate_box .cate_date{
	background-color:#0a0a0a;
	width:120px;
	color:#fff;
	text-align: center;
	padding:2px 5px;
	border-radius: 8px;
}
.content .content2 .cate_box .box_title1{
	margin:auto;
	padding:10px 0;
	width:95%;
}
.content .content2 .cate_box .box_txt1{
	margin:auto;
	width:95%;
	background-image: url(../img/line.png);
	position:center;
	background-repeat: no-repeat;
	background-size:100% 3px;
	padding-top:20px;
}
.box_photo{
	text-align: center;
}
.box_photo h4:empty{
	display:none;
}
.box_photo h4{
	padding-top:10px;
	display:inline-block;
	text-align:left;
}
figure img{
	width:100%;
	height:auto;
}
figure{
	width:70%;
	margin:auto;
	margin-top:20px;
}
.pagenation{
	margin-bottom:40px;
	text-align: center;
}
.pagenation li{
	display:inline-block;
	margin: 0 10px;
	padding: 0;
}
.pagenation li a{
	color:#5b5a57;
	display:block;
	padding:5px 10px;
}
.pagenation li:hover{
	background-color:#fff;
}
/*ここからスマホ用（700px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
.content .content2 .cate_box .box_txt1{
	background-size:100% 2px;
}
}