@charset "utf-8";



/*--  news
---------------------------------------------------- */


#newsReleaseTitle .pulldown {
	display: none;
}


.news_wrap_ttl{
	padding: 2px 0 2px 16px;
	margin: 0 0 16px 0;
	border-left: solid 5px #3e7085;
	font-size: 18px;
	line-height: 1em;
}
.news_list a {
	display: block;
	/*background: url(../images/icon/icon_banner_circle_frame.png) no-repeat 4px 14px;*/
	padding: 8px 32px 8px 16.5em;
	color: #43758d;
	line-height: 1.8em;
	text-indent: -15.5em;
	border-bottom: dotted 1px #b5b5b5;
	-webkit-transition: opacity .1s ease-out;
	-o-transition: opacity .1s ease-out;
	transition: opacity .1s ease-out;
	word-wrap: break-word;
}
.news_list a span {
	display: inline-block;
	background: url(../images/icon/icon_link_arrow_5_7.png) no-repeat 0 9px;
	width: 190px;
	color: #000;
	text-indent: 0;
	padding: 0 0 0 16px;
	margin: 0 8px 0 0;
}
.news_list a span img {
	vertical-align: middle;
	padding: 0 0 4px 8px;
	display: inline-block;
}
.news_list a span.news_pdf {
	width: 72px;
	background: url(../images/icon/icon_pdf.png) no-repeat 4px 6px;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}
.news_list a:hover{ opacity: .6; }
.news_list a:hover span{ color: #000; }

#newsReleaseTabBtnSet {
	background: #f5f6f8;
	margin: 40px 0 32px 0;
	border-bottom: solid 3px #3e7085;
}
#newsReleaseTabBtnSet li {
	float: left;
	padding: 16px 0 0 0;
	margin: 0 0 0 16px;
}
#newsReleaseTabBtnSet .cnav_list a {
	display: block;
	background: #fff;
	padding: 14px 21px 14px 21px;
	color: #3e7085;
	font-size: 16px;
	border: solid 1px #cbcbcc;
	border-bottom: none;
	-webkit-transition: opacity .1s ease-out;
	-o-transition: opacity .1s ease-out;
	transition: opacity .1s ease-out;
}
#newsReleaseTabBtnSet .active a {
	background: #3e7085;
	color: #fff;
	font-weight: bold;
	border-color: #3e7085;
}
#newsReleaseTabBtnSet a:hover { opacity: .6; }



