@charset "utf-8";
/* CSS Document */


/*　contents
-----------------------*/
#contents{
	margin-bottom: 100px;
	width: 100%;
}
.cate_box{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #6d3a17;
}
.cate_box:last-of-type{
	border-bottom: 2px solid #6d3a17;
}
.date{
	background-color: #E53D0A;
	display: inline-block;
	color: #fff;
	padding: 0px 10px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.box_title1{
	margin-bottom: 20px;
}
.box_txt1{
	margin-bottom: 20px;
}
.box_img1{
}
.box_img1 img{
	width: auto;
	max-height: 500px;
}

.page_list{
	margin-top: -20px;
}
.page_list li:first-of-type{
	float: left;	
}
.page_list li:last-of-type{
	float: right;	
}
.page_list li{
}
.page_list li i{
	padding: 0px 10px;
	color: #E53D0A;
}




/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 800px ){


}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 600px ){
.box_img1 img{
	width: 100%;
	max-height: none;
}

}

