/* 土日-祝日のスタイル */
.day-saturday a.ui-state-default {
  background: #c1e0ff;
}

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