@charset "UTF-8";
/* 土曜日のカラー設定 */
.ui-datepicker-calendar tr td.ui-datepicker-week-end a {
  /* 背景色を設定 */
  color: #00f;
  /*background: none;       // 背景画像を利用しているのでリセット*/
  background: #ccf;
  /* 文字色を設定 */
}

/* 日曜日のカラー設定 */
.ui-datepicker-calendar tr td:last-child a {
  /* 背景色を設定 */
  color: #f00;
  /*background: none;       // 背景画像を利用しているのでリセット*/
  background: #fcc;
  /* 文字色を設定 */
}

td.ui-datepicker-selected a.ui-state-default {
  color: #fff !important;
  background: #8a6 !important;
}
