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

.curriculum{
	border: 1px solid #D0D0D0;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.875em;
	letter-spacing: 0.4px;
	color: #333;
}

.curriculum th{
	border-right: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	background-color: #EDECE9;
	padding: 15px 25px;
	font-weight: normal;
	width: 135px;
	text-align: left;
}

.curriculum td{
	background-color: #FFF;
	border-top: 1px solid #D0D0D0;
	padding: 15px 20px;
	line-height: 1.57;
}

.next_curriculum {
	padding: 50px 0;
}

.teacher{
	margin: 35px 0px 15px !important;
}

.content-wrap article p.schedule {
	margin: 1em 0 .5em;
}

.remarks {
	margin: 0;
	list-style: none;
}

.remarks li {
	position: relative;
	font-size: .875em;
	line-height: 200%;
	padding-left: 1em;
}

.remarks li:before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}
