@charset "utf-8";
/*===========================================
カレンダーの背景色を変更
===========================================*/
.holiday > .ui-state-default {
  background: #FF99FF;
  color: red ;
}
.sunday > .ui-state-default {
  background: #FF9999;
  color: red;
}
.saturday > .ui-state-default {
  background: #66CCFF;
  color: blue;
}
