@charset "utf-8";



/* ---------------------------------------------------
school_detail.css
スクール詳細用CSS
--------------------------------------------------- */
.taikenwrap,
.taikenwrap p,
.taikenwrap table th,
.taikenwrap table td {
	color: #000;
}
.taikenwrap #typeBox {
	margin-right: 0;
}
.taikenwrap h2 {
	margin: 0;
	padding: 0;
	background: transparent !important;
	background-image: none !important;
}
.taikenwrap h3 {
	margin: 0;
	padding: 0;
	border: none !important;
}
.taikenwrap .red {
	color: #f00;
}
.taikenwrap table th {
	background-color: #f7f7f7;
	font-weight: bold;
}
.taikenwrap table,
.taikenwrap table th,
.taikenwrap table td {
	border-color: #999;
}

.taikenwrap .sponly {
	display: none;
}


/*------------------
メニュー
--------------------*/
ul.menuLinkBox {
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: right;
}

ul.menuLinkBox li {
	display: inline;
	margin: 0;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(../images/arw.gif) no-repeat left center;
}


/*------------------
メインイメージ
--------------------*/
.mainImgBox {
	margin: 0 0 30px 0;
}



/*------------------
バナー
--------------------*/
.bnrBox {
	margin: 0 0 30px 0;
	text-align: center;
}



/*------------------
カテゴリ分けボックス
--------------------*/
.categoryBox {
	clear: both;
	margin: 30px 0;
}

.taikenwrap .categoryBox h3 {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 10px;
	border-left: 10px solid #1b4c00 !important;
	color: #1b4c00;
	font-size: 120%;
}

.categoryBox p.ac {
	margin: 20px 0;
	text-align: center;
}

/*----------------------------------------------------
内容
------------------------------------------------------*/
div.item01 {
	width: 810px;
	margin: 10px 0 20px 30px;
}

div.item01 p {
	margin: 0 0 20px 0;
	line-height: 150%;
}
div.item01 .img3 {
	float: right;
	margin-left: 20px;
}

div.item01 h4 {
	margin: 0 0 15px 0;
	padding: 2px 0 2px 10px;
	border-left: 5px solid #1b4c00;
	color: #1b4c00;
	font-weight: bold;
	font-size: 100%;
}

div.item02 {
	margin: 0 0 20px 0;
	background: #ededed;
}

div.item02 h5 {
	margin: 0 20px 20px 20px;
	padding: 20px 0 3px 10px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 100%;
}

div.item02 p {
	margin: 20px 30px;
}

div.item02 p.img01 {
	margin: 20px;
	text-align: center;
}

.bgbox01 {
	padding-top:20px;background:url(../images/beginner_bg.jpg) no-repeat right top;
}

div.item03 {
	margin: 0 0 20px 0;
	padding: 20px 0;
	background: #ededed;
}
div.item03_mgnt70 {
	margin-top: 70px;
}
div.item03 h5 {
	margin: 0 20px 5px 20px;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 100%;
}

div.item03 p {
	margin: 5px 30px;
}

div.item03 p.style2 {
	margin-bottom: 30px;
}

div.item03 table {
	width: 700px;
	margin: 0 0 0 50px;
	padding: 0;
	border-collapse: collapse;
}

div.item03 table td,
div.item03 table th {
	margin: 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
}

div.item03 table th {
	background: #daefd1;
	font-weight: bold;
	color: #000;
}


/* プロ */
#pro .item01 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#pro .item01 .leftbox {
	float: left;
	width: 550px;
}
#pro .item01 .rightbox {
	float: right;
	width: 240px;
}
#pro .bordertop {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

/* 選ばれる理由 */
.item01_rsn {
	width: 810px;
	margin: 10px 0 20px 30px;
	border: 1px solid #ccc;
}
.item01_rsn .set {
	float: left;
	width: 202px;
}
.item01_rsn .set p {
	margin: 0 15px 10px 16px;
	padding: 0;
	line-height: 1.5;
}
.item01_rsn .set p.img {
	margin: 10px 0 7px 5px;
}
.item01_rsn .set p strong {
	color: #c3161a;
}



