@charset "utf-8";



/* ---------------------------------------------------
school_detail.css
スクール詳細用CSS
--------------------------------------------------- */

/*------------------
メインイメージ
--------------------*/
.mainImgBox {
	height: 420px;
	margin: 0 30px;
	background: url(../img/bg_top.jpg) no-repeat left top;
	color: #666;
	text-align: left;
}

.mainImgBox img {
	display: block;
	margin: 0;
	padding: 0;
}

.mainImgBox p	{
	width: 480px;
	margin: 15px 0 0 12px;
	padding: 0;
	line-height: 1.5em;
}



/*------------------
カテゴリ分けボックス
--------------------*/
.categoryBox {
	margin: 0 30px;
}

.categoryBox h3 {
	margin: 0;
	padding: 0;
}


/*----------------------------------------------------
レッスン
------------------------------------------------------*/
div.ptext1 {
	width: 810px;
	margin: 10px 0 0 30px;
}

div.ptext2 {
	width: 810px;
	margin: 10px 0 20px 30px;
}

div.lesson1 {
	width: 810px;
	height: 275px;
	margin: 0 0 0 30px;
	padding: 0;
	background: url(../img/lesson_bg1.jpg) no-repeat left top;
}

div.lesson1 h4 {
	margin: 0;
	padding: 31px 0 0 9px;
}

div.lesson1 div.lessonText {
	width: 570px;
	padding: 10px 0;
	line-height: 1.5em;
}

div.lessonText p {
	margin: 10px 20px;
}

div.lesson2 {
	width: 810px;
	height: 240px;
	margin: 0 0 20px 30px;
	padding: 0;
	background: url(../img/lesson_bg2.jpg) no-repeat left top;
}

div.lesson2 h4 {
	margin: 0;
	padding: 8px 0 0 8px;
}

div.lesson2 div.lessonText {
	width: 500px;
	padding: 10px 0;
	line-height: 1.5em;
}

h3.lesson3 {
	width: 840px;
	height: 51px;
	background: url(../img/lesson_bg3.jpg) no-repeat right top;
}

div.lesson3 {
	width: 810px;
	margin: 0 0 0 30px;
	padding: 0;
}

div.lesson3 h4 {
	margin: 0;
	padding: 0;
}





/*----------------------------------------------------
インストラクター
------------------------------------------------------*/
ul.instructor {
	width: 810px;
	margin: 10px 0 10px 30px;
	padding: 0;
	border: 0;
}

ul.instructor li {
	clear: both;
	margin: 0;
	padding: 10px 0 10px 9px;
	list-style: none;
	font-size: 77%;
	line-height: 1.5;
}

ul.instructor li strong {
	color: #02224d;
	font-weight: bold;
}

ul.instructor li img {
	padding-right: 20px;
}


/*----------------------------------------------------
料金
------------------------------------------------------*/
div.priceWrap {
	margin: 0 0 0 30px;
}

div.priceBox {
	float: left;
	width: 810px;
	background: #ebebeb;
	padding-bottom: 10px;
	border-top: 20px solid #fff;
}

div.wrap3 div.priceBox {
	width: 810px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background: #ebebeb;
}

div.priceBox h4 {
	margin: 0;
	padding: 10px 0 10px 13px;
}

div.priceBox dl {
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
}

div.priceBox dt {
	float: left;
	width: 125px;
	margin: 3px 0;
	padding: 0;
	background: url(../img/mark_price.gif) no-repeat 13px 1px;
	text-indent: 28px;
}

div.priceBox dd {
	float: left;
	width: 672px;
	margin: 3px 0;
	padding: 0;
}



/*----------------------------------------------------
detail.html
content > main > campbnr
------------------------------------------------------*/
div.campbnr {
	clear: both;
	text-align: center;
}

div.campbnr h4 {
	margin: 0;
	padding: 20px 0 40px 0;
}

div.campbnr img {
	margin: 0;
	padding: 0;
}



/*----------------------------------------------------
詳細
------------------------------------------------------*/
div.detailTableBox {
	margin: 20px 0 20px 30px;
}


/*----------------------------------------------------
detail.html
content > main > table共通
------------------------------------------------------*/
div.detailTableBox table {
	width: 810px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	background: #fff;
	color: #666;
}

div.detailTableBox table th {
	width: 175px;
	padding: 5px;
	background: #f5f2f2;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	text-align: left;
	vertical-align: top;
}

div.detailTableBox table td {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	text-align: left;
	vertical-align: top;
}

div.detailTableBox table td.name {
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	color: #9b002c;
	font-weight: bold;
}

div.detailTableBox table strong {
	color: #9b002c;
	font-weight: bold;
}


/*----------------------------------------------------
detail.html
content > main > detail
------------------------------------------------------*/
div.timeBox {
	margin: 20px 0 20px 100px;
}

div.timeBox table {
	width: 650px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	background: #fff;
	color: #666;
}

div.timeBox table th {
	width: 175px;
	padding: 5px;
	background: #f5f2f2;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	text-align: left;
	vertical-align: top;
}

div.timeBox table td {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	text-align: left;
	vertical-align: top;
}





/*----------------------------------------------------
追加
------------------------------------------------------*/
div.plusBox {
	width: 810px;
	margin: 40px 11px 40px 30px;
	padding: 0;
	border: 1px solid #e2e2e2;
}

div.plusBox div.txt {
	margin: 0 0 5px 0;
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
	background: #f7f7f7;
}

div.plusBox div.icn {
	margin: 0;
	padding: 10px;
}



/*----------------------------------------------------
フォームタイトル
------------------------------------------------------*/
.categoryBox h3.formTitle {
	width: 810px;
	margin: 40px 0 0 30px;
	padding: 0;
	text-align: center;
}

.formBox {
	margin: 20px 0 0 100px;
}