#booking-package_inputFormPanel input[type=textarea],textarea {
  height: 150px;
}

#booking-package_inputFormPanel input[type="text"] {
  height: 40px;
  right: 0;
  bottom: 0;
}

#booking-package_inputFormPanel select {
  height: 40px;
  right: 0;
  bottom: 0;
}

#booking-package_inputFormPanel input[type="checkbox"] {
	width:			15px;
	height:			15px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

#booking-package_inputFormPanel input[type="radio"] {
	width:			15px;
	height:			15px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

#booking-package button {
  width: 100px;
  height: 50px;
  right: 0;
  bottom: 0;
}

#booking-package_inputFormPanel{
    padding:  5%;
    background-color: #f5f5f5;
}

#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 .goToBookingFormButton {
  height: 50px;
  right: 0;
  bottom: 0;        
}

#booking-package .bookingButton {
  height: 50px;
  right: 0;
  bottom: 0;    
}
#booking-package .name {
  font-weight:bold;
}

#booking-package .name:before {
  font-weight:bold;
  content:"■ ";
}

#booking-package .bookingDate:before {
  content:"【要確認】";
  font-weight:bold;
  color:red;
}

#booking-package_calendarPage .startShutdownForHotel {
    
}

#booking-package_calendarPage .shutdownForHotel {
    
}

#booking-package_calendarPage .endShutdownForHotel {
    
}