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




section dl{
	float:left;
	width:48%;
	margin:0 1% 40px;
	/*background:#EBF6F7;*/
	background:#fafafa;
	border-radius:5px;
	box-shadow:1px 1px 3px #39A8AC;
}
	section dl dl{
		float:none;
		width:100%;
		margin:10px;
		box-shadow:none;
	}

section dt{
	margin:10px;
	font-weight:bold;
}
	section dd dt{
		margin:0 0 0.3em;
		font-weight:normal;
		position:relative;
		left:-10px;
		top:0;
	}
section dd{
	margin:10px;
}
	.course dd{
		margin:0 0 0.3em;
		float:left;
		width:33%;
		font-size:87.5%;
	}

.operating-company{
	/*background:#FAF5EF;*/
	box-shadow:1px 1px 3px #CC9966;
}

section a{
	color:#39A8AC;
	padding:0 0 0 8px;
	background:url(../img/sitemap/bullet.png) left center no-repeat;
}
.operating-company a{
	color:#CC9966;
	background-image:url(../img/sitemap/bullet_operationg-company.png);
}