@charset "utf-8";
/* CSS Document */
#page_title{
	background-image: url(../img/news_title_bg.jpg);
}
#news{
}
#news #news_wrap{
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 0;
}
#news #news_wrap .box{
	color: #fff;
	margin: 50px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-bottom: 1px solid #fcee21;
	padding-bottom: 40px;
}
#news #news_wrap .box .date{
	font-size: 20px;
	letter-spacing: 4px;
	color: #fcee21;
}
#news #news_wrap .box h3{
	font-size: 18px;
	padding: 10px;
}
#news #news_wrap .box .box_txt{
	padding: 10px;
}
#news #news_wrap .box h3:empty,#news #news_wrap .box p:empty{
	display: none;
}
#news #news_wrap .box figure{
	width: 80%;
	margin: 20px auto;
	text-align: center;
}
#news #news_wrap #news_list{
	width: 100%;
	display: table;
	margin: 0 auto;
}
#news #news_wrap #news_list li{
	display: table-cell;
	width: 20%;
	padding: 2%;
}
#news #news_wrap #news_list li a{
	display: block;
	text-align: center;
	border: 1px solid #fcee21;
	padding: 10px;
	color: #fcee21;
	font-size: 20px;
	letter-spacing: 2px;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
#news #news_wrap{
	width: 90%;
	padding: 50px 0;
}
#news #news_wrap .box{
	margin: 30px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-bottom: 1px solid #fcee21;
	padding-bottom: 40px;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#news #news_wrap{
	width: 90%;
	padding: 30px 0 50px;
}
#news #news_wrap .box{
	margin: 10px;
	padding-bottom: 20px;
}
#news #news_wrap .box .date{
	font-size: 18px;
	letter-spacing: 3px;
}
#news #news_wrap .box h3{
	font-size: 16px;
}
#news #news_wrap .box .box_txt{
	font-size: 14px;
}
#news #news_wrap .box figure{
	width: 90%;
}
#news #news_wrap #news_list{
	width: 100%;
	display: table;
	margin: 0 auto;
}
#news #news_wrap #news_list li{
	display: none;
}
#news #news_wrap #news_list #pre,#news #news_wrap #news_list #next{
	display: table-cell;
	width: 50%;
	padding: 2%;
}
#news #news_wrap #news_list li a{
	display: block;
	text-align: center;
	border: 1px solid #fcee21;
	padding: 10px;
	color: #fcee21;
	font-size: 20px;
	letter-spacing: 2px;
}
}
@media  screen and (max-width: 321px){
}