@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;
}
#Anchor li {
	float: left;
	font-size: 150%;
	display: table;
	text-align: center;
	width: 25%;
}
#Anchor li a {
	background: #E2F1FF url(../images/child/anchor-bg.png);
	border-bottom: 1px solid #0398D9;
	border-left: 1px solid #0398D9;
	color: #595959;
	display: table-cell;
	height: 52px;
	font-weight: bold;
	/*line-height: 45px;*/
	padding: 10px 15px;
	vertical-align: middle;
	width: 100%;
}

#Anchor2 {
	border-right: 1px solid #0398D9;
	border-top: 1px solid #0398D9;
	margin-bottom: 60px;
}
#Anchor2 li {
	float: left;
	font-size: 150%;
	display: table;
	text-align: center;
	width: 33.333%;
}
#Anchor2 li a {
	background: #fdfeff url(../images/child/anchor-bg.png) no-repeat right center;
	border-bottom: 1px solid #0398D9;
	border-left: 1px solid #0398D9;
	color: #595959;
	display: table-cell;
	height: 52px;
	font-weight: bold;
	/*line-height: 45px;*/
	padding: 10px 15px;
	vertical-align: middle;
	width: 100%;
}

.preparing {
	background: #f2f2f2;
	border-bottom: 1px solid #0398D9;
	border-left: 1px solid #0398D9;
	color: #777777;
	display: table-cell;
	font-weight: bold;
	/*line-height: 45px;*/
	height: 52px;
	padding: 10px 15px;
	vertical-align: middle;
	width: 100%;
}

.table-info {
	width: 100%;
}
.table-info th {
	background: #e2f1ff;
	border-top: 2px solid #fff;
	font-weight: bold;
	text-align: left;
	padding: 10px 15px;
	font-size: 134%;
	vertical-align: top;
	width: 200px;
}
.table-info td {
	font-size: 134%;
	padding: 5px 0 5px 25px;
}
.table-info ul {
	padding:10px 0 30px ;
}
.table-info dl {
	border-bottom: 1px dashed #0398D9;
	display: table;
	margin-bottom: 5px;
	width: 100%;
}
.table-info dl:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.table-info dt {
	display: table-cell;
	padding: 5px;
	width: 20%;
}
.table-info dd {
	display: table-cell;
	padding: 5px;
	width: 80%;
}
.table-info ul {
		padding: 0;
}

address {
	font-style: normal;
}

.table-info th span {
	color: #ff0000;
}
.table-info a {
	color: #0398D9;
}

.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;
}

.catch .fl-left {
	width: 300px;
}
.catch .fl-right {
	width: 630px;
}

.btn {
	border: 2px solid #0398d9;
	border-radius: 10px;
	padding: 1px;
	text-align: center;
}
.btn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c1e6fc 0%, #b2e1fd 50%, #abdefe 100%) repeat scroll 0 0;
	border-radius: 10px;
	color: #0398d9;
	font-size: 184%;
	display: block;
	font-weight: bold;
	padding: 12px 0;
	text-shadow: 1px 2px 1px #fff;
	text-align: center
}
.btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}