div.cal {
    float: left;
    margin: 7px;
    width: 250px;
}

div.cal * {
    text-align: center;
    font-size: 100%;
}

div.cal table {
    border: solid 1px #333;
    width: 140px;
    margin-bottom: 1px;
}

div.cal caption {
    border: solid 1px #333;
    border-bottom: none;
    background: #EEEEEE;
}

div.cal th {
    background-color: #fff;
    border: solid 1px #333;
}

div.cal td {
    background-color: #fff;
    border: solid 1px #333;
}

#parent_cal {
    overflow: hidden;
}

#holiday_color {
    background-color: #FEDAE2;
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 5px;
    border: solid 1px #fff;
}

#full_color {
    background-color: #bbb;
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 5px;
    border: solid 1px #fff;
}

#holi {
    display: block;
    float: left;

}

.fl_left {
    float: left;
}

.left_right_box {
    width: 64px;
    height: 25px;
    margin-top: 10%;
}

.japanese-holiday {
    color: red !important;
}

.prev.japanese-holiday {
    color: #999 !important;
}