#calendar {
}

li{
    list-style: none;
}
section {
    margin: 50px;
}

h1 {
    font-size: 18px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

#schedule td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

#schedule td:first-child {
    color: red;
}

#schedule td:last-child {
    color: royalblue;
}

#schedule td.is-disabled {
    color: #ccc;
}
img{
    vertical-align: bottom;
    max-width: 100%;
}
#top{
    text-align: center;
}
#top_img{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top_img > img{
    height: 50%;
}
#top_smallimgs{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#top_smallimgs > img{
    width: 24%;
}
#info{
    display: flex;
    justify-content: center;
}
#info th, #info td{
    text-align: left;
    width: 250px;
}
#schedule{
    display: flex;
    justify-content: center;
}
#schedule .center_block h2{
    text-align: center;
}
#schedule #monthBtn{
    display: flex;
    justify-content: space-between;
}
#message{
    display: flex;
    justify-content: center;
}
.holyday{
    background-color: indianred;
}
#calender_memo{
    margin: 20px;
}
#calender_memo span.holyday_memo{
    color: indianred;
}