@charset "utf-8";
/* CSS Document */
#news{
	padding: 0 5%;
}
#news #news_wrap .news_box{
	width: 70%;
	margin-bottom: 100px;
	padding: 5%;
	border: 1px solid #71b97f;
}
#news #news_wrap .news_box:nth-of-type(even){
	margin-left: 20%;
}
#news #news_wrap .news_box .box_photo{
	text-align: center;
}
#news #news_wrap .news_box .box_photo img{
	padding: 5%;
}
#news #news_wrap .news_box .date{
	background-color: #71b97f;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
}
#news #news_wrap .news_box .box_title{
	font-size: 18px;
	letter-spacing: 3px;
	color: #71b97f;
	margin-bottom: 15px;
}
#news #news_list{
	text-align: center;
	margin-bottom: 50px;
}
#news #news_list li{
	display: inline-block;
	margin: 0 10px;
}
#news #news_list a{
	color: #a63c3f;
	display: block;
	padding: 5px;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
#news #news_wrap .news_box{
	width: 79%;
	margin-bottom: 100px;
	padding: 3%;
	border: 1px solid #71b97f;
}
#news #news_wrap .news_box:nth-of-type(even){
	margin-left: 15%;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#news{
	padding: 0 3%;
}
#news #news_wrap .news_box{
	width: 100%;
	margin-bottom: 50px;
	padding: 4%;
	box-sizing: border-box;
}
#news #news_wrap .news_box:nth-of-type(even){
	margin-left: 0;
}
#news #news_wrap .news_box .date{
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
}
#news #news_wrap .news_box .box_title{
	font-size: 16px;
	letter-spacing: 2px;
}
#news #news_wrap .news_box .box_txt{
	font-size: 14px;
	letter-spacing: 1px;
}
#news #news_list{
	text-align: center;
	margin-bottom: 50px;
}
#news #news_list li{
	display: inline-block;
	margin: 0 10px;
}
#news #news_list a{
	color: #a63c3f;
	display: block;
	padding: 5px;
}
}
@media  screen and (max-width: 321px){
}