@charset "utf-8";
@media screen and (min-width: 700px){
h2{
    margin: 10px 0px 0px 0px;
    border-top: 3px solid #b70000;
    border-bottom: 3px solid #b70000;
    padding: 0px 0px 0px 20px;
    width: 980px;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 998px;
    border: 1px solid #b2b2b2;
    border-top: 1px solid #b70000;
    padding: 0px 0px 15px 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff
}
.nondisplay{
    display: none;
}
h6{
    width: 100px;
    height: 25px;
    line-height: 27px;
    font-size: 21px;
    margin: 10px 0px 0px 50px;
    background-color: #b70000;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.line{
    margin: 0px 0px 0px 0px;
    border-bottom: 2px solid #b70000;
    width: 898px;
    margin-left: auto;
    margin-right: auto;
}
.year{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 100px;
}
.year td{
    width: 250px;
    line-height: 55px;
    font-size: 25px;
    border: 2px solid #b70000;
    background-color: #ffffff;
    text-align: center;
}
.year a{
    text-decoration: none;
    color: #333333;
    display: block;
}
.edit{
    display: none;
}
}











@media screen and (max-width: 699px){
h2{
    margin: 3px 0px 0px 0px;
    border-top: 2px solid #b70000;
    border-bottom: 2px solid #b70000;
    padding: 0px 0px 0px 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 27px;
    height: auto;
    line-height: 1.3;
    font-weight: normal;
    background-color: #ffffff;
}
h2 a{
    text-decoration: none;
    color: #333333;
    display: block;
}
.nondisplay{
    display: none;
}
h6{
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 35px;
    font-size: 23px;
    text-align: center;
    line-height: 35px;
    background-color: #b70000;
    color: #ffffff;
}
.year{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.year td{
    width: 120px;
    line-height: 50px;
    font-size: 20px;
    border: 2px solid #b70000;
    text-align: center;
}
.year a{
    text-decoration: none;
    color: #333333;
    display: block;
}
.edit{
    display: none;
}
}