/*  reset  */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*clearfix*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.wrapclearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.wrapclearfix {
  min-height: 1px;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
* html .wrapclearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*  共通部分  */
html{
	font-size: 62.5%;
}
body {
	font-size:1.5rem;
	color: #333;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	background: #fff url(../img/body_bg.jpg) repeat-x;
	line-height: 1.8;
	text-justify:inter-ideograph;
	text-align:justify;
}
body a:hover{
	color:#b22222;
}
a{
	color:#333;
}
#wrapper{
	width:960px;
	margin:0 auto;
	position: relative;
}
#headLeft{
	width:700px;
	margin-top:20px;
	margin-bottom:5px;
	float:left;
}
#headLeft h1{
	font-size:1.2rem;
	font-weight:700;
	margin-bottom: 0;
}
#headLeft p{
	margin-top: 15px;
	font-size:3rem;
	font-weight:700;
	line-height:1;
}
#headLeft p span{
	font-size:1.2rem;
	font-weight:100;
	margin-left: 10px;
}
#headLeft #logo{
	float:left;
 	margin:0 30px 0 0;
 	width:110px;
}
#logo img{
	width:100%;
}
#logo a:hover{
	border:none;
}
#headRight{
	float:right;
	margin-top:10px;
}
#headRight ul li{
	text-align:left;
}
#headRight p span{
	font-size:12px;
}

#headRight p a{
	display:block;
	color:#b22222;
}
#wrapper .contact_btn a:hover{
	color:#333;
}
.contact_btn{
	margin-top:10px;
	border: 2px solid #b22222;
	border-radius: 25px;
	text-align: center;
}
#wrapper .contact_btn a{
	display:block;
	width: 100%; 
	padding:5px 15px;
	text-decoration: none;
	font-weight: 700;	
	color: #b22222;
}
#logo a:hover{
	border:none;
}
.fbLogo{
	text-align: left;
	margin-top: 10px;
	background:url(../img/facebook_icon.png) no-repeat left center;
	background-size: 18px 18px;
	padding-left:25px;	
	font-size:1rem;
}
.twLogo{
	text-align: left;
	margin-top: 10px;
	background:url(../img/twitter_icon.png) no-repeat left center;
	background-size: 18px 18px;	
	padding-left:25px;	
	font-size:1rem;
}
.fbLogo a,
.twLogo a{
	text-decoration: none;
}
#gnav{
	width:960px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom: 10px;
	height:45px;	
	/*border-bottom: 1px solid #ccc;	*/
}
#gnav li{
	font-weight:700;
	color:#333;
	position:relative;
	width:137px;
	float:left;
	text-align:center;
	line-height:1.2;
	z-index:100;
}
#gnav li a{
	color:#333;	
	display:block;

	text-decoration: none;
}
#gnav li a:hover{
	border:none;
	color:#b22222;
}
#gnav span{
	font-size:1rem;
	color:#b22222;
	font-weight:400;
}
#mainContent a{
	color:#b22222;	
	font-size:1.2rem;
	text-decoration:underline;
}
#mainContent a:hover{
	color:#333;
}
main{
	margin-top:20px;
}
main h2{
	font-size:1.8rem;
	padding:8px 0;
	border-bottom:2px solid #b22222;
	margin-bottom:20px;
}
main h2{
	font-size:1.8rem;
	padding:8px 0;
	border-bottom:2px solid #b22222;
	margin-bottom:20px;	
}
.content a:hover{
	text-decoration:underline;
}
footer{
	background:url(../img/back1.png);
}
#fatFooter{
	height:160px;
	width:960px;
	margin:0 auto;
}
#fatFooter ul{
	float:left;
	width:137px;
	margin-top:10px
}
#fatFooter ul li{
	font-size:1.2rem;
	margin:10px 0;
}
#fatFooter ul li a{
	color:#fff;
	text-decoration:underline;	
}
#footerBottom{
	color:#fff;
  	margin:5px 15px;
	text-align:right
}
#footerBottom h3{
	display:inline;
	font-size:1.4rem;
}
#footerBottom p{
	font-size:1rem;
	display:inline;
	margin-left:10px;
}
.footHx{
	font-weight:700;
}
.bold{
	font-weight:700;
}
section{
	margin-bottom:20px;
}
hr{
	clear:both;
	border:none;
}
.border{
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
.font16{
	font-size:16px;
	font-weight:700;
}
.pdB10{
	padding-bottom:10px;
}
.pdB20{
	padding-bottom:20px;
}
.mgB10{
	margin-bottom:10px;
}
.mgB20{
	margin-bottom:20px;
}
.mgT10{
	margin-top:10px;
}
.mgT20{
	margin-top:20px;
}
.pdT100{
	padding-top:100px;
}
#wrapper .pdl0{
	padding-left:0;
}

