@charset "UTF-8";



#content h2 {
  margin: 10px 5px 30px;
}



#scheduleNav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 2px solid #645fab;
	margin-bottom: 30px;
}



#scheduleNav li { 
	text-align: center;
	padding: 10px;
	color: #fff;
	margin-right: 1%;
	background: #CCC;
	min-width: 28%;
	cursor: pointer;
}


#scheduleNav .on,
#scheduleNav li:hover{ 
	background: #645fab;
}

#scheduleNav:first-child,
#scheduleNav .on{ 
	cursor: default;
}


#content .schedule {
	display: none;
}




/* TABLE
------------------------------------------------------------------------------*/

#content table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 90%;
	margin:0 auto;
}


#content table p {
  padding-left: 0;
}



#content th,
#content td{
	border: 1px solid #e6e6e6;
	line-height: 1.75;
	height: 35px;
	font-weight: normal;
}

#lessonTable th {
	width: 85px;
}

#dailyTable th,
.detailTableLeft {
	width: 20%;
}

#eventTable th,
#eventTable td {
	height: 55px;
}

#eventTable th {
	width: 70px;
	background-color: #edfbff;
}

#eventTable td {
	width: 300px;
	padding-left: 20px;
}

.cellPink {
	background-color: #fff0f8;
}

#lessonTable td,
#dailyTable td,
#detailTable td {
	text-align: center;
}

.detailTableCourse {
	width: 250px;
}

.cellBlue {
	background-color: #edfbff;
}

.cellGlay {
	font-size: 10px;
	background-color: #fafafa;
}

.fontSmall {
	font-size: 10px;
}

#lessonTable span,
#dailyTable span {
	color: #7acee2;
	font-size: 10px;
	line-height: 1.75;
}

#lessonNotice {
	line-height: 2.0;
	padding-left: 30px;
	margin: 20px 0 40px;
}





