@charset "utf-8";
.under_contents h2 {
    text-align: center;
    font-size: 200%;
    position: relative;
    margin-bottom: 2em;
    line-height: 130%;
}
.under_contents h2:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 20px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d92328;
}
section {
	margin-bottom: 75px;
}
section h3 {
	background: url(../../../images/tit_h3.jpg) repeat;
    font-size: 150%;
    position: relative;
    padding: 12px 0 12px 20px;
    color: #fff;
    margin-bottom: 30px;
	line-height: 120%;
}
section h3:before {
	position: absolute;
    top: 25%;
    left: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #d60c19;
}
aside {
	margin-bottom: 45px;
}
section .section_contents {
	margin: 0 10px 45px 10px;
}
.banshin_committee table {
	text-align: left;
	width: 100%;
}
.banshin_committee table th {
	background: url(../../../images/tit_h3.jpg) repeat;
	color: #fff;
	font-weight: 500;
	padding: 15px 0 15px 10px;
	border: solid 1px #dcdcdc;
}
.banshin_committee table td {
	padding: 10px 10px 0;
	border: solid 1px #dcdcdc;
}
.minutes .year_tit {
	margin-bottom: 50px;
	text-align: center;
	position:relative;
	overflow: hidden;
}
.minutes .year_tit li {
	display: inline-block;
	padding: 0.5em 0.5em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #3F3F3F;/*左線*/
	color: #000;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	cursor: pointer;
	margin: 0 10px 20px 0;
}
.minutes .year_tit li:hover {
	color: #d60c19;
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
.minutes .year_minutes {
    padding: 20px 0;
}
.minutes .year_minutes li {
	width: 48%;
	float: left;
	margin: 10px 1%;
}
.minutes .year_minutes li a {
	display: block;
	font-size: 100%;
	background: #e3e3e3;
	padding: 1em 1em 1em 1.5em;
	position:relative;
}
.minutes .year_minutes li a:after {
	display: block;
	content: '';
	position: absolute;
}
.minutes .year_minutes li a:after {
	z-index: 2;
    top: 38%;
    right: 5%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #d60c19;
    border-bottom: 2px solid #d60c19;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.minutes .year_minutes li a:hover {
	color: #505050;
}

/* js */
.minutes .year_tit li.tit_on {
	color: #d60c19;
    font-weight: bold;
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
    border-left-color: #d60c19;
}
.minutes .year_minutes .minutes_on {
	display: block;
}

.standard-nav ul li.snav-banshin a {
    color: #d60c19;
}




@media (max-width: 812px) {
.under_contents h2 {
	font-size: 180%;
	line-height: 140%;
}
.under_contents h2:before {
	bottom: -15px;
}
section h3 {
    margin-bottom: 20px;
	font-size: 130%;
}
section .section_contents {
	margin: 0 0 45px 0;
}
.banshin_committee table th {
	font-weight: normal;
	padding: 10px;
	border: solid 1px #dcdcdc;
	width: 5%;
}
.banshin_committee table td {
	padding: 10px;
	border: solid 1px #dcdcdc;
	vertical-align: middle;
	width: 40%;

}
.minutes .year_tit {
    margin-bottom: 10px;
}
.minutes .year_tit li {
    margin: 0 10px 10px 0;
}
.minutes .year_minutes li a {
	font-size: 90%;
}
}
@media (max-width: 480px) {
.under_contents h2 {
	font-size: 140%;
	font-weight: bold;
}
section h3 {
	font-size: 110%;
}
.minutes .year_minutes li {
	width: 100%;
	float: none;
	margin: 0 auto 15px 0;
}
.minutes .year_minutes li a {
	font-size: 100%;
}
}
