@charset "utf-8";
@media screen and (min-width: 700px){
.shiro{
    position: relative;   
}
.shiro img{
    width: 660px;
    height: 380px;
    padding-top: 5px;
}
.main-visual{
    width: 660px;
    height: 380px;
    position: absolute;
    top: 0;
}
.main-visual img{
    width: 660px;
    padding: 5px 0px 0px 0px;
    position: absolute;
}
h2{
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    background-color: #b70000;
    text-align: center;
    width: 660px;
    height: 30px;
    line-height: 30px;
    display: block;
}
.news{
    border: 1px solid #b2b2b2;
    border-top: 0px;
    width: 658px;
    height: 770px;
    background-color: #ffffff;
    overflow: scroll;
}
ul{
    font-size: 20px;
    list-style: none;
    list-style-position: inside;
    margin-top: 0px;
    padding: 0px 0px 0px 20px;
}
.news li{
    width: 610px;
    height: auto;
    line-height: 1.5;
    border-bottom: 1px solid #333333;
    padding: 5px 0px 0px 5px;
}
.news li a{
    text-decoration: none;
    color: #333333;
    display: block;
}
.oshirase{
    padding: 2px 5px;
    font-size: 15px;
    background-color: #134f00;
    color: #ffffff;
}
.honbasyo{
    padding: 2px 5px;
    font-size: 15px;
    background-color: #55007f;
    color: #ffffff;
}
.twitter{
    width: 660px;
    height: 600px;
    margin-top: 15px;
}
.left{
    width: 660px;
    margin: 0px 5px 0px 0px;
    z-index: 0;
}
h3{
    width: 332px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    margin: 5px 0px 0px 2px;
    background-color: #b70000;
    text-align: center;
}
table{
    margin: 0px 5px 10px 5px;
    padding-top: 5px;
    border-spacing: 0px 3px;
}
table td:nth-child(1){
    width: 75px;
    height: 30px;
    font-size: 14px;
    padding-left: 20px;
    }
table td:nth-child(2){
    width:83px;
    font-size: 17px;
    padding-left: 15px;
    }
table td:nth-child(3){
    width: 110px;
    font-size: 17px;
    padding-left: 10px
    }
.banzuke-yohaku{
    background-color: #ffffff;
    border-bottom: 2px solid #b70000;
}
td{
    border-bottom: 1px solid ;
    background-color: #ffffff;
}
td a{
    text-decoration: none;
    color: #333333;
    display: block;
}
#banzuke{
    width: 60px;
    height: 25px;
    padding: 0px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    border-bottom: 2px solid #b70000;
    background-color: #b70000;
    color: #ffffff;
}
.banzukehyo{
    width: 330px;
    margin-left: 2px;
    border: 1px solid #b2b2b2;
    border-top: 1px solid #b70000;
    background-color: #ffffff;
}
.wrapper{
    display: flex;
    width: 1000px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
}













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

.shiro{
    position: relative;
    
}
.shiro img{
    width: 100%;
    margin-top: 1px;   
 }   
.main-visual{
    width: 100%;
    position: absolute;
    top: 0;
}

.main-visual img{
    width: 100%;
    position: absolute;
}
h2{
    width: 100%;
    
    font-size: 20px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    background-color: #b70000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    
}
.news{
    width: 100%;
    height: 210px; 
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #ffffff;
    overflow: scroll;
}
.news ul{
    font-size: 15px;
    list-style: none;
    margin-top: 0px;
    padding: 0px 0px 0px 20px;
}
.news li{
    width: 96%;
    height: auto;
    line-height: 1.5;
    border-bottom: 1px solid #333333;
    padding: 5px 0px 0px 0px;
}
.news li a{
    text-decoration: none;
    color: #333333;
    display: block;
}
.oshirase{
    padding: 1px 10px;
    font-size: 15px;
    background-color: #134f00;
    color: #ffffff;
}
.honbasyo{
    padding: 1px 10px;
    font-size: 15px;
    background-color: #55007f;
    color: #ffffff;
}

.twitter{
    width: 100%;
    height: 600px;
    margin: 5px 0px 0px 0px;
}
h3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    
    font-size: 20px;
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    background-color: #b70000;
    text-align: center;
}
table{ 
    width: 98%;
    border-spacing: 0px 5px;
    padding: 0px 0px 0px 5px;
}
table td:nth-child(1){
    width: 38%;
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
}
table td:nth-child(2){
    width: 30%;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}
table td:nth-child(3){
    width: 32%;
    font-weight: bold;
    font-size: 15px;
}
td{
    padding: 0px 0px 0px 3px;
    border-bottom: 1px solid ;
}
td a{
    text-decoration: none;
    color: #333333;
    display: block;
}
.banzukehyo{
    width: 100%;
    padding: 5px 0px 30px 0px;
    background-color: #ffffff;
}
#banzuke{
    width: 30%;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 2px;
    border-bottom: 2px solid #b70000;
    background-color: #b70000;
    color: #ffffff;
}
.banzuke-yohaku{
    background-color: #ffffff;
    border-bottom: 2px solid #b70000;
}
}