
/* 年ボタン */
.yearBtn {
	margin: 0px 15px;
}

.yearBtn li {
	float: left;
	margin: 5px;
}

.yearBtn li a {
	display: block;
	width: 120px;
	color: #000;
	text-align: center;
	padding: 10px;
	border:1px solid #c6d3df;
}

.yearBtn li a:hover,
.yearBtn li a.menuAct {
	background-color: #004c9f;
	color: #fff;
}

.yearBtn li#event a:hover,
.yearBtn li#event a.menuAct {
	background-color: #ff9900;
	color: #fff;
}

.yearBtn li#csr a:hover,
.yearBtn li#csr a.menuAct {
	background-color: #33cc00;
	color: #fff;
}

.yearBtn li#results a:hover,
.yearBtn li#results a.menuAct {
	background-color: #3366ff;
	color: #fff;
}

.yearBtn li#spec a:hover,
.yearBtn li#spec a.menuAct {
	background-color: #ff00ff;
	color: #fff;
}

.yearBtn li#news a:hover,
.yearBtn li#news a.menuAct {
	background-color: #ff0066;
	color: #fff;
}


.main_content .news_area .news_content {
	padding-top: 5px;
}

/* 詳細 */
.cateDetIcon{
	width: 5.2em;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin-bottom: 12px;
	line-height: 1.5;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.newsDetTtl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 130%;
}

.newsH3Ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 130%;
	padding-bottom: 10px;
}

.newsH4Ttl {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 130%;
	padding-bottom: 10px;
}

.newsDate {
	color: #666;
	padding: 15px 0px 30px 0px;
}

.newsDetArea p {
	margin-bottom: 20px;
}

.newsDetArea .captImg p {
	margin-bottom: 10px;
}

.infoList01 {
	margin-bottom: 20px;
}

.infoList01 th,
.infoList01 td {
	padding: 3px;
}

.detCapt {
	font-size: 1.3rem;
	padding-bottom: 15px;
}

.newsDetArea a.detLink01 {
	display: block;
	background-color: #f4f9fc;
	font-size: 1.6rem;
	padding: 10px 15px;
	border-top: 1px solid #0069b6;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.pl2txt {
	margin-bottom: 30px;
}

.pl2txt li {
	font-size: 1.4rem;
	line-height: 150%;
	list-style-type: decimal;
	padding-top: 8px;
}

.pl2txt.disc li {
	list-style-type: disc;
}

.breakLine {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}



