@charset "utf-8";
/* CSS Document */


/*****************************************************************
	瓢箪山校の場合
*****************************************************************/

.school_navi1 a{
	width:101px;
	background-position:0 -140px;
}

/*****************************************************************
	ナビ(FOR BEGINNERS)
*****************************************************************/

.navi2 a{
	width:125px;
	background-position:-59px -160px;
}


/*****************************************************************
	初心者の方へ
*****************************************************************/

#beginners{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.title01{
	width:100%;
	height:45px;
	border-bottom:10px solid #ff2600;
	float:left;
}

.title01 h2{
	font-size:3.1em;
	font-weight:normal;
	color:#000000;
	line-height:45px;
	text-indent:-3px;
}

/*****************************************************************
	
*****************************************************************/

.beginners_img{
	width:100%;
	margin:20px 0 0 0;
	float:left;
}

.lesson_fee{
	width:470px;
	height:100px;
	background:#666666;
	margin:40px 245px 0 245px;
	float:left;
}

.lesson_fee_l{
	width:200px;
	height:100px;
	background:#cccccc;
	border:1px solid #000000;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	float:left;
}

.lesson_fee_l p{
	font-size:1em;
	line-height:100px;
	text-align:center;
}

.lesson_fee_r{
	width:270px;
	height:100px;
/*↓キャンペーンver*/
/*	padding:20px 0 20px 0;*/
/*↑キャンペーンver*/
	background:#ffffff;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	float:left;
}

/*↓通常ver*/
.lesson_fee_r p{
	font-size:1em;
	line-height:100px;
	text-align:center;
}
/*↑通常ver*/

/*↓キャンペーンver*/
/*
.lesson_fee_r p{
	font-size:1em;
	line-height:30px;
	text-align:center;
}

.lesson_fee_r p span{
	color:#ff0000;
}

.lesson_fee_caution{
	width:100%;
	float:left;
}

.lesson_fee_caution p{
	font-size:0.75em;
	text-align:center;
}
*/
/*↑キャンペーンver*/


/*↓3月木曜体験無料キャンペーンver2*/
/*
.lesson_fee_campaign{
	width:100%;
	margin:20px 0 0 0;
	float:left;
}

.lesson_fee_campaign p{
	font-size:1em;
	text-align:center;
	line-height:30px;
}

.lesson_fee_campaign p span{
	color:#ff2600;
}
*/
/*↑3月木曜体験無料キャンペーンver2*/

.lesson_special{
	width:100%;
	margin:40px 0 0 0;
	float:left;
}

.lesson_special ul{
	width:100%;
	float:left;
}

.lesson_special li{
	font-size:1em;	
	text-align:center;
	margin:10px 0 0 0;
}

.lesson_special li span{
	font-weight:bold;
}

.lesson_special li:first-child{
	margin:0;
}























