@charset "utf-8";
/* CSS Document */

/*　共通設定--------------------------------　*/

html {
	/* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
	margin:0 ;
	padding: 0 ;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	}

/*　背景のボックスが必要な場合のみ設定  */
#back {
}

p {font-size:85%;
	line-height:1.8em;
	margin:0;
	}

strong {font-weight:bold}

img {border:0;
	/* width: 100%; */
}

hr{
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;

/* hr 左右グラデ表示用設定
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); */}
    
table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

.sp-only{
	display: none;
}





/*　ヘッダー--------------------------------　*/

#head { 
	background:#fff;
	height:75px;
	width:100%;
	max-width:940px;	
	margin:0 auto 30px auto;
	padding:35px 0 20px 0 ;
}

/* logo */
#head h1 {
	margin:0px auto 0 auto;
/*	float:left;*/
	}
#head h1 a{
/*	float:left;*/
	display:block;
	height:75px;
	width:357px;
	margin:0px;
	background:url(../img/common_logo.png) no-repeat ;
	}
#head h1 a span{
	display:none;}




/* ヘッダーナビ */
#head #head-navi {
	float:right;
	height:21px;
	width:auto;
	margin:0px 0 0 0;
	text-align:right;
}
#head #head-navi li {
	float:left;
	font-size:90%;
	color:#666;
	line-height:1.8em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#head #head-navi li a {
	margin-right:10px;
	margin-left:10px;
	padding-left:10px;
	color:#333;
	text-decoration:none;
	background:url(../img/common_head_li.gif) no-repeat left 3px;
	}

#head #head-navi li#ameblo a ,
#head #head-navi li#fb a ,
#head #head-navi li#insta a {
	margin:0 0 0 9px;
	display:block;
	width:21px;
	height:21px;
	padding:0;
	}
#head #head-navi li#ameblo a {
	margin:0 0 0 20px;
	}

#head #head-navi #ameblo a span ,
#head #head-navi #fb a span ,
#head #head-navi #insta a span {
	display:none;
	}

#head #head-navi #ameblo a {	
	background:url(../img/common_head_ameblo.gif) no-repeat ;
}
#head #head-navi #fb a {	
	background:url(../img/common_head_fb.gif) no-repeat ;
}
#head #head-navi #insta a {	
	background:url(../img/common_head_insta.gif) no-repeat ;
}






/*　ビジュアル--------------------------------　*/

#visual {
	width: 100%;
	max-width: 900px;
	height:600px;
	margin:0px auto 0px auto ;
	padding: 10px 0 0 0;
	clear:both;
	position:relative;
	z-index:1; /* naviが下に重なるのを防ぐ */
 }




/*　ページビジュアル　--------------------------------　*/

#title {
	width:100%;
	height: 0;
	padding-top: calc(230 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */	
	margin:0px 0px 0px 0px ;
	position:relative;
	z-index:1;/* naviが下に重なるのを防ぐ */
	}
#title h2 {
	display:none;
	}

/* 各ページの画像設定
body.greet #title  { background: url(../img/greet_title.jpg) center center / cover no-repeat;}
body.company #title  { background: url(../img/company_title.jpg) center center / cover no-repeat;}
body.contact #title  { background: url(../img/contact_title.jpg) center center / cover no-repeat;}
body.info #title  { background: url(../img/info_title.jpg) center center / cover no-repeat;}
 */




/*　ナビ表示--------------------------------　*/

#navi-box {
	width:100%;
	height:auto;
	position:relative;
	z-index:2 ;
	}

#navi h1 {
	display:none;}	

#navi {
	width:100%;
	height: auto;
	padding:0 ;
	margin:0px auto 0px auto;
	clear:both;
	/* background:url(../img/common_navi20170105.png) no-repeat center; */
	background:#fff;
	}
#navi ul {
	width: 100%;
	max-width:940px;
	height:40px;
	margin:20px auto;
	padding:0 ;
	}
#navi li {
	float:left;
	list-style:none;
	width: 14.28%;
	max-width: 134.3px;
	position: relative;
}
#navi li:after {
	position: absolute;
	top: 0;
	right: 0;
	content:"";
	display: inline-block;
	width: 1px;
	height: 40px;
	background: url(../img/common_navi_sline.gif) no-repeat top;
}
#navi li.last:after {
	display: none;
}
#navi li a {
	margin:0 0px 0 0px;
	display:block;
	height:40px;
	text-align:center;
	text-decoration: none;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 100%;
	color: #666;
	transition: 0.3s ease color;
	}

