/* 共通部分
------------------- */
/* clearfix */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {  display: inline-block; }
/*\*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
.asb2_wrap {
	text-align: center; }

.asb2_wrap .text_box {
	background: #eee;
	width: 880px;
	_width: 920px;
	font-size: 13px;
	margin: 0 auto 20px auto;
	padding: 20px;
}

.asb2_wrap .course {
	margin-bottom: 20px;
}

.asb2_wrap .btn {
	margin-bottom: 20px;
}
.asb2_wrap .red {
	color: #c00;
}

/* コース */
#course {
	width: 920px;
	position: relative;
	margin: 0 auto 20px;
}
#course .or {
	position: absolute;
	left: 418px;
	top: 72px;
}
#course .left { float: left; }
#course .right { float: right; }
#course_more {
	width: 920px;
	background: #B2E7AD;
	padding: 20px 0;
	margin: 0 auto 30px;
}
#course_more .tit {
	margin-bottom: 20px;
}

/* 注意事項 */
.asb2_wrap .notice_list{
	width: 860px;
	_width: 920px;
	color: #333;
	background-color: #EEE;
	padding: 15px 30px;
	margin: 0 auto 20px auto;
}

.asb2_wrap .notice_list ul{
	margin-bottom: 30px;
}

.asb2_wrap .notice_list li{
	font-size: 13px;
	list-style: url(../../../img/mypage/mypage_css/ico_check.gif);
	text-align: left;
	margin: 0 0 5px 20px;
}

.asb2_wrap .notice_list .notice_tit {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.asb2_wrap .notice_list .notice_text {
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 8px;
}

/*index
------------------- */
.asb2_wrap h1{
	text-indent: -9999px;
	background: url(../images/main_top2.jpg) no-repeat center top;
	width: 920px;
	height: 300px;
	margin: 0 auto;
}
.asb2_wrap .text_box h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 15px;
}
.asb2_wrap .text_box .lead {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 8px;
}

.asb2_wrap .bnr a {
	color: #0085DE;
	font-size: 14px;
	text-decoration: none;
}
.asb2_wrap .bnr a:hover{
	color: #37abf8;
}
#top_course {
	width: 920px;
	margin: 0 auto 30px;
}
#top_limited_a {
	background: #c1f0ff;
	width: 450px;
	float: left;
	padding: 15px 0;

}
#top_limited_a h2 {
	color: #fff;
	background: #0099CC;
	font-size: 18px;
	margin: 0 15px 15px;
	padding: 5px;
}
#top_limited_a h2 span {
	font-size: 14px;
}
#top_limited_a h3 {
	color: #fff;
	background: #0099CC;
	margin: 0 10px 15px;
	padding: 5px;
}
#top_course .or {
	margin: -20px 0;
	position: relative;
	_text-align: center;
	z-index: 2;
}
#top_limited_b {
	background: #ffd89d;
	width: 450px;
	float: right;
	padding: 15px 0;
	position: relative;
}
#top_limited_b h2 {
	color: #fff;
	background: #F09C1F;
	font-size: 18px;
	margin: 0 15px 15px;
	padding: 5px;
}
#top_limited_b h3 {
	color: #fff;
	background: #F09C1F;
	font-size: 16px;
	margin: 0 10px 15px;
	padding: 5px;	
}
#top_limited_b p {
	margin-bottom: 20px;
}
#top_limited_b #course_more {
	width: 420px;
	margin-bottom: 0;
}
#top_limited_b #course_more .course {
	background: #fff;
	padding: 0 0 5px;
	margin: 0 10px 10px 10px;
}

/*初回盤A
------------------- */
#limited_a h1{
	text-indent: -9999px;
	background: url(../images/main_a.jpg) no-repeat center top;
	width: 920px;
	height: 200px;
	margin: 0 auto;
}

/*初回盤B
------------------- */
#limited_b h1{
	text-indent: -9999px;
	background: url(../images/main_b.jpg) no-repeat center top;
	width: 920px;
	height: 200px;
	margin: 0 auto;
}

