@charset "utf-8";

/*********************
* コーススケジュール
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
#course_schedule .page_header {
	background-image: url(../images/course_schedule/main.jpg);
}

#course_schedule .s1 {
  margin: 110px 0 180px;
}

#course_schedule .s1 .contents_inner > p {
  font-size: 1.429em;
  text-align: center;
}

#course_schedule .s1_box {
	background-color: #f8f8f8;
	border-radius: 20px;
	margin-top: 80px;
	padding: 6.67%;
}

#course_schedule #calendar {
	border: 20px solid #fff;
	border-radius: 20px;
	background-color: #fff;
}

#course_schedule #calendar.fc.fc-ltr.fc-unthemed .fc-toolbar {
	padding: 5px;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

#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 {
	/*width: 130px;*/
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	/*font-size: 0.9em;*/
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#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 .fc-day-grid div.fc-row.fc-week.fc-widget-content.fc-rigid div.fc-content-skeleton table thead tr td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	/*font-size: 0.9em;*/
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	height: 17px;
}

#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 {
	min-height: 85px;
}

#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 {
	padding: 3px;
	text-align: left;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#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: #ffff00 !important;*/
	border: none;
	color: #000000;
	font-size: 10px;
}

#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 .fc-content span.fc-time {
	font-weight: normal;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
#course_schedule .page_header {
	background-image: url(../images/course_schedule/main_sp.jpg);
}

#course_schedule .s1 {
  margin: 13vw 0 15vw;
}

#course_schedule .s1 .contents_inner {
	padding-left: 2vw;
	padding-right: 2vw;
}

#course_schedule .s1 .contents_inner > p {
  font-size: 1.385em;
  text-align: center;
}

#course_schedule .s1_box {
	background-color: #f8f8f8;
	border-radius: 20px;
	margin-top: 7vw;
	padding: 3vw;
}

#course_schedule #calendar {
	border: 10px solid #fff;
	border-radius: 20px;
	background-color: #fff;
}

} /* @media screen and (max-width: 1000px) */