/* captain Document */

/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */
body { /* ▼ページ全般 */
	margin:0;
	padding:0;
	font-family: 'Meiryo','メイリオ',"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	*font-size: 92.25%; /* for IE6,IE7 */
	line-height:1.4;
	letter-spacing:1px;
	color:#343D66;
	background:#E5F8FE;
	background:#F6F2A9;
	background:#F9CD23;
}

/* リンク (全般) */
a {
	color: #2258A9;
	text-decoration:underline;
	font-weight:bold;
}
a:visited  { /*color:#33C;*/ }
a:hover { 
	color:#F66;
	text-decoration:none;
}

.clearfloat:after { /* フロートの後処理 */
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfloat { min-height:1px; }
*html .clearfloat { /* IE対策 */
	height:1px;
	/*\//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* ----------------------------------------- */
/* レイアウト（ページ全般で使用）            */
/* ----------------------------------------- */
#container { /* コンテンツ全体 */
	position:relative;
	width:920px;
	height:auto;
	margin:15px auto;
	padding:0;
	z-index:0;
	background:#FFFAE3;
}

#top #container {
	background:#27aedd url(../material/backimg_container_top.jpg) 0px 15px repeat-x;
}


/* ヘッダー ////////////////////////// */

/* ヘッダー・タイトル */
#header { 
	width:100%;
	height:210px;
	margin:0 auto;
	padding:0;
	background:url(../material/backimg_header.png) 0 15px no-repeat;
}
#top #header { 
	height:500px;
	background-image:none;
}
#pantomymu #header { 
	height:195px;
	background:url(../material/backimg_header_panto.png) 0 15px no-repeat;
}

#header h1 { /* ヘッダーH1タイトル */
	font-size:86%;
	margin:0 0 0 0;
	padding:5px 5px 5px 85px;
	color:#fff;
	text-align:left;
	background:#FF7500;
}

#header h1 a {
	color:#9BAFCD;
	text-decoration:none;
}
#header h1 a:hover {
	color:#F30;
	text-decoration:underline;	
}

#titleLogo a { /* タイトルロゴ */
	position:absolute;
	width:260px;
	height:80px;
	top:55px;
	left:30px;	
	display:block;
	/*background:url(../material/title_captain.png) 0 0 no-repeat;*/
}

#pantomymu #titleLogo a { /* タイトルロゴ */
	position:absolute;
	width:260px;
	height:80px;
	top:55px;
	left:30px;	
	display:block;
	/*background:url(../material/title_pantomymu.png) 0 0 no-repeat;*/
}

/* イントロダクション */
#introduction {
	position: absolute;
	width: 310px;
	height: 115px;
	top: 215px;
	left: 34px;
	font-weight:bold;
}
#introduction p {
	margin:0; padding:0;
	font-size:13px;
	color:#0068BF;
	line-height:1.45;
}

/* バナー（ブログ） */
#bn_pic1 a {
	position: absolute;
	top: 111px;
	left: 138px;
	width: 200px;
	height: 100px;
	display: block;
	background-image: url(../material/bn_blog.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index: 10;
}
#bn_pic1 a:hover { background-position:0 -100px; }
#bn_pic1 a em { display:none; }

#pantomymu #bn_pic1 a { display:none; }

/* バナー（無料体験） */
#bn_pic2 a {
	position: absolute;
	bottom:20px;
	left: 560px;
	width: 180px;
	height: 110px;
	display:block;
	background: url(../material/bn_taiken.png) left top no-repeat;
	z-index: 10;
}
#top #bn_pic2 a {
	top: 231px;
	left: 680px;
}
#bn_pic2 a:hover {
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;	
}
#bn_pic2 a em { display:none; }

#pantomymu #bn_pic2 a { display:none; }

/* コンテンツエリア ////////////////// */
#contArea {
	width:100%;
	height:auto !important;
	margin:0 auto;
	clear:both;
}
#top #contArea {
	background-image:none;

}
/*\*/
* html #contArea { /* floatボックスのIE対策 */
    height: 1em;
    overflow: visible;
}
/**/

#contArea:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

