@charset "UTF-8";

/*印刷対応用のスタイルシート*/
/*PC特有のデザインを最適化している（ナビゲーションの削除、ヘッダーのシンプル化、背景なし、用紙サイズ考慮 など）*/

/*PAGE
---------------------------------------------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	background-color: #fff;
	text-align: center;
	margin: 0mm;
	padding: 0mm;
}

#wrapper {
	text-align: left;
	position: relative;
	width: 100%;
	margin: 0mm auto;
	padding: 0mm;
}

#contents {
	text-align: left;
	width: 90%;
	margin-left: 10%;
	margin-top: 10mm;
}

h1 {
	font-size: 0px;
	background-image: url(../img_scheme/header_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	height: 80px;
	margin: 0px 0px 50px;
	padding: 0px 0px 10px;
	border-bottom: 3px solid #C93;
}


/*CONTENTS-LAYOUT
---------------------------------------------------------------------------------------*/


/* モダンブラウザ用clearfix
----------------------------------------------- */
.clearfix:after
{
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}


/* IE7用clearfix
----------------------------------------------- */
.clearfix
{
	min-height: 1px;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/* IE6以前用clearfix
----------------------------------------------- */
* html .clearfix
{
	height: 1px;/* なおかつMac IE4,5用clearfix
----------------------------------------------- */
/*\*//*/
height: auto;
overflow: hidden;
/**/
}


/*LINK
---------------------------------------------------------------------------------------*/

#sidemenu,
.top,
.go_contact,
.go_timetable,
.go_rule,
.instructor_thum
{
	display: none;
}


/*HOME
---------------------------------------------------------------------------------------*/

.flexslider {
	display: none;
}

div.banner2 {
	display: none;
}

div.info {
	padding: 10px;
	border: 1px solid #C93;
	font-size: 9pt;
	margin: 0px auto 40px;
}

.hide {
	display: none;
}

#footer {
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C93;
	margin-top: 10mm;
}

#footer p {
	color: #C93;
	font-size: 7pt;
	text-align: right;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
