@charset "utf-8";

/* ---------------------------------------------------
taiken.css
ピックアップスクールの詳細ページ用CSS
--------------------------------------------------- */

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*------------------
種別ボックス
--------------------*/
ul#typeBox {
	margin: 10px 30px 5px 0;
	padding: 0;
	text-align: right;
}
ul#typeBox li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
/*------------------
メインイメージ
--------------------*/
.mainImgBox {
	margin: 0 30px 30px 30px;
}
.mainImgBox img {
	display: block;
	margin: 0;
	padding: 0;
}
.mainImgBox h3 {
	border-bottom: none;
}
/*------------------
カテゴリ分けボックス
--------------------*/
.categoryBox {
	margin: 0 30px 30px 30px;
}
/*------------------
「続きはこちら」ボタンボックス
--------------------*/
.nextBtnBox {
	clear: both;
	border-top: 20px solid #fff;
	text-align: center;
	margin-bottom: 30px;
}
/*------------------
フォーム
--------------------*/
h3.formTitle {
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
.formBox {
	margin: 20px 0 0 0;
}
.formBox p {
}
.formBox p.topmemo {
	margin: 11px 0;
	padding: 0;
	text-align: center;
	font-size: 85%;
}
.formBox p.bottommemo1 {
	margin: 15px 0;
}
.formBox p.bottommemo2 {
	margin: 11px 0;
	padding: 0;
}


@media (max-width: 640px) {
	/*------------------
	種別ボックス
	--------------------*/
	ul#typeBox {
		margin-left: 0;
		margin-right: 0;
	}
	/*------------------
	メインイメージ
	--------------------*/
	.mainImgBox {
		margin-left: 0
		margin-right: 0;
	}
	/*------------------
	カテゴリ分けボックス
	--------------------*/
	.categoryBox {
		margin-left: 0;
		margin-right: 0;
	}
	/*------------------
	フォーム
	--------------------*/
	.formBox p.topmemo {
		font-size: 85%;
	}

}