@charset "UTF-8";
/*
********************************
北海道観光ETCはじめてパス 2024年度
https://www.driveplaza.com/etc/drawari/2024_hokkaido_etchatsups/
********************************
*/

/* ▼モバイルファースト (全環境に共通のデザイン) */
/* カレンダー /assets/css/style.css テーブルスタイル拡張（最大6日間利用可能）
*/
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-06 {
  box-shadow: inset 0 0 0 3px #00a8e2;
}
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-05 {
  box-shadow: inset 0 0 0 3px #45b035;
}
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-04 {
  box-shadow: inset 0 0 0 3px #ff9000;
}
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-03 {
  box-shadow: inset 0 0 0 3px #eb309a;
}
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-02 {
  box-shadow: inset 0 0 0 3px #b4143b;
}
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-01 {
  box-shadow: inset 0 0 0 3px #757575;
}
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-00 {
  box-shadow: inset 0 0 0 3px #333333;
}
.l-container .c-mig-calendar .calendarbox .table-calendar .border-d-last {
  box-shadow: inset 0 0 0 3px #ee0000;
}
.l-container .c-mig-calendarGuide .cellcolor-d-06 {
  box-shadow: inset 0 0 0 3px #00a8e2;
}
.l-container .c-mig-calendarGuide .cellcolor-d-05 {
  box-shadow: inset 0 0 0 3px #45b035;
}
.l-container .c-mig-calendarGuide .cellcolor-d-04 {
  box-shadow: inset 0 0 0 3px #ff9000;
}
.l-container .c-mig-calendarGuide .cellcolor-d-03 {
  box-shadow: inset 0 0 0 3px #eb309a;
}
.l-container .c-mig-calendarGuide .cellcolor-d-02 {
  box-shadow: inset 0 0 0 3px #b4143b;
}
.l-container .c-mig-calendarGuide .cellcolor-d-01 {
  box-shadow: inset 0 0 0 3px #757575;
}
.l-container .c-mig-calendarGuide .cellcolor-d-00 {
  box-shadow: inset 0 0 0 3px #333333;
}
.l-container .c-mig-calendarGuide .cellcolor-d-last {
  box-shadow: inset 0 0 0 3px #ee0000;
}
.l-container .c-mig-calendarGuide .cellcolor-d-gray {
  background: #f4f4f4;
}
/* end ▼モバイルファースト (全環境に共通のデザイン)  */

/* ▼タブレット～PC用として付け足すデザイン */
@media only screen and (min-width: 641px) {
}
/* end ▼タブレット～PC用として付け足すデザイン */
