@charset "utf-8";



/* ---------------------------------------------------
school_detail.css
スクール詳細用CSS
--------------------------------------------------- */

/*------------------
メインイメージ
--------------------*/
.mainImgBox {
	margin: 0 30px 30px 30px;
}



/*------------------
バナー
--------------------*/
.bnrBox {
	margin: 30px;
	text-align: center;
}



/*------------------
カテゴリ分けボックス
--------------------*/
.categoryBox {
	clear: both;
	margin: 0 30px;
}

.categoryBox h3 {
	margin: 0;
	padding: 0;
}

.categoryBox p.ac {
	margin: 20px 0;
	text-align: center;
}

/*----------------------------------------------------
内容
------------------------------------------------------*/
div.item01 {
	width: 810px;
	margin: 10px 0 0 30px;
}

div.item01 p {
	margin: 0 0 20px 0;
	line-height: 150%;
}

div.item01 p.mrgn0 {
	margin-bottom:0;
}

div.item01 h4 {
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 10px;
	background: #f07a10;
	color: #fff;
	font-weight: bold;
}

div.item01 h5 {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 10px;
	border-left: 5px solid #ec1322;
	color: #ec1322;
	font-weight: bold;
}

/*レッスン風景*/
div.item02 {
	width: 810px;
	margin: 10px 0 0 30px;
	padding-top: 15px;
	background: #ededed;
}

div.item02 p {
	width: 405px;
	height: 250px;
	float: left;
	text-align: center;
}

div.item02 .cl {
	clear: both;
}

/*料金　背景なし*/
.item01 table {
	width: 500px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.item01 table th {
	margin: 0;
	padding: 5px;
	border: 1px solid #333;
	text-align: left;
	vertical-align: middle;
	background: #ffd5b0;
}

.item01 table td {
	margin: 0;
	padding: 5px;
	border: 1px solid #333;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

.item01 table td.bg2 {
	background: #fff9f3;
}

.item01 table.style02 {
	width: 370px;
	float: left;
	margin-right:30px;
}


/*インストラクター*/
div.item03 {
	width: 810px;
	margin: 10px 0 30px 30px;
	line-height: 150%;
}

div.item03 table {
	width: 810px;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

div.item03 table th {
	margin: 0;
	padding: 5px;
	border: 0;
	border-top: 2px solid #f07a10;
	border-bottom: 2px solid #f07a10;
	text-align: left;
	vertical-align: middle;
	font-size: 120%;
}

div.item03 table td {
	margin: 0;
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

div.item03 table td.bg2 {
	padding: 5px;
	background: #fff9f3;
	white-space: nowrap;
}

div.item03 table td.img {
	width: 170px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
	background: #fff;
}


/*基本情報*/
div.item04 {
	width: 810px;
	margin: 10px 0 30px 30px;
	line-height: 150%;
}

div.item04 table {
	width: 810px;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

div.item04 table th {
	margin: 0;
	padding: 5px;
	border: 1px solid #333;
	text-align: left;
	vertical-align: middle;
	background: #ffd5b0;
	white-space: nowrap;
}

div.item04 table td {
	margin: 0;
	padding: 5px;
	border: 1px solid #333;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

div.item04 table td.style02 {
	color: #f07a10;
	font-weight: bold;
	font-size: 120%;
}




/*------------------
フォーム
--------------------*/
.formBox {
	margin: 5px 0 0 107px;
}