li#navi-insta{
	letter-spacing: -0.1em;
	}
#navi li a span{
	display:block;
	font-size: 80%;
	color: #999;
	font-family: sans-serif;
	transition: 0.3s ease color;
	letter-spacing: 0;
	}
	
/* li#navi-index { width:11.5%; max-width: 108px;}
li#navi-greet { width:12.8%; max-width: 120px;}
li#navi-teacher { width:13.5%; max-width: 127px;}
li#navi-lesson { width:15.5%; max-width: 146px;}
li#navi-student { width:15.3%; max-width: 144px;}
li#navi-blog { width:14.7%; max-width: 138px;}
li#navi-contact { width:16.7%; max-width: 157px;} */


/*　ナビ 各ページの選択状態 */
li#navi-index a:hover , body.index li#navi-index a, body.index li#navi-index a span,
li#navi-teacher a:hover , body.teacher li#navi-teacher a, body.teacher li#navi-teacher a span,
li#navi-lesson a:hover , body.lesson_all li#navi-lesson a, body.lesson_all li#navi-lesson a span,
li#navi-student a:hover , body.student li#navi-student a, body.student li#navi-student a span,
li#navi-blog a:hover,
li#navi-insta a:hover,
li#navi-contact a:hover , body.contact li#navi-contact a, body.contact li#navi-contact a span,
#navi li a:hover span{
	color: #53B366;
}




/* スマホ用ナビを非表示にする */
#navi li.spnavi {
	display:none;
	}





/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: -1px;}






/*　コンテンツ背景--------------------------------　*/
body.index #contents-back {
	background-color: #fff;
}

#contents-back {
	background-color: #F1FAF3;
}




/*　パンくずリスト--------------------------------　*/
#bread {
	width:880px;
	padding:14px 0 0 0;
	margin:0px auto 0px auto ;
	font-size:75%;
	color:#333;
	clear:both;
	}
#bread a {
	color:#336699;
	}




/*　コンテンツ外枠--------------------------------　*/

#contents{
	margin:0 auto 0 auto;
	}

#contents:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}



/*　コンテンツ　バナー--------------------------------　*/

#contents-banner{
	float:right;
	height:auto;
	width:230px;
	padding:0px;
	margin:0px 0 30px 0;
	}

#contents-banner img{
	margin:0 0 10px 0;
	border:0;
}
	



/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main {
	height:auto;
	width:660px;
	padding: 50px 0 50px 0px;
	margin:0px auto ;
	}

/*　コンテンツ　サブカラム（前ページ共通アクセス）--------------------------------　*/

#contents-sub {
	width:100%;
	padding: 0;
	margin:0 ;
	background-color: #f5f5f5;
	}


/*　見出し　--------------------------------　*/

#contents-main h2 { 
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 160%;
	color: #cebb90;
	font-weight: 700;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.4;
	background: url(../img/common_h2_bg.png) no-repeat 49.5%;
}

#contents-main h2 span{
	display: block;
	font-size: 50%;
	color: #666;
	font-weight: 300;
	letter-spacing: 0;
}


#contents-main h3 { 
	margin:0px 0 18px 0 ;
	line-height:1.4em;
	padding:0px 0 16px 0;
	font-size:140%;
	text-align:center;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing:normal;/* 文字間 */
	color:#000;
	border-bottom:1px solid #666;
    }

#contents-main h3 a{
	color:#000;
	text-decoration:none;
	}
#contents-main h3 a:hover{
	text-decoration:underline;
	}

	
#contents-main h4{ 
	border-bottom:#666 dotted 1px;
	padding:10px 0px;
	margin:0 0 1em 0 ;
	line-height:1.4em;
	clear:both}

#contents-main h4 img{
	margin-left:8px;}

#contents-sub h2 {
	font-size: 160%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	color: #666666;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 40px;
	line-height: 1.4;
} 
#contents-sub h2 span{
	display: block;
    font-size: 50%;
    color: #666;
	font-weight: 300;
}





/*　本文　--------------------------------　*/

/*　文字色　*/
#contents-main p,
#contents-main table,
#contents-main li { color:#333 }

#contents-main p {
	margin:0 0 1em 0 ;
	color:#333;
	line-height:1.8em;
	font-size:90%;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#contents-main img,
#contents-main p img{
	margin:0 10px 20px 10px;
	max-width:640px;
	height:auto;
/*	background:#FFF;
	padding:2px;
	border: #CC9 solid 1px; */
	}

#contents-main p a:hover img{
/*	border: #2A5050 solid 1px;*/
}


