@charset "utf-8";
/*---------------------------------
カスタム
---------------------------------*/
.logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    background: #000;
}

.logo span {
    display: inline-block;
}
.logo span.img {
    width: 90px;
}
.logo span.img img {
    width: 100%;
}
.logo span.text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#calenderTable th {
    padding: 15px;
    font-size: 16px;
}

#calenderTable td {
    padding: 10px;
    text-align: right;
    font-size: 14px;
}