/*----------
    Top以外共通部分
-------------------------*/
.content ul{
	margin:20px 0;
}
.content li:before{
	content:"■";
	color:#b22222;
	margin-right:10px;
} 
/*
.content ul li span{
	padding-left:25px;	
}

.content dl{
	margin:20px 20px 30px 20px;
}*/
.content dt{
	font-weight:700;
	margin:20px 0 10px 0;
}
.content p{
	margin:15px 0;
}

/*----------
    TOP
-------------------------*/
/*#topImages{
margin-top: 20px	
}*/
.instractor_box{
	margin-bottom: 20px;
}
.instractor_box img{
	width:10%;
	margin-right: 2%;
}
.instractor_box .top_instractor_rightbox{
	float:right;
	width:88%;
}
.instractor_box .top_instractor_rightbox p{
	margin-bottom: 15px;
}
.gotoPage,
.gotoLesson{
	margin-top: 20px;
	text-align:right;	
}
#mainLeft .gotoPage{
	margin:0;
	text-align:right;
}
#mainRight{
	width:460px;
	float:right;
	margin-top:20px;
}
#mainRight dl{
	margin:10px 0;
	height:180px;
	overflow-y:scroll;
}
#mainRight dt{
	font-weight:700;
	font-size:1.2rem;
	padding-left:15px;
}
#mainRight dd{
	padding-left:30px;
	margin-bottom:10px;
}
#main dd{
	padding-left:30px;
	margin-bottom:5px;
}
#mainRight li:before{
	content:"> ";
	color:#b22222;
} 
#fbpage{
	width:460px;
	text-align:center;
}

/*----------
    About EBMAS 
-------------------------*/
.emin img{
 	float:left;
	width:145px;
	height:200px;
	margin:0 20px 0px 10px;
	padding:5px;
	/*border:1px solid #ccc;*/
}
.emin .mgb0{
	margin-bottom:0;
}
/*----------
    About lesson START
-------------------------*/
#practiceImg img{
	padding:5px;
	margin:10px;
}
.practiceBox{
	float:left;
	margin-top:10px;
}
#introduction img{
 	float:left;
	width:145px;
	height:155px;
	margin:10px 20px 40px 0;
}
#introduction dl{
	float:left;
}
#biography ul{
 	margin:10px 0 0 0;
}
#biography p{
 	margin:0;
	font-weight:700;
}
#discoImgBox{
	margin:20px 0 40px 0; 
}
.ImgInsideBox{
	float:left;
	width:186px;
	height:200px;
	padding:5px;
	margin:10px;
	text-align:center;
}
.ImgInsideBox p{
	font-size:12px;
	margin:5px;
}
.messageHr{
	border:1px dotted #ccc;
	margin:20px;
}
.hxP{
	font-weight:700;
	font-size:16px;
	margin:0 0 0 30px;
}
/*----------
schedule and place
-------------------------*/
/*#calenderBox, #calender{
	height:450px;
	width:480px;
	margin:30px 0;
}
#calenderBox{
	float:left;
}
#calenderBox p{
	margin:10px 30px 0 0;
}
*/
#calender{
	margin-top:30px;
}
#mapBox{
	width:100%;
}
#gmap{
	width:100%;
	margin-top:30px;
}
#mapBox dd, #mapBox dt{
	display:inline;
}
#mapBox dt{
	margin:0 10px 0 20px;
}