/*------------------
案内
--------------------*/
.dataBox {
	margin: 20px;
	padding: 0;
}

.dataBox p {
	margin: 0 0 10px 48px;
}

.dataBox h4 {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #439cdf;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}

.dataBox span.headline {
	display: block;
	margin: 0 0 3px 48px;
	font-weight: bold;
}

table.data {
	width: 614px;
	margin: 0 0 20px 48px;
	padding: 0;
	border-collapse: collapse;
}

table.data td,
table.data th {
	margin: 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
}

table.data th {
	background: #ededed;
	font-weight: bold;
}

table.data .alleft {
	text-align: left;
	padding: 3px 7px;
}

table.data .alright {
	text-align: right;
	padding: 3px 7px;
}

table.data .size1 {
	width: 45px;
}

table.data .size2 {
	width: 100px;
}

table.data .size3 {
	width: 200px;
}

table.data .size4 {
	width: 300px;
}



/*------------------
フォーム
--------------------*/
.formBox {
/*	margin: 5px 0 0 107px;*/
}



/* 201510 */
.set01bordert {
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}
.set01 h4 {
	color: #bd131f;
	font-size: 120%;
}
.set01 h4 span {
	padding: 5px;
	background: #bd131f;
	color: #fff;
}
.set01 .img {
	float: left;
	margin: 0 20px 0 0;
}
.set02 h4,
.set03 h4 {
	margin: 0 0 15px 0;
	padding: 2px 0 2px 10px;
	border-left: 5px solid #1b4c00;
	color: #1b4c00;
	font-weight: bold;
	font-size: 100%;
}
.set02 table th {
	width: 30%;
}
.set03 {
	margin-bottom: 30px;
}
.set01 table td.ta_c,
.set03 table td {
	text-align: center;
}

@media (max-width: 640px) {
	.taikenwrap .sponly {
		display: block;
	}
	.taikenwrap .pconly {
		display: none;
	}

	ul.menuLinkBox {
		margin-left: 0;
		margin-right: 0;
		text-align: left;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.mainImgBox {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.categoryBox {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.categoryBox .sec {
		margin: 0;
		padding: 0px;
	}
	.bnrBox {
		margin-left: 0;
		margin-right: 0;
	}

	div.item01 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	div.item01 .img3 {
		display: none;
	}
	div.item02 h5 {
		margin-left: 0;
	}
	div.item02 p {
		margin-left: 0;
		margin-right: 0;
	}
	div.item02 p.img01 {
		margin-left: 0;
		margin-right: 0;
	}
	.bgbox01 {
		background-image: none;
	}
	div.item03_mgnt70 {
		margin-top: 0px;
	}
	div.item03 h5 {
		margin-left: 0;
	}
	div.item03 p {
		margin-left: 3%;
		margin-right: 3%;
	}

	div.item03_tablewrap {
		background: #fff;
		padding-top: 0;
	}
	div.item03 table {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
		border-collapse: collapse;
	}

	div.item03 table.table01 td,
	div.item03 table.table01 th {
		display: block;
	}
	div.item03 table.table01 td:empty,
	div.item03 table.table01 th:empty {
		display: none;
	}


	/* プロ */
	#pro .item01 .leftbox {
		float: none;
		width: auto;
	}
	#pro .item01 .rightbox {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#pro .bordertop {
		border-top: 1px solid #ccc;
		padding-top: 20px;
	}

	/* 選ばれる理由 */
	.item01_rsn {
		width: 100%;
		margin: 10px 0 20px 0;
		padding: 1px 0;
		border: none;
		background: #ededed;
	}
	.item01_rsn .set {
		float: none;
		width: auto;
		margin: 5px 2%;
	}
	.item01_rsn .set p {
		margin: 0 0 10px 0;
	}
	.item01_rsn .set p.img {
		display: none;
	}

	.set01 .img {
		float: none;
		margin: 0 10px 0 0;
		text-align: center;
	}
	.set02 table th {
		width: auto;
	}
	.set02 table th,
	.set02 table td {
		display: block;
	}

}