@charset "utf-8";

.curriculum { padding-bottom: 30px; }

.ttl001 {
	background: url(../img/curriculum/icon_plus.gif) right 5px no-repeat;
	margin-top: 37px;
}

.on {
	background: url(../img/curriculum/icon_minus.gif) right 5px no-repeat;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #ccc;
}

th {
	background: #eee;
	color: #15a164;
	font-weight: bold;
	font-size: 123%;
	text-align: center;
	padding: 12px 0;
	width: 239px;
}

td {
	padding: 10px;
}

td.none {
	text-align: center;
	vertical-align: middle;
}

td li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.body {
	display: none;
}

.course {
	background: #000;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

@media only screen and (max-width: 705px) {
	table { display: none; }
	
	.curriculum h4 {
		color: #15a164;
		font-weight: bold;
		font-size: 123%;
	}
	
	.curriculum ul {
		margin-bottom: 15px;
	}
			
	.curriculum li {
		text-indent: -1.5em;
		margin-left: 1.5em;
	}
	
}












