.medicalhours_005{
overflow: auto;　/*tableをスクロールさせる*/
white-space: nowrap;　/*tableのセル内にある文字の折り返しを禁止*/
}
.medicalhours_005::-webkit-scrollbar{　/*tableにスクロールバーを追加*/
 height: 5px;
}
.medicalhours_005::-webkit-scrollbar-track{　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.medicalhours_005::-webkit-scrollbar-thumb {　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.medicalhours_005 {
border-radius: 10px;
    border-spacing: 0;
    border: none;
}
.medicalhours_005 table {
border-spacing: 3px;
margin-top:20px;
}
.medicalhours_005 tr>*{
    padding: 5px 10px;
    border: none;
}
.medicalhours_005 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.medicalhours_005 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.medicalhours_005 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.medicalhours_005 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}
.medicalhours_005 th {
padding: 0.5em;
text-align:center;
vertical-align: top;
background-color: #ceedff;
color: #008DCB;
font-weight: 600;
}
.medicalhours_005 td {
padding: 0.5em;
Text-align:center;
vertical-align: top;
background-color: #edf8ff;
Lline-height: 1;
color: #807971;
}

@media only screen and (max-width: 640px){
.medicalhours_005 th {
padding: 0.5em 0.25em;
font-size: 13rem;
}
.medicalhours_005 td {
padding: 0.5em 0.25em;
white-space: nowrap;
font-size: 13rem;
}
}









