/*利用状況*/
.rijolist{
    overflow: auto;
    width: 100%;
    height:520px;
    margin:5px;
}
.rijolist table{
    margin: 0;
    border-spacing: 1;
}
.rijolist td{
    white-space: nowrap;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #f0f0f0;
    padding: 5px;
    font-size:80%;
    text-align: center;
}
.rijolist th{
    white-space: nowrap;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #ddd;
    position: sticky;
    top: 0;
    left: 0;
    padding: 2px 5px;
    font-size:105%;
    font-weight:normal;
    text-align: center;
}
.rijolist tr:nth-child(odd) td {
	background: #fff;
}
.rijolist tr:first-child th{
    border-bottom: 1px solid #FFF;
}
.rijolist th:first-child{
    border-right: 1px solid #FFF;
}
.rijolist tr:first-child th:first-child{
    z-index: 1;
}
/*予約一覧*/
.yykhead p{
    font-size:90%;
    padding: 4px;
    line-height:28px;
}
.yykhead table{
    margin: 5px;
}
.yykhead th{
    margin: 0;
    border-spacing: 1;
    border-right: 2px solid #0b6147;
    border-left: 2px solid #0b6147;
    border-top: 2px solid #0b6147;
    border-bottom: 2px solid #0b6147;
    font-size:120%;
    color:black;
    padding: 4px;
    text-align: center;
    font-weight: 500;
}
.yyklist{
    overflow: auto;
    width: 100%;
    height:454px;
    margin:5px;
}
.yyklist table{
    font-size:110%;
    margin: 0;
    border-spacing: 1;
}
.yyklist td{
    white-space: nowrap;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #FFF;
    padding: 4px;
    width:35px;
    text-align: center;
}
.yyklist th{
    white-space: nowrap;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color:white;
    background: #0b6147;
    position: sticky;
    top: 0;
    left: 0;
    padding: 4px;
    font-weight: 500;
    text-align: center;
}
.yyklist tr:nth-child(odd) td {
	background: #c2eadf;
}
.yyklist tr:first-child th{
    border-bottom: 1px solid #FFF;
}
.yyklist th:first-child{
    border-right: 1px solid #FFF;
}
.yyklist tr:first-child th:first-child{
    z-index: 1;
}
/*教室一覧*/
.classlist{
    overflow: auto;
    width: 100%;
    height:520px;
    margin:5px;
}
.classlist table{
    margin: 0;
    border-spacing: 1;
}
.classlist td{
    white-space: nowrap;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #f0f0f0;
    padding: 6px;
    text-align: center;
}
.classlist th{
    white-space: nowrap;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #ddd;
    position: sticky;
    top: 0;
    left: 0;
    padding: 4px;
    font-weight: 600;
    text-align: center;
}
.classlist tr:nth-child(odd) td {
	background: #fff;
}
.classlist tr:first-child th{
    border-bottom: 1px solid #FFF;
}
.classlist th:first-child{
    border-right: 1px solid #FFF;
}
.classlist tr:first-child th:first-child{
    z-index: 1;
}
