@charset "UTF-8";

/*カレンダーのデザイン*/
.ui-datepicker {
    z-index: 999 !important;
}
.ui-datepicker-calendar tbody tr td a,
.ui-datepicker-calendar tbody tr td span {
    line-height: 1.8;
}
.ui-widget-header {
    border: 1px solid #3BB24E;
    background: #3BB24E;
    color: #fff;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #3BB24E;
    background: #fff;
    color: #3BB24E;
    font-weight: bold;
}
/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
    background-color: #fff;
    color: #f00 !important;
}
