@charset "UTF-8";

@media screen and (min-width: 900px){

/*
===========================================
 common
===========================================
*/

html{
	height: 100%;
}

body{
	height: 100%;
	background: #000;
}



img.bgmaximage{
	position:fixed !important;
}


body > #maincontent > #left {height:auto;}
body > #maincontent > #right {height:auto;}


#road{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	background: url(../img/bg_black.jpg) repeat 0 0;
	z-index: 500;
}

#road img{
	position: absolute;
	display:none;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 300px;
height: 300px;
}





#maincontent {
	top: 0px;
	left: 0;
	z-index: 50;
	width: 960px;
	background:url(../img/left_bg.png) repeat-y left top;
}

#left{
	float:left;
	left: 0;
	top: 0;
	z-index: 500;
	padding-left: 35px;
	width: 195px;
	min-height: 100%;
}

h1{
	margin-top: 20px;
	margin-bottom: 25px;
}

h1 a.logo02{
	display: none;
}


/* NAVI */

.tog{
	display:none;
}

#left ul.nav01{
	width: 195px;
	margin-bottom: 200px;
}

#left ul.nav01 li{
	width: 195px;
	display:block;
	margin-bottom: 15px;
}

#left ul.nav01 li a.na02{
	display:none;
}








#right{
	float:right;
	width: 700px;
	position: relative;
	min-height: 100%;
	
}

#right02{
	float:right;
	width: 660px;
	padding: 0px 20px 50px 20px;
	background:url(../img/conte_bg.png) repeat-y 0 0;
	color: #CCC;
	margin-bottom: 10px;
	min-height: 100%;
	
}

.head{
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	border-bottom: solid 1px #333333;
}

.cap_top{
	color:#FFF;
}


.copy{
	font-size: 10px;
	text-align:center;
	position: fixed;
	bottom:0;
	left: 0;
	background: #000;
	color: #999;
	background:#000;
	width: 100%;
}

.cap{
	color: #999;
	text-align: right;
	font-size: 12px;
	margin-bottom: 40px;
}



/*TOP
----------------------------*/

.main{
	width: 500px;
	height: 140px;
	text-align:center;
	font-size: 30px;
	color: #fff;
	margin-top: 300px;
	margin-left: 150px;
	font-family: "ro-shino-std";
}








/*===================================================================

 PAGE TOP

=====================================================================*/



#page-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
}
#page-top a {
	background: url(../img/page_top.png) no-repeat 0 0;
	width: 55px;
	height: 55px;
	display: block;
	text-indent: -9000px;
	overflow: inherit;
}
#page-top a:hover {
	background: url(../img/page_top.png) no-repeat 0 -55px;
}



#page-top02 {
	display: none !important;
}



/*
===========================================
 teacher
===========================================
*/

.teacherBox{
	width: 660px;
	margin-bottom: 30px;
}

.teacherBox div{
	float:left;
	width: 398px;
}

.teacherBox div h3{
	font-size: 22px;
	background: #1a1a1a;
	margin-bottom: 5px;
	color: #fff;
	border-bottom: solid 1px #333;
}

.teacherTxt01{
	font-size: 10px;
	margin-bottom: 20px;
}


.teacherPhoto{
	float:right;
	width: 242px;
}

.teacherPhoto{
	width: 240px;
	border: solid 1px #333;
}


.amTxt{
	background: #000;
	padding: 15px;
}


/*
===========================================
 course
===========================================
*/

.courseTxt01{
 color: #cc0000;
 font-size: 20px;
 border-bottom: dotted 1px #333333;
 margin-bottom: 10px;
}

.courseTxt02{
	margin-bottom: 30px;
}

.courseImg{
	width: 400px;
	margin: 0 auto;
}



/*
===========================================
 otokopiano
===========================================
*/

.otokoTxt{
	text-align:center;
	font-size: 16px;
}



/*
===========================================
 company
===========================================
*/

.comBox01{
	width: 660px;
	margin-bottom: 50px;
}

.comTxt{
	float:left;
	width: 448px;
}

.comPhoto{
	float:right;
	width: 182px;
}

.comPhoto img{
	display:block;
	width: 180px;
	border: solid 1px #666;
}


.comDl{
	width: 660px;
}

