@charset "UTF-8";
/* CSS Document */
/* 基本-モバイルファースト ======================================================================================================== */

#jirei > p{
text-align: center;
font-size: 20px;
}
#jirei_inner{
width: 100%;
height: 350px;
overflow: scroll;
}
#jirei table{
width: 1500px;
}
table.normal th, table.normal td{
border: solid 1px #ddd;
}

table.normal thead th{
background-color: #eff7fa;
position:sticky;
top: 0;
}
table.normal td:last-child{
white-space: nowrap;
}


/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){

#jirei > p{
display: none;
}
#jirei_inner{
width: auto;
height: auto;
overflow: inherit;
}
#jirei table{
width: 100%;
position: relative;
}
table.normal thead th{
top: 150px;
}
table.normal .fixed{
position:sticky;
top: 0;
}


}
