@charset "utf-8";

.title h3 {
	float: left;
}

.gl {
	font-weight: bold;
	color: #2c36b4;
}

.pl {
	font-weight: bold;
	color: #ef4444;
}

.tuition table {
	border-collapse: collapse;
	width: 720px;
	font-size: 100%;
	line-height: 1.3;
}

.tuition td,
.tuition th {
	border: 1px solid #d3d3d3;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}

.course {
	width: 15%;
}

.purpose {
	width: 38%;
}

.name {
	width: 18%;
}

.type {
	width: 8%;
}

.row {
	width: 12%;
}

.detail {
	width: 9%;
}

td.purpose {
	text-align: left;
}

.detail a {
	font-weight: bold;
	text-decoration: underline;
}

#eikaiwa th {
	border-left: 8px solid #DA8CAB;
}


#business th {
	border-left: 8px solid #53a1a5;
}


#eiken th {
	border-left: 8px solid #e5683c;
}

#toeic th {
	border-left: 8px solid #4985aa;
}
#toefl th {
	border-left: 8px solid #ef9632;
}
#abroad th {
	border-left: 8px solid #4b986e;
}
#eigo th {
	border-left: 8px solid #ceb131;
}

#contents .title {
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
}