/*
#contents-main iframe{
	margin:10px 0px;
	padding:2px;
	border: #CC9 solid 1px;}
	*/


/* リンク文字色 */
#contents-main a {
	color:#069;
	text-decoration:none ;}

#contents-main a:hover {
	text-decoration:underline ;}

#contents-main a img:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}




/*　リスト　*/

#contents-main ul , #contents-main ol{
	line-height:1.8em;
	font-size:90%;
	margin:0 0 2em 0px;
	}
#contents-main ul li{
	list-style:disc inside;
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#contents-main ol li{
	list-style:decimal outside ;
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	}

/* リスト内のテーブル設定 */
#contents-main ol li table,
#contents-main ul li table {
	width:auto;
	font-size:100%;
	margin:0;
	}
#contents-main ol li table td,
#contents-main ul li table td {
	vertical-align:top;
	}

#contents-sub ul {
	line-height: 2;
	margin-top: 2em;
}
#contents-sub ul li{
	list-style: disc inside;
	text-indent: -1em;
	margin-left: 1em;
}




/*　テーブル　*/

#contents-main table {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	font-size:90%;
	margin:30px 0 30px 0;
	}
#contents-main table th {
	background:#d2ead7;
	text-align:center;
	padding:6px 6px ;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:400;
/*	border:1px solid #999;*/
}
#contents-main table td {
	background:none;
/*	border:1px solid #999;*/
	padding:6px 6px;
	}





/* ★タブの設定-------------------------------- */

#contents-main #tabArea {
/*	background:#FFF;*/
	border-top:1px solid #999;
	height:auto;
	padding:30px 0;
	margin:0 0 0px 0;
	overflow-y:auto;
	clear:both;
	}

/*　タブ切り替えの設定　--------------------------------　*/

#contents-main ul#tab {
	margin:0 auto;
	padding-left:60px;
	width:100%;
	}
#contents-main ul#tab li{
	float:left;
	list-style:none;
	display:inline;
	}
#contents-main ul#tab li a{
	display:inline-block;
	background:#F4F4F4;
	height:40px;
	width:130px;
	margin:0 5px 0 0;
	font-size:95%;
	line-height:40px;
	text-align:center;
	color:#333;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0;
	}
#contents-main ul#tab li a.hover,
#contents-main ul#tab li a.active{
	background:#00A55D;
	color:#fff;
	}

/* アクセス（前頁共通）--------------------------------　*/

#contents-sub .access{
	width: 96%;
	max-width: 940px;
	clear: both;
	overflow: hidden;
	padding: 50px 0;
	margin: 0 auto; 
	box-sizing: border-box;
}

#contents-sub .access img{
	width: 100%;
}

#contents-sub .access img.map{
	margin-right: 3.2%;
	width: 47.8%;
	max-width: 450px;
}
#contents-sub .access .fl-right{
	float: right;
    max-width: 460px;
    width: 48.9%;
}


/* フッター--------------------------------　*/

#footer {
	margin:20px auto 20px auto;
	height:13px;
	width:100%;
	clear:both;
	/* background:url(../img/common_footer_copyright.gif) no-repeat bottom center #fff; */
	}

/* ページトップ */
#footer p.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}
#footer p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	filter: alpha(opacity=85); /* 透過設定 */
	  -moz-opacity:0.85;
	opacity:0.85;
	}
#footer p.pagetop a:hover {
	background-color: #333;
	}

/* 住所
#footer #address {
	padding-top:30px;
	margin-bottom:4px;
	}
#footer #address p{
	text-align:center;
	font-size:75%;
	color:#333;
	} */

/* コピーライト 
#footer #copyright {
	margin:0px auto 5px auto;
	height:13px;
	padding:0px 0px;
	background:url(../img/common_fotter_copyright.gif) no-repeat bottom center;
	}*/
#footer #copyright p{
	text-align:center;
	font-size:60%;
	color:#666;
	display:block;
	}



/* ★追記の設定-------------------------------- */

.tuiki{
	display:none;
	}

.read_open_close{
	cursor:pointer;
	}








/* ★トップページのみ--------------------------------　*/

body.index #contents-main {
	width: 100%;
	max-width:880px;
	margin:0px auto;
	padding-top:45px ;
	}

/*トップページ　文章*/
body.index #contents-main .aboutshuku h2 { 
	background: none;
	margin-bottom: 20px;
}

body.index #contents-main .aboutshuku p {
	text-align: center;
	color:#666;
	line-height:3;
	font-size: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
} 




