@charset "UTF-8";
/*
/////////////////////////////////////
 CSS FOR First 
	by Ngoc Thuy (ゴックトゥイ)
/////////////////////////////////////
*/

/*
/////////////////////////////////////
CSS FOR Content
/////////////////////////////////////
*/

.section {
	padding-bottom: 40px;
}


#Anchor {
	border-right: 1px solid #0398D9;
	border-top: 1px solid #0398D9;
	margin-bottom: 60px;
	overflow: hidden;
	width: 100%;
}
#Anchor li {
	float: left;
	font-size: 150%;
	text-align: center;
}
#Anchor li.anchor {
	display: inlie-block;
	width: 33.334%;
}
#Anchor li.pdf-link {
	display: inlie-block;
	width: 50%;
}
#Anchor li a {
	background: #FDFEFF url(../images/adult/anchor-bg.png) no-repeat right center;
	border-bottom: 1px solid #0398D9;
	border-left: 1px solid #0398D9;
	color: #595959;
	display: block;
	font-weight: bold;
	line-height: 45px;
	padding: 10px 15px;
}

.course-box {
	margin-bottom: 40px;
}
.course-box:last-child {
	margin-bottom: 0;
}

h4 {
	border-bottom: 1px dotted #0398D9;
	font-size: 150%;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 5px 10px;
}

.block-img .fl-left {
	text-align: center;
	width: 320px;
}
.block-img .fl-left h4 {
	margin: 0 10px 20px;
	text-align: left;
}
.block-img .fl-left p {
	background: #E2F1FF;
	height: 100px;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: left;
}