/* コンテンツメイン ////// */
#contMain {
	float:left;
	width:640px;
	height:auto !important;
	min-height:160px;
	padding:0 15px 10px 10px;
	_padding:5px 15px 5px 15px; /* IE6 */
	margin:0 0 0 25px;
	_margin:0; /* IE6 */
}


/* コンテンツサイド ////// */
#contSide {
	float:right;
	width:210px;
	margin:35px 0 10px 0;
	padding:0;
}

/* フッター ////////////////////////// */
#footer {
	position:relative;
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:0;
	border-bottom:5px solid #FF7500;
}
.contact {
	width:830px;
	height:auto;
	color:#343D66;
	color:#fff;
	text-align:left;
	line-height:1.35;
	margin:0 0 15px 34px;
	padding:8px 10px;
	font-size:92%;
	background:#0CF url(../material/backimg_blue.gif) 0 0 repeat;
	display:block;
}
#pantomymu .contact {
	background:#E9AD76;
}

.contact  h5 { padding:0 0 5px 0; font-size:110%; }
.contact p {
	margin:0;
	padding:0;
	line-height:1.3;
}
#btn_contact { padding:5px 0; }

.contact_us { }
.contact_line { line-height: 1.5; }
.contact_line img {
    width:100px;
}

/* 二段組のレイアウト */
.column2 {
    display: grid;
  	grid-template-columns: minmax(300px, 50%) minmax(300px, 50%);
  	grid-template-rows: auto auto;
    grid-gap: .8em .5em; 
    margin:0;
    padding:0;
}

.copyright { /* コピーライト */
	margin:0 auto;
	padding:0;
	clear:both;
	font-size:82%;
	letter-spacing:0;
	color:#277AA9;
	text-align:center;
}

address { } /* 住所 */

/* フッター用イメージ */
#img_footer {
	position: absolute;
	width: 180px;
	height: 150px;
	bottom: 0px;
	right: 0px;
	background: url(../material/backimg_footer.png) left top no-repeat;	
}

/* ----------------------------------------- */
/* 改行処理（P）の書式設定                   */
/* ----------------------------------------- */

p {
	margin:8px 0 8px 20px;
	padding:0;
	line-height:1.6;
}

p.print { /*印刷改行処理*/
  page-break-before: always; page-break-after: always;
}

/* ----------------------------------------- */
/* リスト（ul）の書式設定                    */
/* ----------------------------------------- */
/* ▼ リスト全般 */
ul { 
	margin:0 0 0 30px;
	padding:6px 0;
	list-style-type:disc;
}
ul ul {
	margin:0;
	list-style-type:circle;
}

li { 
	margin:4px 8px 14px 30px;
	line-height:1.45;
	list-style-image: none;
	letter-spacing:1px;
}

ul strong, ol strong{
	font-size:110%;
}

ul p, ol p{
	font-weight:normal;
	margin:0;
	padding:0;
}

/* ----------------------------------------- */
/* ページコンテンツ装飾（内容）              */
/* ----------------------------------------- */

.strong { /* 太字 */
  font-size:110%;
}

.red { /* 赤文字 */
  color:red;
}

.green { /* 緑文字 */
  color:green;
}
.darkgreen { /* 深緑文字 */
  color:#143018;
}

.blue { /* 青文字 */
  color:#366C97;
}

.orange { /* 橙文字 */
	color:#F90;
}


.txt_s { /* テキスト（小） */
	font-size: 70%;
	padding: 0 10px 3px 0;
}
.txt_ms { /* テキスト（やや小） */
  font-size: 86%;
  padding: 0 10px 3px 0;
}
.txt_m { /* テキスト(中) */
	font-size:118%;
} 
.txt_l { font-size:140%; } /* テキスト(大) */

/* 回り込み解除 */
.clear { clear:both; }

