@charset "utf-8";

/*====================
下層ページカテゴリー別CSS
======================*/

/* =======================================
   SUB: news/
========================================== */

/* =======================================
   SUB: news/TOPページ/////////////
========================================== */

.news_list .section_inner.title{
	padding-bottom: 40px !important;
}

.news_information{
	width:100%;
}
.news_information ul{
	width:980px;
	margin: 0 auto;
}

.news_information ul li a{
	display: block;
	width:100%;
	padding: 8px 0;
}

.news_information ul li a dl{
	width:100%;
	max-width: 980px;
	overflow: hidden;
}
.news_information ul li a dl dt{
	display: block;
	overflow: hidden;
	float:left;
	width: 175px;
}
.news_information ul li a dl dd{
	float:right;
	width:780px;
}
.news_information ul li a dl dt span.date{
	vertical-align: middle;
	letter-spacing: 0.01em;
}

.news_information ul li a dl dt span.categoryList01{	
	padding: 2px 18px;
	font-size: 12px;
	vertical-align: middle;
	color:#fff;
	background: #004972;
}
.news_information ul li a dl dt span.categoryList02{	
	padding: 2px 15px;
	font-size: 12px;
	vertical-align: middle;
	color:#fff;
	background: #66b9e8;
}
.news_information ul li a dl dd img {
	display: inline-block;
	width: auto;
	height: 25px;
	margin: -1px 5px 0 10px;
}
.news_information ul li a dl dd span.icon_new{
	display: inline-block;
	margin-left: 0.5em;
	padding:0px 6px;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: bold;
	color: #e66900;
	border: 1px solid #e66900;
	background: #fff;
}
/* =======================================
   SUB: news/詳細ページ/////////////
========================================== */
.news_article section.contents_box03{padding:0 0 0px;}
.news_article section.contents_box03 .section_inner{
	padding: 60px 0 0 0;
}


.news_article .section_inner.detail_title{
padding-bottom:60px;

}
.news_article .section_inner.detail_title h2{
	margin-bottom: 0px !important;
}
.news_article .section_inner.detail_title p{
	margin-top: 4px;
	vertical-align: middle;
}
.news_article .section_inner.detail_title p span.categoryList01{
	display: inline-block;
	margin: 0px 1em 4px 0;
	padding: 2px 14px;
	text-align: center;
	font-size:12px;
	color:#fff;
	background: #004972;
}
.news_article .section_inner.detail_title p span.categoryList02{
	display: inline-block;
	margin: 0px 1em 4px 0;
	padding: 2px 14px;
	text-align: center;
	font-size:12px;
	color:#fff;
	background:#66b9e8;
}

.news_article .section_inner.detail_title p span.date{
	display: inline-block;
	line-height: 2em;
	padding:4px 0 0;
	font-size: 14px;
	color: #595757;
	vertical-align: middle;
}