/*----------
faq
-------------------------*/
#faqDl dt{	
	color:#333;
	font-weight:700;
	background:url(../img/question.png) no-repeat left top;
	padding-left:30px;
	border-bottom:1px dotted #ccc;
}
#faqDl dd{
	margin:10px 0 20px 0;
}
.voice {
padding-bottom:10px;
}
.voice dt{
	border-bottom:1px dotted #ccc;
	font-weight:700;
}
#faqDl .mgb0{
	margin-bottom:0;
}

/*----------
howtojoin
-------------------------*/
#pricelist th,#pricelist td{
	border:1px solid #ccc;
}
#pricelist th{
	vertical-align:middle;
	background:#eee;
	padding:5px;
}
#pricelist td{
	padding:5px;
}
#pricelist p{
	margin-top:0;
}
/*
go to top button
*/
.go-top {
   	 position: fixed; 
    bottom: 1em;
    	right: 2em;
    	display: none; 
}

body .go-top:hover{
	text-decoration:none;
filter: alpha(opacity=70);/*for ie 8 */
-webkit-opacity:.7;
   -moz-opacity:.7;
	opacity:.7;
}

/*
blog
*/
#wrapper #content .post h2{
	color:#b22222;
	padding:20px;
}

#wrapper #content .post h2 a {
	color:#b22222;
	font-size: 50px;
}



#news_box dt,
#news_box dd{
float:left;
}
#news_box dt{
	width:100px;
	clear: both;
}



.pcnone{
	display: none;
}
.spnone{
	display: block;
}

/*----------------------------------------------------
sp css
*/


@media screen and (max-width:748px) {
/*  共通部分  */
.spnone{
	display: none;
}
.pcnone{
	display: block;
}
#wrapper{
	width:94%;
	margin:0 auto;
	position:none;
	padding:0;
}
.contact_btn{
	width:70%;
	margin:0 auto;
}
#bottom_contact_btn{
	text-align: center;
	margin-bottom: 30px;
}
#bottom_contact_btn .contact_btn a{
	padding:10px 0;	
	font-size:1.6rem;	
}
#sp_header {
	text-align: center;
}
#sp_header h1{
	font-size:1.2rem;
	margin-bottom: 5px;
}
#sp_header p{
	font-weight: 700;
	font-size: 2.4rem;
	color: #b22222;	
}
#sp_header p span{
	color: #333;		
	font-weight: 300;
	font-size: 1rem;
	margin-left: 10px;
}

header {
  padding:10px 0 0 0;
}
#nav-drawer {
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 260px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content li{
	font-weight: 600;
	margin:20px 0;
	text-align: center;
}
#nav-content li a{
	text-decoration: none;
}
#nav-content .contact_btn{
	margin:0 auto;
	text-align: center;	
}
#nav-content .contact_btn a{
	margin:0;
	padding:10px 10px 10px 0;
	text-align: center;	
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}








#fatFooter{
	height:auto;
	width:100%;
	margin:0 auto;
	padding: 10px 0;
}
#fatFooter ul{
	float:none;
	width:100%;
	margin-top:10px
}
#fatFooter ul li{
	float:left;
	font-size:1rem;
	margin:10px 20px;
}
#footerBottom{
	text-align:center;
}

#footerBottom h3{
	display:block;
}
#footerBottom p{
	display:block;
	margin-left:0;
}
/*----------
    Top以外共通部分
-------------------------*/
main{
	margin-top: 5px;
}
*/
/*----------
    TOP
-------------------------*/
#topImages{
margin-top: 10px	
}
.instractor_box{
	margin-bottom: 20px;
	text-align: center;
}
.instractor_box img{
	width:30%;
	margin: 0 auto;
}
.instractor_box .top_instractor_rightbox{
	float:none;
	width:100%;
}
.instractor_box .top_instractor_rightbox p{
	margin-bottom: 15px;
	text-align: left;
}
.instractor_rightbox .gotoPage,
#instractor .top_instractor_rightbox .gotoLesson{
	margin-top: 20px;
	text-align:right;	
}
#mainLeft .gotoPage{
	margin:0;
	text-align:right;
}
#mainRight{
	width:460px;
	float:right;
	margin-top:20px;
}
#mainRight dl{
	margin:10px 0;
	height:180px;
	overflow-y:scroll;
}
#mainRight dt{
	font-weight:700;
	font-size:1.2rem;
	padding-left:15px;
}
#mainRight dd{
	padding-left:30px;
	margin-bottom:10px;
}
#main dd{
	padding-left:30px;
	margin-bottom:5px;
}
#mainRight li:before{
	content:"> ";
	color:#b22222;
} 
#fbpage{
	width:460px;
	text-align:center;
}
#news_box dt,
#news_box dd{
float:none;
}
#news_box dt{
	width:100%;
	clear: both;
}