/* テキスト右寄せ */
.t_left {
	text-align:left !important;
}
/* テキスト右寄せ */
.t_right {
	text-align:right !important;
}
/* テキスト中央寄せ */
.t_center {
	text-align:center !important;
}
/* アンダーライン */
.u_line { border-bottom:#C00 1px solid; }

/* 枠 */
.frame {
	border:2px solid #f7b2b2;
	background:#fff;
	padding:8px 10px;
	margin:5px 35px 15px 15px;
	font-weight:bold;
	line-height:1.5;
}
/* 枠 */
.frame2 {
	border:1px solid #363;
	background:#fff;
	padding:8px;
	margin:5px 35px 15px 15px;
	line-height:1.2;
}

.txt_waku2 { /* 注意表記（赤枠つき）【div】 */
	color:#594b49;
	border:1px solid #ffe4e1; /* 枠色 LavenderBlush */
	background-color:#fff0f5; /* 背景色 misty rose */
	margin:15px 32px 15px 26px; padding:10px;
	line-height:1.6;
}

/* 反転文字 */
.txt_red {
	background:#F00;
	color:#FF6;
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
}

/* ----------------------------------------- */
/* 装飾（H1〜H6）の書式設定                  */
/* ----------------------------------------- */
h1,h2,h3,h4,h5 {
	line-height:1.3;
	clear:both;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:1.8em;
	margin:5px 0;
	padding:10px 0 0 0;
	text-align:left;
	letter-spacing:5px;
	line-height:1.65;
	color:#6A62D7;
}

h3 {
	font-size:1.5em;
	letter-spacing:3px;
	line-height:1.5;
	margin:10px 0;
	padding:5px 0 0 5px;
	color:#6A62D7;
}

/*
h3 {
	font-size:1.4em;
	letter-spacing:3px;
	margin:6px 0;
	padding:5px 0 5px 30px;
	margin:0;
	color:#D65915;
	background:url(../material/icon_h3.gif) 0 50% no-repeat;	
}
*/

h4 {
	font-size:1.2em;
	color:#F63;
	margin:18px 10px 5px 10px;
}

h5 {
	font-size:1.0em;
	padding:10px 0 10px 0;
	margin:0;
}

/* ----------------------------------------- */
/* テーブル装飾                              */
/* ----------------------------------------- */
td { font-size:100%; } /* テーブル全般 */

/* ノーマル・テーブルコンテンツ ///// */
table.normal { 
	margin:5px 0 10px 20px;
	line-height:1.45;
}
.normal td, .normal th { /* ノーマル */
	text-align:left;
	padding:5px;
	vertical-align:top;
}

/* ライン付きテーブルコンテンツ (０)  //// */

table.cont0 { /* 枠つき・テーブルコンテンツ(table) */
  margin:6px 0 6px 20px;
  line-height:1.45;
  border-collapse:separate;
}
.cont0 td { /* クラスcont0設定 (td) 全般 */
  padding:5px 10px 5px 10px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#E5F1F9;
  color:#4D2E33;
} 
.cont0 th { /* クラスcont0設定 (th) 全般 */
  padding:5px 6px 5px 12px;
  vertical-align:middle;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #61ADED;
  border-bottom: 1px solid #61ADED;
  border-left: 1px solid #FFFFFF;
  background:#B0D1E0;
  color:#00244D;
  font-size:100%;
  font-weight:normal;
  text-align:left;
  letter-spacing:5px;
} 
.cont0 td.cont0 { /* クラスcont0設定 (td) */
  text-align:center;
  border-right: 1px solid #C2B5AB;
  border-bottom: 1px solid #C2B5AB;
  background:#FAF2F0;
  color:#3896D6;
}

.cont0 td.not { /* クラスnot設定 ラインなし(td) */
  border:none;
  background:none;
  color:#3896D6;
}

/* ライン付きテーブルコンテンツ (１)  //// */

table.cont1 { /* ライン付き(table) */
	margin:6px 0 6px 15px;
	line-height:1.45;
	border-collapse: collapse;
}

.cont1 td { /* ライン付き(td) */
	border: 1px solid #CCC;
	padding:5px 8px 5px 12px;
	line-height:1.45;
	background-color:#f0faff;
}

.cont1 th { /* ライン付き(th) */
	font-size:100%;
	color:#fff;
	border: 1px solid #9a9;
	padding:5px 0 5px 5px;
	background:#3E87BD;
	text-align:center;
}

td.cont1-t { /* ライン付きテーブルコンテンツ (１)- タイトル用 */
	font-weight:bold;
	border: 1px solid #9a9; 
	padding:3px;
	background-color:#3E87BD;
	color: #ffffff;
	vertical-align:top;
	text-align:center;
	letter-spacing:2px;
}

td.cont1-g { /* ライン付きテーブルコンテンツ (１)- 緑 */
	border: 1px solid #9a9; 
	padding:5px;
	background-color:#f6fffb;
	color: #117a11;
	text-align:center;  
}

/* アンダーライン型テーブル装飾 //////// */

table.cont-u { /* 下ライン付き(table) */
	margin:10px 10px 25px 25px;
	border:none; 
	border-collapse: collapse;
	line-height:1.5;
}
.cont-u td { /* 下ライン付き(td) */
	vertical-align:top;
	border-bottom: 1px dotted #406081; 
	padding:5px 3px 5px 20px;
	font-family: monospace,"ＭＳ ゴシック","Osaka−等幅";
	letter-spacing:1px;
}
.cont-u th {
	vertical-align:top;
	text-align:left;
	padding:5px 10px 0 20px;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom: 1px dotted #8b7d6b;
	background:#BBD6EF;
}
.cont-u .en {
	font-family:Arial, Helvetica, sans-serif;
}
.cont-u ul {
	margin-left:0;
}

/* スケジュール用テーブル */

table.sch1 { /* 枠つき・テーブルコンテンツ(table) */
	margin:6px 0px 6px 10px;
	line-height:1.45;
	border-collapse:separate;
  
}
.sch1 td { /* クラスcont0設定 (td) 全般 */
	font-size:120%;
	text-align:center;
	border-right: 1px solid #C2B5AB;
	border-bottom: 1px solid #C2B5AB;
	background:#FAF2F0;
	color:#039;
} 
.sch1 th { /* 表題 クラスcont0設定 (th)  */
	font-size:100%;
	text-align:center;
	padding:2px 6px 2px 6px;
	vertical-align:middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #61ADED;
	border-bottom: 1px solid #61ADED;
	border-left: 1px solid #FFFFFF;
	background:#B0D1E0;
	color:#00244D;
	letter-spacing:5px;
} 
.sch1 td.t0 { /* 項目タイトル */
	font-size:120%;
	font-weight:bold;
	text-align:left;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFACAC;
	border-bottom: 1px solid #FFACAC;
	border-left: 1px solid #FFFFFF;
	background:#FFECE8;
	color:#4D2E33;
}

/* 利用料金表 */
table.charge {
	margin:5px 0 10px 10px;
	padding:0;
	text-align:center;
	border-collapse:collapse;
	border-collapse:separate;
	border-spacing:2px;
}
.charge caption {
	text-align:left;
	color:#363;
	font-size:110%;
}
.charge th, .charge td {
	font-size:100%;
	padding:5px 3px;
	line-height:1.35;
}
.charge .h_title th { /* cell3 */
	color:#fff;
	background:#87A774; 
	border:1px solid #648156;
	border-color:#fff #648156 #648156 #fff;
}
.charge th { /* cell4 */
	background:#D5E3C1;
	border:1px solid #A3B793;
	border-color:#fff #A3B793 #A3B793 #fff;
}
.charge td { /* cell5 */
	background:#FFE9E3;
	border:1px solid #F3C9D3;
	border-color:#fff #F3C9D3 #F3C9D3 #fff;
}
.charge .info {
	font-size:90%;
	background:none;
	border:none;
	text-align:left;
	padding-left:10px;
}
.charge .total_t { background:#C5D7B5; }
.charge .total { background:#F5DDC7; }

/* ----------------------------------------- */
/* イメージ書式設定                          */
/* ----------------------------------------- */

.img_n { /* 写真(枠付き) */
	margin:8px 0 8px 10px;
	border:1px solid #555;
}
a:hover .img_n {
	border:1px solid #FF0000;
}

.img_n0 { /* 写真(枠なし) */
	margin:8px 0 8px 5px;
	border:none;
}
.img_n1 { /* 写真(枠あり・横間隔小) */
	margin:0 5px 8px 0;
	border:1px solid #555;
}
.img_n2 { /* 写真(枠あり・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:1px solid #555;
}

.img_n3 { /* 写真(枠なし・横縦間隔なし) */
	margin:0 5px 3px 0;
	border:none;
}

.img_l { /* 写真のテキスト回り込み（左） */
 	float:left;
  	margin:0 20px 10px 10px;
}

.img_r { /* 写真のテキスト回り込み（右） */
 	float:right;
  	margin:0 10px 20px 20px;
}

.img_mid { /* イメージ中央揃え */ 
	vertical-align:middle;
}

/* ----------------------------------------- */
/* 印刷時の処理                             */
/* ----------------------------------------- */

@media print{ 
	
}

/* ----------------------------------------- */
/* その他                                    */
/* ----------------------------------------- */

/* ピックアップ テーブル ///// */
#picup_box {
	position:absolute;
	width:340px;
	height:auto;
	top:520px;
	left:500px;	
}
#picup_box.works { /* WORKS */

}
#picup_box div {
	height:auto !important;
	min-height:200px;
	margin-top:14px;
}
#picup_box div div {
	margin:5px;
	border:none;
	vertical-align:top;
}
#picup_box p {margin:0;}
#picup_box ul {
	margin:0 0 0 10px;
	padding:0;
}
#picup_box li {
	margin:0 0 0 25px;
	padding:0 0 5px 0;
}

