@charset "utf-8";

/* CSS Document */
.txt_normal_M{
	font-size: 14px;
	font-weight: normal;
}
.txt_normal_L{
	font-size: 18px;
	font-weight: normal;
}
.table_waku{
	border: 1px solid #E5E5E5;
	padding: 2em;
}

table.table_lesson {
	border-collapse: collapse;
	width:100%;
	border-top: #e3e3e3 1px solid;
	font-size: 14px;
}
table.table_lesson th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.table_lesson td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
.txt-L{
	font-size: 18px;
}