@charset "utf-8";
/* CSS Document */
#news{
	padding: 30px 3% 30vh;
}
#news .box{
	color: #4d4d4d;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#news .box .box_title{
	color: #fff;
	background-color: #0071BD;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 10px;
}
#news .contents_box{
	background-color: rgba(255,255,255,1.00);
	padding: 2%;
}
#news .box .date{
	color: #88BDDD;
	letter-spacing: 4px;
}
#news .box .box_photo{
	text-align: center;
	margin: 10px 0;
}
#news .box .box_photo figure{
	display: block;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
#news .box .box_photo figure:last-of-type{
	margin-top: 10px;
}
#news #news_list{
	text-align: right;
	padding-bottom: 50px;
}
#news #news_list li{
	display: inline-block;
	padding: 20px 10px;
	letter-spacing: 0;
	line-height: 1;
	background-color: #88BDDD;
	margin: 10px;
}
#news #news_list li a{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#news{
	padding: 5% 8%;
	padding-bottom: 50%;
}
#news .box .box_photo figure{
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
#news .box .box_photo figure:last-of-type{
	margin-top: 20px;
}

}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}