@CHARSET "UTF-8";
/* 追加CSS */

.custom-calendar-saturday a.ui-state-default {
    background-color: #c1e0ff;
}
.custom-calendar-sunday a.ui-state-default {
    background-color: #ffc1c1;
}
.custom-calendar-holiday a.ui-state-default {
    background-color: #ffe0c1;
}