@charset "utf-8";
/**********************************************
news CSS
***********************************************/

@import url(company.css);

/*--------------------------------------------------------*/

/*詳細ページ用CSS 20141021追記*/

.padder {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00a040;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.padder .read { display:none;}

.padder em{font-style: normal !important;}

.padder .caption { border:none !important;}

.padder h2 { font-size:150% !important;}

/*--------------------------------------------------------*/




#newsArchive {
	margin-bottom: 44px;
	font-size: 1.48em;
}

#newsArchive ul:after ,
#newsArchive ol:after {
	content: '';clear: both;height: 0;display: block;visibility:hidden;
}

#newsArchive ul li ,
#newsArchive ol li {
	float:left;
}

#newsArchive ul li a ,
#newsArchive ol li a {
	display: block;
	text-align: center;
	color:#fff;
	font-size: 1.2em;
}

#newsArchive ul {
	background: #D9EFE2;
	width: 745px;
}

#newsArchive ul li a {
	width: 148px;
	margin-bottom: 1px;
	border-right: 1px solid #fff;
}

#newsArchive ul.year li a {
	background: #00A040;
	height: 47px;
	line-height: 47px;
}

#newsArchive ul.oldYear li a {
	background: #919191;
	height: 37px;
	line-height: 37px;
}

#newsArchive ol li a {
	width: 61px;
	height: 37px;
	line-height: 37px;
	background: #8E8E8E;
	/*margin-right: 1px;*/
	border-right: 1px solid #fff;
}

#newsArchive ul li:last-child a ,
#newsArchive ol li:last-child a {
	margin-right: 0;
}

#newsArchive ol li:last-child a {
	width: 62px;
}

#newsArchive ul.year li a.active {background: #007930;}
#newsArchive ul.oldYear li a.active {background: #535353;}
#newsArchive ol li a.active {background: #6E6E6E;}

#newsArchive ul li a.active span {background: url(../../images/icons/arrow/white_down.png) left center no-repeat;padding-left: 16px;}
#newsArchive ol li a.active span {background: url(../../images/icons/arrow/white_down_mini.png) left center no-repeat;padding-left: 12px;}

#newsArchive ol li a.blank {
	color:#d5d5d5;
	text-decoration: none;
	cursor:default;
}