.comDl dt{
	float:left;
}

.comDl dd{
	padding-left: 100px;
	margin-bottom: 10px;
}


.comBox21{
	width: 660px;
	margin-bottom: 50px;
}

.comTxt21{
	margin-bottom: 30px;
}

.comPhoto21{
	width: 182px;
	margin: 0 auto;
}

.comPhoto img{
	display:block;
	width: 180px;
	border: solid 1px #666;
}

/*
===========================================
 movie
===========================================
*/

.movieTxt{
	 margin-bottom: 20px;
}


.movieDiv{
	width: 660px;
	margin-bottom: 30px;
}

.movieDiv div{
	float:left;
	width: 208px;
	margin-right: 18px;
}

.movieDiv div iframe{
	border: solid 1px #333333;
	margin-bottom: 5px;
}

.movieDiv div:nth-child(3n) {
	margin-right: 0;
}


.acImg{
	margin-bottom: 40px;
}

.acTxt02{
	background:000;
	padding: 15px;
	margin-bottom: 30px;
}



.plansBox{
	width: 660px;
}

.plansBox p{
	float:left;
	margin-right: 18px;
	border: solid 1px #333;
	margin-bottom: 20px;
}




.mapButton{
	display: none;
}



/*
===========================================
 contact
===========================================
*/

.contactTxt01{
	margin: 0 auto 15px auto;
}

.contactP01{
	 margin-bottom: 20px;
}

.contactP01 span{
 color: #990000;
}

.contact_table{
 width: 660px;
 border-top: solid 2px #9c0e14;
}



.contact_table th{
 border-bottom: solid 1px #d2d2d2;
 background: url(../../about/img/th_bg.gif) repeat 0 0;
 font-weight: bold;
 padding: 15px;
 width: 200px;
}

.contact_table th span{
 color: #990000;
}

.contact_table td{
 border-bottom: dotted 1px #d2d2d2;
 padding: 15px;

}

.contact_table td .input{
 border: solid 1px #BEBEBE;
 padding: 2px;
 width: 360px;
}

.contact_table td .entryWidth{
 border: solid 1px #BEBEBE;
 padding: 2px;
 width: 80px;
}

.contact_table td .input:focus{
 border: solid 1px #00AADB;
 background:#F1FCFF;
}

.contact_table td textarea{
 width: 380px;
 border: solid 1px #BEBEBE;
 padding: 2px;
}

.tipped{
 color:#cccccc;
}



.contact_table td .form_radio{
 line-height: 20px;
 position: relative;
}

.contact_table td .radio span{
 position: absolute;
 top: 2px;
 left: 20px;
 font-weight: bold;
}


/*
IE �ȊO
*/
:root *> .contact_table td .form_radio span{
 position: absolute;
 top: 0;
 left: 20px;
 font-weight: bold;
}



.contact_table td textarea:focus{
 border: solid 1px #00AADB;
 background:#F1FCFF;
}

.contact_table td .form_privacy{
 width: 360px;
 height: 200px;
 display: block;
 overflow: auto;
 font-size: 8pt;
 border: solid 1px #CCCCCC;
 padding: 5px;
}

.contact_table td .form_privacy .form_span01{
 font-weight: bold;
}

.contact_table td .form_doui{
 line-height: 20px;
 position: relative;
}

.contact_table td .form_doui span{
 position: absolute;
 top: 2px;
 left: 20px;
 font-weight: bold;
}


/*
IE �ȊO
*/
:root *> .contact_table td .form_doui span{
 position: absolute;
 top: 0;
 left: 20px;
 font-weight: bold;
}

.form_button{
 padding-left: 250px;
 padding-top: 10px;
	margin-bottom: 50px;
}

.form_button p{
 float: left;
 display: block;
}


.afterDiv{
 width: 618px;
 padding: 20px;
 border: dotted 1px #252525;
 margin: 0px auto 15px auto;
}



.afterP01{
 display: block;
 font-size: 8.6pt;
 font-weight: bold;
 margin-bottom: 10px;
}

.afterP01 span{
 font-size: 10pt;
}

.afterP02 span{
 color: #990000;
}

.afterP03{
 display: block;
 margin: 0px auto 0px auto;
 width: 190px;
 height: 41px;
}






















}