/* アクセスマップ */
.accessmap {
	width:620px;
	height:auto !important;
	min-height:420px;
	margin:6px 0 6px 15px;
}

/* スクール背景 */
.sc {
	background-image:url(../photo/bkimg_school01.jpg);
	background-position:100% 0;
	background-repeat:no-repeat;
	vertical-align:top;
}
.sc p { padding-right:130px; }
.sc#sc01 {	background-image:url(../photo/bkimg_school01.jpg); }
.sc#sc02 {	background-image:url(../photo/bkimg_school02.jpg); }
.sc#sc03 {	background-image:url(../photo/bkimg_school03.jpg); }
.sc#sc04 {	background-image:url(../photo/bkimg_school04.jpg); }
.sc#sc05 {	background-image:url(../photo/bkimg_school05.jpg); }
.sc#sc06 {	background-image:url(../photo/bkimg_school06.jpg); }

/* ----------------------------------------- */
/*  ニュース表示		                     */
/* ----------------------------------------- */

#news {	
	width:560px;
	height:auto;
	margin:0;
	color:#fff;
	text-shadow: 1px 1px 1px #036; /* CSS3 */
}
#news h3 {
	font-size:125%;
	color:#F93;
	margin:0;
	padding:0;
}
#news h4 {
	font-size:110%;
	color:#066;
	margin:0;
	padding:0;
}
.news ul {
	margin:0 15px;
	padding:0;
}

#news li {
	list-style-type:none;
	margin:0 0 5px 0;
	padding:10px 5px 2px 25px;
	line-height:1.5;
	/*
	border-bottom:2px dotted #fff;
	background:url(../material/back_h4.png) 0 50% no-repeat;
	width:92%;
	height:24px;
	*/
}
#news li a { color:#6FF; }
#news li a:hover { color:#F69; }

#news li strong { /* 項目タイトル */
	font-size:110%;
	padding-left:5px;
	font-weight:normal;
	/*display:block;*/
}

#news li .topic_date { /* リスト用・日付 */
	color:#FFC;
	font-size:82%;
	letter-spacing:0;
	font-weight:normal;
	padding:0 3px 0 2px;
}

#news li em { /* カテゴリ */
	font-size:78%;
	padding:0 3px;
	/* color:#363; */
	color:#fff;
	margin:0 8px 0 2px;
}

#news ul li .topic_new_class { background:#F66; padding:1px 3px; } /* カテゴリ */ 

/* バックナンバーへのリンク */
#news .backnumber { text-align:right; }
#news .backnumber a {
	padding:0 0 0 20px;
	background:url(../material/icon_arrow.gif) left top no-repeat;
	color:#F60;
}
#news .backnumber a:hover { color:#F00; }
