@charset "UTF-8";

@media screen and ( max-width: 640px ){

/*
===========================================
 common
===========================================
*/


body{
	-webkit-text-size-adjust: 100%;
	background:#000;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
-webkit-tap-highlight-color: rgba(0,0,0,0.5);
}

html{
	height: 100%;
}

body{
	height: 100%;
}

#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;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 300px;
height: 300px;
	z-index: 600;
}

img.bgmaximage{
	position:fixed !important;
}

body > #maincontent > #right {height:auto;}

#maincontent {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}

#left{
	position: fixed;
	width: 100%;
	background: #000000;
	border-bottom: solid 1px #333;
}

h1{
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 a.logo01{
	display: none;
}

h1 img{
max-width: 100%;
height: auto;
width /***/:auto;
	width: 30%;
	z-index: 100;
}

/* NAVI */

.tog{
	width: 30px;
	display:block;
	float:right;
	padding-right: 20px;
	padding-top: 15px;
	color: #ccc;
}

.tog img{
max-width: 100%;
height: auto;
width /***/:auto;
	z-index: 100;
}

#left div{
	clear:both;
	width: 100%;
	display: none;
}

#left div ul{
	width: 100%;
	background: #000;
}

#left div li{
	text-align:center;
	width: 100%;
	background: #000;
	border-bottom: solid 1px #333;
}


.fade a.na01{
	display:none !important;
}



.fade a.na02{
	display:block;
	width: 100%;
	padding: 10px 0;
}


.fade a.na02:link{
 color: #ffffff;
 text-decoration:none;
}

.fade a.na02:visited{
 color: #ffffff;
 text-decoration: none;
}

.fade a.na02:hover{
 color: #ffffff;
 text-decoration: none;
}

.fade a.na02:active{
 color: #ffffff;
 text-decoration: none;
}




#right{
	width: 96%;
	padding: 0% 2% 0 2%;
	margin-top: 70px;
	
}

#right02{
	width: 96%;
	padding: 0 2% 0 2%;
	background:url(../img/conte_bg.png) repeat 0 0;
	color: #CCC;
	padding-bottom: 100px;
	margin-top: 70px;
	
}

.head{
	font-size: 20px;
	color: #fff;
	border-bottom: dotted 1px #fff;
	margin-bottom: 15px;
}

.copy{
	font-size: 10px;
	text-align:center;
	position: fixed;
	bottom:0;
	left: 0;
	background: #000;
	color: #999;
	background:#000;
	width: 100%;
	z-index: 100;
}

.cap_top{
	color: #999;
	text-align: right;
	font-size: 10px;
	margin-bottom: 100px;
	border-bottom: dotted 1px #666;
	text-align:center;
}

.cap{
	color: #999;
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #666;
	text-align:center;
}



/*TOP
----------------------------*/

.main{
    width: 100%;
	margin: 30px 0 0 0;
	text-align:center;
	font-size: 20px;
	color: #fff;
	font-family: "ro-shino-std";
}





/*===================================================================

 PAGE TOP

=====================================================================*/



#page-top {
	display:none !important;
}



/*=====================================

  Page top2
 
===========================================*/

/* page-top */
#page-top02 {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 800;
}
#page-top02 a {
	display: block;
	width: 40px;
	height: 40px;
	background-color:rgba(0,0,0,0.5);
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
}

#page-top02 a img{
	width: 40px;
	height: 40px;
	
}


/*
===========================================
 teacher
===========================================
*/

.teacherBox{
	width: 100%;
	margin-bottom: 30px;
}

.teacherBox div{
	width: 100%;
}

.teacherBox div h3{
	font-size: 16px;
	background: #1a1a1a;
	margin-bottom: 5px;
	color: #fff;
	border-bottom: solid 1px #333;
}

.teacherTxt01{
	font-size: 10px;
	margin-bottom: 10px;
}

.teacherTxt02{
	margin-bottom: 15px;
}


