/*リストページ用*/
table.news_list{
	border-collapse:collapse;
	margin:0 auto;
	width:800px;
}
.news_list th,
.news_list td{
	padding:10px;
	vertical-align:top;
	border-bottom:solid 1px #E5E5E5;
}
.news_list th{
	white-space:nowrap;
}
.news_list td{
	width:100%;
}
/*詳細用*/
.sub_title{
	margin-top:80px;
	margin-bottom:20px;
	padding:0 5px 2px;
	border-bottom:solid 7px #add8e6;
	color:#mediumblue;
	font-size:22px;
	line-height:30px;
}
.sub_title:first-of-type{
	margin-top:0;
}

.sub_title_s{
	margin-top:2em;
	color:#FF7800;
	font-size:18px;
	line-height:26px;
}
