
    .title {
        color: #065f8c;
        /* font-size: 200%; */
        font-size: 150%;
        font-weight: 600;
    }

    .month_title {
        color: #990000;
        font-size: 150%;
        font-weight: 600;
    }

    .month_title_abbr {
        font-size: 100%;
        font-weight: 600;
    }

    .class_title {
        color: #842B00;
        font-size: 110%;
        font-weight: 600;
    }

    .class_title_sub {
        color: #3C3C3C;
        font-size: 105%;
        font-weight: 600;
    }

    a {
        color: #065f8c;
        font-weight: 600;
        text-decoration: none;
    }

    a:hover {
        color: red;
        font-weight: 600;
        text-decoration: none;
    }

    .day_title_sat {
        color: #009100;
        font-weight: 600;
        background: #DFFFDF;
    }

    .day_title_sat:hover {
        color: #DFFFDF;
        background: #009100;
    }

    .day_title_sun {
        color: #FF2D2D;
        font-weight: 600;
        background: #FFECEC;
    }

    .day_title_sun:hover {
        color: #FFECEC;
        background: #FF2D2D;
    }

    .day_title_none {
        color: #065f8c;
        font-weight: 600;
        background: #ECF5FF;
    }

    .day_title_none:hover {
        color: #9F5000;
        background: #FFFCEC;
    }

    .day_title_sat_o {
        color: #009100;
        font-weight: 600;
        background: #DFFFDF;
    }

    .day_title_sun_o {
        color: #FF2D2D;
        font-weight: 600;
        background: #FFECEC;
    }

    .day_title_none_o {
        color: #065f8c;
        font-weight: 600;
        background: #ECF5FF;
    }

    .cur_pointer {
    }

    .cur_pointer:hover {
        cursor: pointer;
    }

    /* img {
        max-width:600px;
        myimg:expression(onload=function(){this.style.width=(this.offsetWidth > 600)?"600px":"auto"});
    } */