@charset "utf-8";
/* CSS Document */
#news{
	padding: 30px 3% 30vh;
}
#news .cate_box{
	padding: 3%;
	color: #333;
	background-color: rgba(255,255,255,1.00);
	box-sizing: border-box;
	border: 2px solid #33B59D;
	margin-bottom: 30px;
}
#news .cate_box .box_title1{
	color: #33B59D;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
#news .cate_box .box_title1:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #33B59D;
	bottom: -1px;
	width: 20%;
}
#news .cate_box .date{
	color: #70C1B2;
	letter-spacing: 4px;
}
#news .cate_box .box_photo{
	width: 80%;
	text-align: center;
	margin: 10px auto;
}
#news .cate_box .box_photo figure:last-of-type{
	margin-top: 20px;
}
#news .cate_box .box_photo figure{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#news .cate_box .box_photo img{
	width: 60%;
	height: auto;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.20);
}
#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: #70C1B2;
	margin: 10px;
}
#news #news_list li a{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#news .cate_box .box_title1:empty{
	display: none;
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#news{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*タブレット以下*/
@media screen and (max-width: 699px){
	#news .cate_box .box_photo{
		width: 90%;
		text-align: center;
		margin: 10px auto;
	}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}