@charset "utf-8";
/* CSS Document */

#news {
	padding: 40px 20px;
}
#news .cate {
	padding: 40px 10px;
	border-bottom: 2px solid #c79a29;
}
#news .cate:first-of-type {
	padding-top: 0px;
}
#news .cate .date {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #4f3e32;
}
#news .cate .cate_title {
	font-size: 1.4em;
	letter-spacing: 1px;
	color: #171c61;
}
#news .cate .cate_txt {
	line-height: 1.8;
	margin-top: 10px;
}
#news .cate .cate_img1 {
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding:0 10px;
}
#news .cate .cate_img2 {
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
#news .cate figure img {
	max-height: 400px;
	max-width: 100%;
}
#news .cate figure.cate_img1:empty {
	display: none;
}
#news .cate a:empty {
	display: none;
}
#news .news_list {
	text-align: right;
	font-size: 0;
	margin: 20px 0;
}
#news .news_list li {
	font-size: 18px;
	font-weight: bold;
	width: 50px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
}
#news .news_list li a {
	color: #fff;
	display: block;
	background: #171c61;
	padding: 10px 0;
}
#news .news_list li a:hover {
	background-color: #c79a29
}

/*タブレット-------------------------------------------------------------------
-----------------------------------------------------------------------------*/
@media(max-width:800px) {
	#news {
		padding: 20px;
	}
	#news .cate {
		padding: 20px 0;
	}
	#news .cate .date {
		font-size: 12px;
	}
}


/*スマホ------------------------------------------------------------------------
-----------------------------------------------------------------------------*/
@media(max-width:415px) {
	#news .cate figure {
		width: 100%;
		float: none;
		padding: 20px 10px;
		box-sizing: border-box;
	}
}