@charset "utf-8";

/* ----------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------ */
main #pageTtl .bg {
	background: url(images/img_page_size-l.jpg) repeat center center;
	background-size: cover;
}

/************ overview ************/
#overview p.txt{
	margin: 0 0 15px 0;
}
#overview .txt a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#overview div{
	overflow: hidden; 
	width: 100%;
	margin: 20px auto 0;
}
#overview dl p {
	margin: 0 auto 4% !important;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff !important;
}
#overview dl dt {
	float: left;
}
#overview dl dd {
	padding: 0 0 0 35%;
}
#overview .note {
	display: block;
}

/************ schedule ************/
#schedule .cource {
	margin: 0 !important;
}
#schedule .cource .box .left {
	width: 100%;
}
#schedule .cource .box .right {
	width: 100%;

}