@charset "UTF-8";

/* -----------------------------------------------------------
	localnavi
----------------------------------------------------------- */
.about .side_wrap .local_nav ul li.about a {
	color: #fff;
	background: #0A55B0;
}
.history .side_wrap .local_nav ul li.history a {
	color: #fff;
	background: #0A55B0;
}
.news .side_wrap .local_nav ul li.news a {
	color: #fff;
	background: #0A55B0;
}


/* -----------------------------------------------------------
	news_wrap
----------------------------------------------------------- */
.news_wrap .news_box {
	margin-bottom: 70px;
}
.news_wrap .news_box h2 {
	border-bottom: 1px solid #0A55B0;
}
.news_wrap .news_box .date {
}
.news_wrap .news_box h2 {
	border-bottom: 2px solid #0A55B0;
	font-size: 17px;
	margin-bottom: 12px;
}
.news_wrap .news_box a {
	color: #333;
	text-decoration: underline;
}
.news_wrap .news_box a:hover {
	text-decoration: none;
}
.news_wrap .news_box a.icon_pdf {
	position: relative;
}
.news_wrap .news_box a.icon_pdf::after {
	content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 7px;
    background: url(../../img_new/ico_pdf.svg) no-repeat center;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {

}




/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.about_wrap a.link_nomal {
	color: #333;
	text-decoration: underline;
}
.about_wrap a.link_nomal:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {

}


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

@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {

}





