@charset "UTF-8";
/* CSS Document */

.m5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #065180;
	line-height: 150%;
}
.m6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #505050;
	line-height: 150%;
}

.m7 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #D84A48;
	line-height: 150%;
}

.m8 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	color: #D84A48;
	line-height: 200%;
}






#timetable_panel {
	padding-top: 20px;
}


/*---------------実施日表-----------------*/

.timetable {
	margin: 0;
	font-size: 13px;
	color: #505050;
	text-align: center;
	background-color: #e7edef;
	border-collapse: collapse;
}

.table_header {
	color: #FFF;
	font-weight: 700;
	background-color: #7BA7B7;
}

.table_header td {
	padding: 5px 10px 5px 10px;
	line-height: 100%;
	border: solid 1px #fff;
}

.table_day {
	background-color: #EDF8FB;
	font-weight: 700;
}

.table_day td {
	padding: 5px 10px 5px 10px;
	line-height: 100%;
	border: solid 1px #fff;
}

.table_ampm {
	background-color: #DAF1F7;
}

.table_ampm td{
	padding: 7px 10px 7px 10px;
	line-height: 100%;
	border: solid 1px #fff;
}

.redText {
	color: #D84A48;
}

.woman {
	color: #EBAEC5;
}
	
.time {
	font-weight: 700;
}
	
/*---------------注釈-----------------*/

.comment {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 10px 0px 20px 0px;
	color: #505050;
	line-height: 150%;
}
	
	

	

