@charset "utf-8";
/* CSS Document */

/*-----------------------------お知らせ----------------------------------*/
#news{
	max-width: 800px;
}
#news .box{
	text-align: left;
	margin: 30px 0;
}
#news .box:last-of-type{
	margin-bottom: 10%;
}
#news .box .date{
	color: #ea973b;
}
#news .box .box_contents{
	background-color: #e6e5e4;
	border-radius: 10px;
	padding: 3%;
}
#news .box .box_contents .box_title{
	color: #ea973b;
	font-size: 16pt;
	text-align: center;
}
#news .box .box_contents .box_title:empty{
	display: none;
}
#news .box .box_contents .box_txt{
	padding: 2%;
}
#news .box .box_contents .box_txt:empty{
	display: none;
}
#news .box .box_contents .box_photo{
	text-align: center;	
}
#news .box .box_contents .box_photo figure{
	width: 30%;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
#news .box .box_contents .box_photo figure img{
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*-----------------------------ページリスト----------------------------------*/

#news #news_list{

}
#news #news_list li{
	margin: 0 10px;
	display: inline-block;
}
#news #news_list .page a{
	font-size: 1.05rem;
	color:#4d4d4d;
}


.more {
	width: 50px;
}

/*タブレット以下（780px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 780px){

}

/*スマホ以下（500px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 500px){
	#news #news_list .page{
		display: none;
	}
}
