@charset "utf-8";

/* SCHEDULE */
#schedule {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 30px;
}
#schedule h2 {
    margin-bottom: 10px;
}
#schedule p#yearNavi {
    margin-bottom: 15px;
    text-align: center;
}
#schedule p#monthNavi {
    margin-left: 15px;
    color: #333ba3;
}
#schedule p#monthNavi a {
    color: #333ba3;
    text-decoration: none;
}
#schedule p#monthNavi strong {
    color: #f13364;
}
#schedule p#shokudo {
    margin-left: 0;
    color: #2a4cf6;
    text-align: right;
}
#schedule table {
    width: 440px;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-bottom: 2px solid #f77729;
}
#schedule table th,
#schedule table td {
    padding: 2px 3px;
}
#schedule table thead th {
    background: #d0e2ff;
    text-align: center;
}
#schedule table thead th#month {
    color: #f7560f;
}
#schedule table tbody {
    color: #333ba3;
}
#schedule table tbody th {
    font-weight: normal;
    text-align: right;
}
#schedule table tbody th,
#schedule table tbody td {
    border-bottom: 1px solid #a6a5ff;
}

#schedule table tbody td.youbi {
    white-space: nowrap;
    text-align: center;
}
#schedule table tbody td.c2 {
    color: #2a4cf6;
    white-space: nowrap;
    text-align: center;
}
#schedule table tbody .date0 {
    color: #fa26f3;
}
#schedule #noSchedule {
    margin: 20px 0 0;
    padding: 10px;
    border-top: 1px dashed #cccccc;
}

