@charset "utf-8";

/*********************
* ISK浜名湖店
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
/*********************
* コーススケジュール
*********************/
#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-toolbar {
	background-color: #efb31b;
}

#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-view-container .fc-view.fc-month-view.fc-basic-view table thead.fc-head tr td.fc-widget-header div.fc-row.fc-widget-header table thead tr th.fc-day-header.fc-widget-header {
	background-color: #fbf4c0 !important;
}

#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-view-container div.fc-view.fc-month-view.fc-basic-view table tbody.fc-body tr td.fc-widget-content .fc-day-grid-container div.fc-day-grid .fc-row.fc-week.fc-widget-content.fc-rigid .fc-content-skeleton table tbody tr  td.fc-event-container a.fc-event {
	background-color: #ffffc0 !important;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
/*********************
* コーススケジュール
*********************/
#course_schedule .fc-widget-header {
	background-color: #fbf4c0 !important;
}

} /* @media screen and (max-width: 1000px) */