/* ブログ */
body.index #contents-main #top-blog {
	width:680px;
	margin:0 auto;
	}

body.index #contents-main #top-blog h2{
	margin:0px 0 18px 0 ;
	line-height:1.4em;
	padding:0px 0 16px 0;
	font-size:115%;
	text-align:center;
	font-family:serif;
	letter-spacing:normal;/* 文字間 */
	color:#000;
	border-bottom:1px solid #666;
}
body.index #contents-main #top-blog ul {
	margin:0;
	font-size:100%;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.index #contents-main #top-blog li {
	padding-left:20px;
	margin:0 0 0.2em 0;
	list-style:none;
	background:url(../img/top_info_li.jpg) no-repeat 0 4px ;	
	}
body.index #contents-main #top-blog li a{
	color:#333;
	text-decoration:none;
}
body.index #contents-main #top-blog li span {
	color:#666;
	font-size:100%;
	}

	



/* ★新着情報・ブログページ共通--------------------------------　*/
body #contents-main .post { 
	margin: 0 ;
}
body #contents-main .entry { 
	margin: 0 0 50px 0 ;
}
body #contents-main .post h3{
	margin-bottom:10px;
}


/* 日付など */
#contents-main .post p.links{
	color:#333;
	line-height:1.8em;
	font-size:90%;
	text-align:right;
	margin:0 0px 5px 0;
	padding:0 0px;
	}

#contents-main p.links a{
	text-decoration:none; color:#1F0000
}


/* ページング */
#contents-main .post .pager {
	clear:both;
	text-align:center ;
	font-size:80%;
	line-height:2em;
	margin-top:40px;
	}
#contents-main .post .pager span.pager_item a {
	margin:0 2px;
	padding:3px 4px;
	background:#ccc;
	border:1px solid #bbb;color:#000;
	}


/*ブログ記事ごとページ　関連記事*/
#contents-main .post p.kanren_title {
	padding-left: 20px;
	background: url(../img/top_info_li.jpg) no-repeat 0 4px;
}



/* ★お問い合わせ-------------------------------- */

#contents-main table.soy_inquiry_message {
	border:0;
	background:none;
	margin:0;
	}
#contents-main table.soy_inquiry_message td , #contents-main table.soy_inquiry_message th{
	border:0;
	background:none;
	padding:0;
	}
	
span.error_message {
	color:#900}

/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form  {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	}
body #contents-main table#inquiry_form  th {
	width:120px;
	}
body #contents-main table#inquiry_form  td {
	border:none;
}

/* nest table用 */
body #contents-main table#inquiry_form table{
	width:350px;
	border:0;
}


/* テキストボックスなどの長さ */

body #contents-main table#inquiry_form  td input.name{
	width:200px}
body #contents-main table#inquiry_form  td input.mail{
	width:350px}
body #contents-main table#inquiry_form  td input.subject{
	width:300px}
body #contents-main table#inquiry_form  td textarea {
	width:100%;}	




/* ★公式ブログページ　個別設定-------------------------------- */

/* 一覧・詳細　共通設定　-----*/
body.blog #contents {
	width: 100%;
	max-width:940px;
	margin:0 auto;
	}
body.blog #contents-main {
	float:left;
	padding-top:20px;
	}
body.blog #contents-main h2 {
	font-weight:600;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.blog #contents-main h2 span {
	font-weight:normal;
	color:#333;
	}



/* ブログ・カテゴリタイトル表示用 */
body.blog #contents-main .category-ti {
	font-size:110%;
	margin:0 auto 20px auto  ;
	text-align:left;
	font-weight:600;
	}
body.detail #contents-main .category-ti {
	margin:0 auto 40px auto  ;
}



/* サイドコンテンツ */
body.blog #contents-banner {
	padding-top:30px;
	}
body.blog #contents-banner ul {
	font-size:90%;
	color:#666;
	line-height:1.8em;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.blog #contents-banner ul li{
	list-style:disc outside;
	margin-left:20px;
	}
body.blog #contents-banner .banner-box {
	margin-bottom:30px;
	}

body.blog #contents-banner h2 {
	font-size:85%;
	margin-bottom:10px;
	padding:0.2em 0;
	text-align:center;
	background:#6470AF;
	color:#fff;
	}




/* ブログ　一覧ページ　-----*/

/* 記事ブロック */
body.list #contents-main .entry {
	width:640px;
	margin:0 auto 0px auto;
	}

/* サムネイル画像 */
body.list #contents-main .entry p.thumb img {
	margin: 0 0 0px 0 ;
}

