@charset "UTF-8";

/* 最終的にメインのCSSに取り込む */

/* 予約不可能日の背景色 */
.status.not_possible{
  background: #e7e7e7;
}