@charset "utf-8";
/* CSS Document */

#news {
	padding: 20px;
}
#news .cate {
	padding: 30px 0;
	border-bottom: 1px solid #223a70;
}
#news .cate:first-child {
	padding-top: 0;
}
#news .cate .date {
	font-size: 12px;
	font-weight: bold;
	color: #223a70;
	letter-spacing: 1px;
}
#news .cate dl dt {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffaa00;
}
#news .cate dl dd {
	letter-spacing: 1px;
	line-height: 180%;
	margin-top: 10px;
}
#news .cate .cate_img {
	text-align: center;
	margin-top: 10px;
}
#news .cate .cate_img:empty {
	display: none;
}
#news .cate .cate_img img {
	max-height: 300px;
	max-width: 100%;
}

#news .news_list ul {
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
#news .news_list ul li {
	font-size: 14px;
	display: inline-block;
	padding: 0 3%;
	font-weight: bold;
}
#news .news_list ul li a {
	color: #223a70;
}