@charset "utf-8";
/* CSS Document */
#news #news_wrap .news_box{
	width: 60%;
	padding: 5%;
	border-bottom: 1px solid #010f3b;
	margin-bottom: 50px;
}
#news #news_wrap .news_box:nth-child(odd){
	margin-left: 5%;
	border-right: 1px solid #010f3b;
}
#news #news_wrap .news_box:nth-child(even){
	margin-left: 25%;
	border-left: 1px solid #010f3b;
}
#news #news_wrap .news_box .news_date{
	display: inline-block;
	background-color: #010f3b;
	color: #fff;
	padding: 5px 10px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}
#news #news_wrap .news_box h3{
	font-size: 24px;
	letter-spacing: 3px;
	color: #010f3b;
	margin-bottom: 15px;
}
#news #news_wrap .news_box .news_txt{
	margin: 0 2%;
	margin-bottom: 30px;
}
#news #news_list{
	text-align: center;
	margin-bottom: 50px;
}
#news #news_list li{
	display: inline-block;
	background-color: #010f3b;
	color: #fff;
	width: 36px;
	line-height: 1;
	padding: 10px 0;
	margin: 0 1%;
}
#news #news_list li a{
	color: #fff;
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){


#news #news_wrap .news_box{
	width: 70%;
	padding: 5%;
}
#news #news_wrap .news_box:nth-child(odd){
	margin-left: 5%;
}
#news #news_wrap .news_box:nth-child(even){
	margin-left: 15%;
}
#news #news_wrap .news_box h3{
	font-size: 20px;
}
}
/*ここからスマートフォン用(480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 480px){
#page_title h2,#page_title p{
	font-size: 20px;
}
#news #news_wrap .news_box{
	width: 80%;
	padding: 5%;
	border-bottom: 1px solid #010f3b;
	margin-left: 5%;
	margin-bottom: 50px;
}
#news #news_wrap .news_box:nth-child(even){
	margin-left: 5%;
}
#news #news_wrap .news_box h3{
	font-size: 18px;
}
}