body{
    margin:0px;
    /*font-family: "Meiryo","YuGothic","Yu Gothic","ヒラギノ角ゴ","sans-serif";*/
   font-family:'Meiryo UI','Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    -webkit-text-size-adjust: 100%;
}

.font-color-blue{
    color: #002063;
}
.bg-color-officename{
    background-color: #F2F2F2;    
}
.bg-color-hyouka{
    background-color: #E2F0D9;
}
.bg-color-disable{
    background-color: #DCDCDC;
}
.bg-color-nouzei{
    background-color: #FFF2CC;
}
.noborder {
      border: 0px none;
    }
#header {
    border-bottom: solid #002063;
}
#footer{
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    line-height: 45px;
    color: white;
    background-color: #002063;
}
#footer a{
    color:white;
    text-decoration: none;
}
#header img{
    margin: 10px;
}
#wrapper{
    width: 940px;
    text-align: center;
}
#title{
    font-family:'HGS創英角ゴシックUB';
    border:solid 1px #41719C;
    background-color: #C55A11;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 95%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
#middle{
    display: flex;
}
#info{
    width: 80%;
    font-size:15px;
    text-align: left;
    margin-left: 25px;
}
#exp{
    display: flex;
    justify-content:center;
    font-size: 15px;
}
#gleft{
    width: 45%;
    border:solid 1px;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
}
#gright{
    width: 45%;
    border:solid 1px;
    border-radius: 10px 10px 10px 10px;
    margin-left: 10px;
    padding: 10px;
}
#waitingboard{
     margin-left: 25px;
}
#ex{
     margin-top: 10px;
     margin-left: 25px;
}
#ex table{
    border-collapse: collapse;
    border : 0px solid white;
}
#ex table td, th {
	border: 1px solid #595959;
	border-collapse: separate;
}
#ex table td{
    width: 50%;
    border: solid 1px black;
}
#refresh{
    margin-top: 20px;
    text-align: left;
}

table{
    width: 97%;
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}


#waitlist th{
    color: white;
    background-color: #002063;
}

.leftex{
    text-align: left;
    margin-left:80px;
}
.righttex{
    text-align: left;
    margin-left:55px;
}
.waitinfo{
    color: #002063;
    font-weight: bold;
}