#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package_calendarPage .dateField {
    /**
    background-color: #0f9b79;
    color: #fff;
    font-weight: 400;
    **/
}

#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}

#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}
#booking-package_schedulePage .closed { color:#eee; }

#booking-package_inputFormPanel .description { font-size:12px; }

#booking-package_inputFormPanel .radio_title { font-weight:bold; }

.bookingDate { font-weight:bold; }
.bookingTime { font-weight:bold; }
.value { padding:5px 0; }
.serviceName { font-weight:bold; }

#booking-package_inputFormPanel .required:after { top:0px; content:'必須'; font-size:12px; color:#c8a628; }

#booking-package input[type=text], #booking-package textarea { padding:10px; background-color:#eee; }

#booking-package_inputFormPanel .form_text  { padding:10px; background-color:#eee; }

#booking-package_inputFormPanel select { background-color:#eee; }

#booking-package_inputFormPanel textarea { height:12em; }

#booking-package_inputFormPanel select { width:auto; }