/*----------
    About EBMAS START
-------------------------*/
.emin img{
 	float:left;
	width:145px;
	height:200px;
	margin:0 20px 0px 10px;
	padding:5px;
	border:1px solid #ccc;
}
.emin .mgb0{
	margin-bottom:0;
}
/*----------
    About lesson START
-------------------------*/

.practiceBox{
	text-align: center;		
	float:none;
}
.practiceBox img{
 	float:none;
	width:70%;
	height:auto;
	margin:0 auto;
	text-align: center;	
}
.practiceBox p,
.practiceBox h3{
	text-align: left;		
}
#introduction{
	text-align: center;	
	margin-bottom: 30px;
}
#introduction img{
 	float:none;
	width:50%;
	height:auto;
	margin:0 auto;
}
#introduction dl{
	float:none;
}

#introduction dt,
#introduction dd{
	text-align: left;	
}
#biography ul{
 	margin:10px 0 0 0;
}
#biography p{
 	margin:0;
	font-weight:700;
}
#discoImgBox{
	margin:20px 0 40px 0; 
}
.ImgInsideBox{
	float:left;
	width:186px;
	height:200px;
	padding:5px;
	margin:10px;
	text-align:center;
}
.ImgInsideBox p{
	font-size:12px;
	margin:5px;
}
.messageHr{
	border:1px dotted #ccc;
	margin:20px;
}
.hxP{
	font-weight:700;
	font-size:16px;
	margin:0 0 0 30px;
}
/*----------
schedule and place
-------------------------*/
/*#calenderBox, #calender{
	height:450px;
	width:480px;
	margin:30px 0;
}
#calenderBox{
	float:left;
}
#calenderBox p{
	margin:10px 30px 0 0;
}
*/
#calender{
	margin-top:30px;
}
#mapBox{
	width:100%;
}
#gmap{
	width:100%;
	margin-top:30px;
}
#mapBox dd, #mapBox dt{
	display:inline;
}
#mapBox dt{
	margin:0 10px 0 20px;
}

/*----------
faq
-------------------------*/
#faqDl dt{	
	color:#333;
	font-weight:700;
	background:url(../img/question.png) no-repeat left top;
	padding-left:30px;
	border-bottom:1px dotted #ccc;
}
#faqDl dd{
	margin:10px 0 20px 0;
}
.voice {
padding-bottom:10px;
}
.voice dt{
	border-bottom:1px dotted #ccc;
	font-weight:700;
}
#faqDl .mgb0{
	margin-bottom:0;
}

/*----------
howtojoin
-------------------------*/
#pricelist th,#pricelist td{
	border:1px solid #ccc;
}
#pricelist th{
	vertical-align:middle;
	background:#eee;
	padding:5px;
}
#pricelist td{
	padding:5px;
}
#pricelist p{
	margin-top:0;
}
/*
go to top button
*/
.go-top {
   	 position: fixed; 
    	bottom: 1em;
    	right: 2em;
    	display: none; 
}

body .go-top:hover{
	text-decoration:none;
filter: alpha(opacity=70);/*for ie 8 */
-webkit-opacity:.7;
   -moz-opacity:.7;
	opacity:.7;
}

/*
blog
*/
#wrapper #content .post h2{
	color:#b22222;
	padding:20px;
}

#wrapper #content .post h2 a {
	color:#b22222;
	font-size: 50px;
}


}
