/* 表*/
.schedule table.table01 {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
font-size: 85%;
border: solid 2px #F0BD6A;
margin: 0 auto;
color: #573A09;
font-weight: bold;
text-align: center;
}
.schedule table.table01 thead th {
background: #f7dcaf;
color: #573A09;
padding: 6px 10px;
border: #F0BD6A solid 2px;
white-space: nowrap;
}
.scheduletable.table01 thead th:last-child {
border-right: #f7dcaf solid 2px;
}
.schedule table.table01 tbody th {
background: #f7dcaf;
color: #573A09;
padding:6px 10px;
vertical-align: middle;
border: #F0BD6A solid 2px;
}
.schedule table.table01 tbody tr{
box-sizing: border-box;
height: 50px;
}
.schedule table.table01 tbody tr th{
border: #F0BD6A solid 2px;
}
.schedule table.table01 tbody td {
padding: 6px 10px;
border: #F0BD6A solid 2px;
vertical-align: middle;
}