.teacherPhoto{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.teacherPhoto img{
	max-width: 242px;
	border: solid 1px #333;
}


/*
===========================================
 course
===========================================
*/

.courseTxt01{
 color: #cc0000;
 font-size: 16px;
 border-bottom: dotted 1px #333333;
 margin-bottom: 10px;
}

.courseTxt02{
	margin-bottom: 30px;
}

.courseImg{
	width: 100%;
	margin: 0 auto;
}

.courseImg img{
	width: 100%;
}


/*
===========================================
 otokopiano
===========================================
*/

.otokoTxt{
	width:100%;
	text-align:center;
	font-size: 12px;
}


/*
===========================================
 company
===========================================
*/

.comBox01{
	width: 100%;
	margin-bottom: 50px;
}

.comTxt{
	width: 100%;
	margin-bottom: 20px;
}


.comPhoto{
	display:block;
	max-width: 180px;
	border: solid 1px #666;
	margin: 0 auto;
}


.comPhoto img{
max-width: 100%;
height: auto;
width /***/:auto;
	width: 100%;
	z-index: 100;
}


.comDl{
	width: 100%;
}

.comDl dt{
	margin-bottom: 5px;
	border-bottom: dotted 1px #333;
}

.comDl dd{
	margin-bottom: 10px;
}

.comBox21{
	width: 100%;
	margin-bottom: 50px;
}

.comTxt21{
	width: 100%;
	margin-bottom: 20px;
}

.comPhoto21{
	display:block;
	max-width: 180px;
	border: solid 1px #666;
	margin: 0 auto;
}


.comPhoto21 img{
max-width: 100%;
height: auto;
width /***/:auto;
	width: 100%;
	z-index: 100;
}

/*
===========================================
 movie
===========================================
*/

.movieTxt{
	 margin-bottom: 20px;
}


.movieDiv{
	width: 100%;
}

.movieDiv div{
	width: 208px;
	margin-bottom: 20px !important;
	margin: 0 auto;
}

.movieDiv div iframe{
	border: solid 1px #333333;
	margin-bottom:5px;
}





.plansBox{
	width: 100%;
	text-align:center;
}

.plansBox p{
	width: 100%;
	margin-bottom: 20px;
}

.plansBox p img{
	border: solid 1px #333;
}

.acImg{
	width: 100%;
	margin-bottom: 40px;
	text-align:center;
}

.acImg img{
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}

.acTxt02{
	background:000;
	padding: 15px;
	margin-bottom: 30px;
}

.map{
	display: none;
}



.mapButton{
 display: block;
 width: 96%;
 margin: 0 auto 30px auto;
 font-size: 16px;
 text-align: center;
 border: solid 1px #FFF;
 border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
 background: -webkit-gradient(linear, left bottom, left top, from(#E1E1E1),color-stop(0.5, #FFF),to(#FFFFFF));
 background: -moz-linear-gradient(bottom, #E1E1E1,#FFFFFF 50%,#FFFFFF) ;
 -moz-box-shadow: inset 0px 0px 3px #333333;
 -webkit-box-shadow: inset 0px 0px 3px #333333;
 box-shadow: inset 0px 0px 3px #333333;
 font-weight: bold;
}

.mapButton a{
 display: block;
 color: #6b3d26;
 padding: 10px 0px;
 -moz-text-shadow: 0px 1px 1px #FFFFFF;
 -webkit-text-shadow: 0px 1px 1px #FFFFFF;
 text-shadow: 0px 1px 1px #FFFFFF;
 text-decoration: none;
}

.map{
	display: none;
}

/*
===========================================
 contact
===========================================
*/


.contactTxt01{
	margin: 0 auto 15px auto;
}

.contactP01{
	 margin-bottom: 20px;
}

.contactP01 span{
 color: #990000;
}

.contact_table{
 width: 100%;
 border-top: solid 2px #9c0e14;
}

/*強制的に縦に*/

.contact_table tr{
display: block;
list-style: none;
}

/**/



.contact_table th{
 border-bottom: solid 1px #d2d2d2;
 background: url(../../about/img/th_bg.gif) repeat 0 0;
 font-weight: bold;
 padding: 15px;
 display: list-item;
}

.contact_table th span{
 color: #990000;
}

.contact_table td{
 border-bottom: dotted 1px #d2d2d2;
 padding: 15px;
 display: list-item;

}

.contact_table td .input{
 border: solid 1px #BEBEBE;
 padding: 2px;
 width: 100%;
}

.contact_table td .entryWidth{
 border: solid 1px #BEBEBE;
 width: 80px;
 padding: 2px;
}

.contact_table td .input:focus{
 border: solid 1px #00AADB;
 background:#F1FCFF;
}

.contact_table td textarea{
 width: 100%;
 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: 96%;
 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-top: 10px;
	margin-bottom: 50px;
}

.form_button p{
 float: left;
 display: block;
}


.afterDiv{
 width: 80%;
 padding: 20px;
 border: dotted 1px #252525;
 margin: 0px 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;
 width: 190px;
 height: 41px;
}

















}