@charset "utf-8";


/* ------------------------------
 Fees
------------------------------ */
.over-local-navi #main{
	padding-top:180px;
}

.main-section{
	margin-bottom:70px;
}
.main-section .inner{
	text-align:center;
}
.main-section p,
.main-section li{
	font-size:1.3em;
	line-height:1.9;
	color:#555;
}

#section-header{
	padding-top:60px;
}
#section-header h1 img{
	height:120px;
	width:auto;
}

.main-section h2{
	background:url(../img/fees_sec_title_bg.png) no-repeat 50% 50%;
	margin-bottom:30px;
	background-size:auto 24px;
}
.main-section h2 img{
	height:53px;
	width:auto;
}
.main-section p.cap-text{
	font-size:1.5em;
}
.main-section p.cap-caption{
	margin-top:15px;
}
.main-section p.trial{
	font-size:1.5em;
	margin-top:15px;
	color:#870000;
	font-weight:bold;
}

#local-navi{
	margin:20px auto;
	background:#FFF;
	padding:15px 0 10px 0;
	text-align:center;
	width:100%;
}
#local-navi li{
	display:inline-block;
	font-size:1.8em;
	line-height:1.1;
	border:1px solid #CCC;
	border-radius: 0.5em;
	background:#F2F2F2;
	margin:0.2em 0.1em;
	padding:0.4em 1em;
}
#local-navi li a{
	color: #a8772f;
}
.over-local-navi #local-navi{
	position: fixed;
	top:32px;
	left:0;
	margin:0;
	z-index:999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color:#870000;
}
.over-local-navi #local-navi li{
	display:inline-block;
	font-size:1.4em;
	line-height:1.1;
	border-width:0 0 0 1px;
	border-radius:0;
	background:none;
	padding:0 0.2em 0 0.6em;
	margin:0;
}
.over-local-navi #local-navi li:first-child{
	border-left:none;
}
.over-local-navi #local-navi li a{
	color:#FFF;
}

.course-section{
	margin:40px auto;
	padding-top:40px;
	max-width:720px;
	text-align:left;
	vertical-align: top;
	border-top:1px dotted #999;
}
.course-section h3{
	font-size:2em;
	font-weight:bold;
	text-align:center;
	color: #a8772f;
}
.course-section h3 span{
	font-size:0.7em;
}
.course-section p{
	font-size:1.2em;
	margin-top:10px;
}
.course-section p.teachers,
.course-section p.trial{
	text-align:center;
}
.course-section p.lead{
	margin-top:20px;
}
.course-section p.lead strong.catch{
	font-size:1.2em;
}

.course-section p.am{
	color:rgb(230,0,115);
}

.course-section p.tax-caption{
	font-size:1em;
	text-align:right;
}

.course-section p.alert{
	color:#870000;
	font-weight:bold;
}

.course-section ul.points{
	margin-top:20px;
}
.course-section ul.points li{
	list-style-type: disc;
	margin-left:2em;
}

.course-section .right-photo{
	float:right;
	margin-left:20px;
	width:150px;
}
.course-section .right-photo img{
	width:100%;
	height:auto;
}



@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
	.main-section h2{
		background-image:url(../img/fees_sec_title_bg@2x.png);
	}
}

@media screen and (max-width: 736px){
	#section-header h1 img{
		width:90%;
		height:auto;
	}
	.main-section .inner{
		margin:auto 15px;
	}
	.main-section h2{
		background-size:auto 20px;
	}
	.main-section h2 img{
		height:46px;
	}
	.main-section p,
	.main-section li{
		font-size:1.2em;
	}
	.main-section p.cap-text{
		font-size:1.3em;
	}
	.course-section h3{
		font-size:1.6em;
	}
	.course-section p{
		font-size:1.1em;
	}
	.course-section .right-photo{
		margin-top:25px;
		margin-bottom:10px;
	}
	#local-navi li,
	#local-navi li a{
		display:block;
	}
}