@charset "UTF-8";

/* + preview
------------------------------------------------------------------- */
.previewBox a{
    pointer-events: none !important;
  }

  /* + datepicker
------------------------------------------------------------------- */
/* 日曜 */
.xdsoft_calendar thead tr th:nth-of-type(1),
.xdsoft_calendar tbody tr td.xdsoft_day_of_week0 {
    color: #ff0000 !important;
}

/* 土曜 */
.xdsoft_calendar thead tr th:nth-of-type(7),
.xdsoft_calendar tbody tr td.xdsoft_day_of_week6 {
    color: #ff0000 !important;
}

/* 非営業日 */
div#holidays {
    display: none;
}

.xdsoft_calendar tbody tr td.holiday div {
    color: #ff0000 !important;
}
