@charset "utf-8";

#container .info_listlink50{margin-bottom: 10px;}
#container .info_listlink50 a{text-decoration: none;}
#container .info_listlink50 a:link{text-decoration: none;}
#container .info_listlink50 a .linktitle{text-decoration: underline;font-weight: 900;}


.year{width: 100%;display: -webkit-flex;display: flex;margin-bottom: 30px;}
.year li{width: 16.6%;}
.year a{width: 100%;display: block;
font-size: 1.6rem;padding-top: 10px;padding-bottom: 10px;border-bottom: 3px solid #c9bc9c;background-color: #c9bc9c;text-align: center;border-right: 1px solid #efefef;color: #ffffff;text-align: center;font-weight: 900;transition: all 0.2s ease;position: relative;

}
.year a:link{color: #fff !important;text-decoration: none;}
.year a:visited{color: #fff !important;}
.year a:hover{background-color: #af8222;color: #fff;}
.year a:active{color: #fff !important;}

@media screen and (min-width: 769px) {
/*
#header nav ul li.nac01 a{border-bottom: 5px solid #0d3868;}
#header nav li.nac01 a:after {border-bottom: solid 5px #0d3868;}
*/
.navthird .third_08 a{background-color: #78550a;color: #ffffff !important;}
.navthird .third_08 a:hover{background-color:#c9bc9c;color: #ffffff !important;}
#container .info_listlink50{display: -webkit-flex;display: flex;}
#container .info_listlink50 .day{margin-right: 10px;}
.about{background-image: url("../images/main.jpg");background-repeat: no-repeat;background-position: center top;}


}

@media screen and (max-width: 768px) {
#container .info_listlink50 .day{display: block;}
#container .info_listlink50{margin-bottom: 15px;
border-bottom: 1px dotted #ccc;padding-bottom: 15px;}

}





.tab00s {padding-bottom: 40px;background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);margin: 0 auto;}
.tab_item {
width: calc(100%/12);font-size: 1.6rem;
padding-top: 10px;padding-bottom: 10px;
border-bottom: 3px solid #bdb375;background-color: #bdb375;
text-align: center;border-right: 1px solid #efefef;color: #ffffff;display: block;float: left;text-align: center;font-weight: 900;transition: all 0.2s ease;
}
.tab_item:hover {opacity: 0.75;}
input[name="tab_item"] {display: none;}
.tab_content {display: none;padding: 40px 40px 0;clear: both;overflow: hidden;}


#n_100:checked ~ #n_100_content,#n_200:checked ~ #n_200_content,#n_300:checked ~ #n_300_content,#n_400:checked ~ #n_400_content,#n_500:checked ~ #n_500_content,#n_600:checked ~ #n_600_content,#n_700:checked ~ #n_700_content,#n_800:checked ~ #n_800_content,#n_900:checked ~ #n_900_content,#n_1000:checked ~ #n_1000_content,#n_1100:checked ~ #n_1100_content,#n_1200:checked ~ #n_1200_content,#n_1300:checked ~ #n_1300_content {  display: block;}

.tab00s input:checked + .tab_item {color: #fff;position: relative;background: #957433;}
.tab00s input:checked + .tab_item:before {
position: absolute;bottom: -10px;left: 40%;width: 0;height: 0;content: '';border-width: 14px 12px 0 12px;border-style: solid;border-color: #957433 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
.tab_item {width: calc(100%/2);font-size: 1.2rem;border-bottom: 1px solid #efefef;padding-top: 8px;padding-bottom: 8px;
}
.tab_content {padding: 40px 0px 0 !important;}
.year a{font-size: 1.3rem;letter-spacing: 0;}

}