body.list #contents-main h2 {
	font-size:95%;
	padding-left:20px;
	margin-bottom:0.5em;
	background:url(../img/top_info_li.jpg) no-repeat 0 4px ;		
	}



/* ブログ　詳細ページ　-----*/
body.detail #contents-main h2{
	font-size:100%;
	margin-bottom:30px;
}
/* レッスン　一覧-----*/
body.lesson_all #contents-main {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding-bottom: 0;
}
body.lesson_all #contents-main .lesson-wanted{
	width: 100%;
	max-width: 680px;
	margin: 0 auto 40px;
}
body.lesson_all #contents-main .lesson-wanted .fl{
	float: left;
	text-indent: -1em;
    margin-left: 1em;
}
body.lesson_all #contents-main .lesson-wanted img{
	max-width: 232px;
}

body.lesson_all #contents-main .lesson-box{
	list-style: none;
    width: 300px;
    margin: 10px 5px;
    /* border: 1px solid #ddd; */
	padding: 5px 0 0 0;
	box-sizing: border-box;
	text-indent: 0;
}
body.lesson_all #contents-main .lesson-box .lesson-box_day{
	width: 70px;
	height: 70px;
    display: inline-block;
	vertical-align: top;
	margin: 0;
	background: url(../img/lesson_daybg.png) no-repeat left;
	background-size: cover;
	font-weight: 600;
	position: relative;
}
body.lesson_all #contents-main .lesson-box .lesson-box_day span{
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 20px;
	left: 15px;
}

body.lesson_all #contents-main .lesson-box h3{
    display: inline-block;
    font-size: 16px;
    text-align: left;
    border: none;
    margin: 0 0 10px;
	padding: 0 5px 0px 0px;
}
body.lesson_all #contents-main .lesson-box h3>a{
	color: #333;
	z-index: 2;
}
body.lesson_all #contents-main .lesson-box img{
	width: 100%;
	margin: 0;
	vertical-align: bottom;
}
body.lesson_all #contents-main .lesson-box p{
	margin: 10px 10px 0;
}

body.lesson_all #contents-main .lesson-box p.content {
    height: 160px;
}

body.lesson_all #contents-main .lesson-box p>a{
	display: inline-block;
    text-align: right;
	width: 100%;
	font-family: serif;
	/* margin: 0 10px; */
}
body.lesson_all #contents-main .lesson-box p>a:before{
	content: ">>";
}

body.lesson_all #contents-main .lesson-box_detail{
	clear: both;
	overflow: hidden;
	background: url(../img/lesson_linebar.png) no-repeat ,#ddd;
	background-size: 1px 50%, 100%;
	background-position: center;
	padding: 5px 0;
}
body.lesson_all #contents-main .lesson-box_detail p{
	float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
}
body.lesson_all #contents-main .lesson-box_detail p span{
	font-weight: 600;
	font-size: 14px;
}
/* 講師紹介　一覧-----*/
body.teacher-all #contents-main {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

body.teacher-all #contents-main ul {
	margin: 0 0 2em 10px;
}
body.teacher-all #contents-main ul li {
    list-style: none;
	margin-bottom: 1em;
	width: 300px;
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
}
body.teacher-all #contents-main ul li:nth-child(3n) {
	margin-right: 0px;
}


body.teacher-all #contents-main ul li img{
	width: 100%;
}
body.teacher-all #contents-main ul li a img:hover {
	opacity: 0.6;
}


body.teacher-all #contents-main ul li p{
	text-align: center;
	font-size: 16px;
	margin: 2px 0 10px;
}
body.teacher .al50{
	display: block;
    height: 50px;
}

/* ★リンク集-------------------------------- */

body.links #contents-main {
	width: 96%;
	max-width: 940px;
	margin: 0 auto;
}

body.links #contents-main ul {
	clear: both;
	overflow: hidden;
	margin-bottom: 0;
}

body.links #contents-main ul > li{
	list-style: none;
	float: left;
	margin: 0 10px 1em;
	width: 293px;
}
body.links #contents-main ul > li p{
	font-size: 16px;
}

body.links #contents-main ul > li img{
	box-sizing: border-box;
}

/* ★プライバシーポリシー-------------------------------- */
body.contact  #contents-main ul li{
	text-indent: -1em;
	padding-left: 1em;
}


/* 印刷用設定　ここから */	
@media print {


/* JSナビ固定の解除 */
.fixed {
	position:relative ;
	}


}
/* 印刷用設定　ここまで */