@charset "UTF-8";

.ui-datepicker, .ui-datepicker-calendar {
  width: auto!important;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    width: 3.25em!important;
}
/* 土曜日 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  color: #00f;
}
/* 日曜日・祝日 */
td.ui-datepicker-week-end:first-child a.ui-state-default,
td.ui-datepicker-public-holiday a.ui-state-default{
  color: #f00!important;
}
