@charset "utf-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {font-family: "Roboto", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;  background-color:#ddd; position:relative;}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,address{margin:0; padding:0;list-style:none; font-style:normal; font-weight:normal; color:#000;font-family: "Roboto", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
a{color: #3399ff; -webkit-tap-highlight-color: rgba(0,0,0,0); outline:none;}
a:hover{color:#666;}
a:focus, *:focus { outline:none; }
img{display:block;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

hr{
	margin:0!important;
	border-bottom:1px solid #ddd;
	}

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

@media print { 
body { 
-webkit-print-color-adjust: exact; 
} 
}

strong{font-weight:normal; color:#000; background:linear-gradient(transparent 50%, #ffcccc 0%);}

/* ----------------------------------------------------------------------
地図
---------------------------------------------------------------------- */
#mapCanvas{
	margin:0;
	padding:0;
	width:100%;
	height:500px;
	}
@media screen
    and (max-width: 767px) {
#mapCanvas{
	height:400px;
	}
}
@media screen
    and (max-width: 480px) {
#mapCanvas{
	height:300px;
	}
}
@media screen
    and (max-width: 320px) {
#mapCanvas{
	height:200px;
	}
}


/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70{font-size:70%}      /* フォントサイズ70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}     /* 太字 */
.u{text-decoration:underline}     /* 下線 */
.del{text-decoration:line-throug} /* 打ち消し線 */

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red{color:red}     /* 赤色 */
.blue{color:#2ca9e1}    /* 青色 */
.green{color:#82ae46}   /* 緑色 */
.orange{color:#ff7d00}    /* 橙色 */
.yellow{color:#fff000}    /* 黄色 */
.pink{color:#ff0084}    /* ピンク */
.gray{color:#999999}    /* グレー */
.mapIcon{color:#ff6666};    /* グーグルマップアイコン */

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */

img.fade {
-webkit-transition:all .3s;
transition:all .3s; }

a img.fade {
opacity:1.0;
filter:alpha(opacity=100); -ms-filter:"alpha( opacity=100 )";
-webkit-transition:all .3s;
transition:all .3s; }

a:hover img.fade {opacity:0.7;
filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )";
-webkit-transition:all .3s;
transition:all .3s; }

/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0a{margin:0 auto !important}
.m0a15{margin:0 auto 15px !important}

.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */

.p0{padding:0 !important}
.pt0{padding-top:0 !important}
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p15{padding:15px !important}
.pt15{padding-top:15px !important}
.pr15{padding-right:15px !important}
.pb15{padding-bottom:15px !important}
.pl15{padding-left:15px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p30{padding:30px !important}
.pt30{padding-top:30px !important}
.pr30{padding-right:30px !important}
.pb30{padding-bottom:30px !important}
.pl30{padding-left:30px !important}

/* ----------------------------------------------------------------------
 width - 幅
---------------------------------------------------------------------- */

.width100{width:100% !important}

.width80{width:80% !important}

/* ----------------------------------------------------------------------
 radius - 角丸
---------------------------------------------------------------------- */.radius4 {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	}

.radius6 {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	}

.radius10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	}

.radius15 {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	}

.radius50 {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	}

.breakBr{
display:none;
}

/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.breakBr{
display:inline;
}

}


/* col-lg- 1200px以上はそのまま */
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
}

/* max-width: 480px 以下 */
@media screen
    and (max-width: 480px) {
}

/* max-width: 320px 以下 */
@media screen
    and (max-width: 320px) {
}


/* ----------------------------------------------------------------------
ここから
---------------------------------------------------------------------- */

.wide{
	margin:0 auto;
	max-width:1200px;
	}

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

header{
	width:100%;
	height:171px;
	background-color:#fff;
	}


header .wide{
	position:relative;
	height:125px;
	}

header .wide img.logo{
	width:175px;
	position:absolute;
	top:44px;
	}

header .wide img.logoTitle{
	width:690px;
	position:absolute;
	top:48px;
	left:187px;
	}

p.backJloa{
	display:block;
	width:150px;
	height:30px;
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	color:#fff;
	font-size:14px;
	text-align:center;
	}

p.backJloa a{
	padding-top:5px;
	color:#fff;
	display:block;
	width:150px;
	height:30px;
	}

p.backJloa a:hover{
	background-color:#999;
	}


p.session{
	position:absolute;
	top:5px;
	left:190px;
	font-size:18px;
	text-align:right;
	}
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
p.session{
	display:none;
	}
}

.headTopNavi{
	display:block;
	width:453px;
	height:30px;
	position:absolute;
	top:0px;
	right:0px;
	}

.headTopNavi li{
	margin-left:1px;
	color:#fff;
	font-size:14px;
	text-align:center;
	background-color:#486A92;
	float:right;
	}

.headTopNavi li:first-child{
	background-color:#009AC5;
	}

.headTopNavi li a{
	padding-top:5px;
	color:#fff;
	display:block;
	width:150px;
	height:30px;
	}

.headTopNavi li a:hover{
	background-color:#999;
	}
p.enBtn{
	display:block;
	width:280px;
	height:40px;
	background-color:#001F47;
	position:absolute;
	top:60px;
	right:0px;
	color:#fff;
	font-size:16px;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	}

p.enBtn a{
	padding-top:10px;
	color:#fff;
	display:block;
	width:280px;
	height:40px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	}

p.enBtn a:hover{
	background-color:#999;
	}

/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {

header{
	height:160px;
	}

header .wide{
	height:114px;
	}

header .wide img.logo{
	width:150px;
	top:43px;
	left:5px;
	}

header .wide img.logoTitle{
	width:520px;
	position:absolute;
	top:48px;
	left:165px;
	}

p.enBtn{
	margin-right:10px;
	width:200px;
	height:40px;
	top:53px;
	}

p.enBtn a{
	width:200px;
	height:40px;
	}
}

/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {

header{
	height:54px;
	}

header .wide{
	height:50px;
	}

p.backJloa{
	display:none;
	}

.headTopNavi{
	display:none;
	}

header .wide img.logo{
	width:120px;
	top:2px;
	}

header .wide img.logoTitle{
	display:none;
	}

p.enBtn{
	display:none;
	}

}
 

/* ----------------------------------------------------------------------
英語ページ
---------------------------------------------------------------------- */

header.englishPage{
	width:100%;
	height:94px;
	background-color:#fff;
	}


header.englishPage .wide{
	height:90px;
	}

p.menuBtn{
	padding-top:10px;
	display:block;
	width:280px;
	height:40px;
	background-color:#001F47;
	position:absolute;
	top:27px;
	right:0px;
	color:#fff;
	font-size:16px;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	}

p.menuBtn:hover{
	background-color:#999;
	cursor:pointer;
	}

header .wide img.logoEnPage{
	width:175px;
	position:absolute;
	top:11px;
	}

header .wide img.logoTitleEnPage{
	width:690px;
	position:absolute;
	top:20px;
	left:187px;
	}

/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {

header.englishPage{
	height:74px;
	}

header.englishPage .wide{
	height:70px;
	}

header .wide img.logoEnPage{
	width:150px;
	top:5px;
	left:5px;
	}

header .wide img.logoTitleEnPage{
	width:520px;
	position:absolute;
	top:16px;
	left:165px;
	}

p.menuBtn{
	top:17px;
	right:10px;
	}


}



/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {

p.menuBtn{
	display:none;
	}

header.englishPage{
	height:54px;
	}

header.englishPage .wide{
	height:50px;
	}

header .wide img.logoEnPage{
	width:120px;
	top:2px;
	}

header .wide img.logoTitleEnPage{
	display:none;
	}

p.enBtn{
	display:none;
	}

}



/* ----------------------------------------------------------------------
グローバルナビゲーション
---------------------------------------------------------------------- */

nav{
	max-width:1200px;
	margin:0 auto;
	}

hr{
	border-top:0;
	border-bottom:4px solid #486A92;
	}

/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
nav{
	display:none;
	}
}


#dropmenu {
	list-style-type: none;
	width: 100%;
	padding: 0;
	}

#dropmenu li {
	position: relative;
	width: 16.66%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.bl{
	border-left:1px solid #ddd;
	}

.br{
	border-right:1px solid #ddd;
	}

.nonclick{
	cursor: default;
	pointer-events:hover;
	}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 13px 0;
	text-decoration: none;
	color:#000;
	line-height:1em;
	text-align:center;
	}

#dropmenu li span {
	display: block;
	margin: 0;
	padding: 13px 0;
	text-decoration: none;
	color:#000;
	line-height:1em;
	text-align:center;
	}

#dropmenu li:first-child a {
	}

#dropmenu li a:hover {
	}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
	}

#dropmenu li ul li a {
	padding: 13px 15px;
	background: #eee;
	text-align: left;
	font-size: 12px;
	line-height:1.3em;
	font-weight: normal;
	}

#dropmenu > li:hover > a {  background: #ddd;}
#dropmenu > li:hover > span {  background: #ddd;}
#dropmenu > li:hover li:hover > a {  background: #ddd }
#dropmenu > li:hover > ul > li {
	overflow: visible;
	height: auto;
	}



/* ----------------------------------------------------------------------
ドロワー
---------------------------------------------------------------------- */

.drawerButton{
	display:block;
	width:60px;
	height:50px;
	float:right;
	position:relative;
	}

.drawerButton:hover{
	cursor:pointer;
	}

.drawerButton:hover{
	background-color:#ccc;
	transition: background-color 0.3s;
	}

.drawerButton .line1{
	display:block;
	height:5px;
	width:20px;
	background-color:#486A92;
	position:absolute;
	top:12px;
	left: 0;
	right: 0;
	margin:auto;
	}

.drawerButton .line2{
	display:block;
	height:5px;
	width:20px;
	background-color:#486A92;
	position:absolute;
	top:22px;
	left: 0;
	right: 0;
	margin:auto;
	}

.drawerButton .line3{
	display:block;
	height:5px;
	width:20px;
	background-color:#486A92;
	position:absolute;
	top:32px;
	left: 0;
	right: 0;
	margin:auto;
	}

.drawerButton{
	display:none;
	}

/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
.drawerButton{
	display:block;
	}
}

.drawerNav{
	color:#fff;
	}


/* ----------------------------------------------------------------------
ドロワーメニュー
---------------------------------------------------------------------- */

#sb-site{
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);	
	}

.sb-slidebar span {
	cursor: pointer;
	display: block;
	border-top: 1px solid #fff;
	padding: 15px 0 15px 15px;
	}

.sb-slidebar span.spanLast {
	border-bottom: 1px solid #fff;
	margin-bottom:56px;
	}

.sb-slidebar span a{
	color:#000;
	display: block;
	}

.sb-slidebar span a:hover {
	text-decoration:underline;
	}

.sb-slidebar ul.menu1{
	padding: 0 0 10px;
	}

.sb-slidebar ul.menu1 li {
	padding: 0 0 10px 15px;
	cursor: pointer;
	}

.sb-slidebar ul.menu1 li a {
	color:#000;
	}

.sb-slidebar ul.menu1 li:before{
	font-family: FontAwesome;
	content: '\f138'; /* アイコンのunicode */
	padding-right:5px;
	color:#486A92;
	}




/* ----------------------------------------------------------------------
メイン
---------------------------------------------------------------------- */

#main{
	background-color:#fff;
	}

#main section{
	display:block;
	}

#main aside{
	display:block;
	background-color:green;
	}


/* ----------------------------------------------------------------------
ホームイメージ
---------------------------------------------------------------------- */

#homeImg{
	margin:0;
	display:block;
	width:100%;
	height:300px;
	background-image: url(../img/homeImg1.jpg);
	background-size: cover;
	background-position: center;
	position:relative;
	}

.blueLine{
	width:100%;
	height:60px;
	background-color:#001F47;
	position:absolute;
	bottom:0;
	left: 0;
	background-color: rgba(0,31,71,0.6);
	}

.blueLine .theme{
	position: relative;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	max-width:1000px;
	width:90%;
	}

/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {

#homeImg{
	height:250px;
	}

.blueLine{
	height:50px;
	}

}

/* col-sm- 991px 以下 */
@media screen1
    and (max-width: 991px) {

#homeImg{
	height:200px;
	}
}

/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

#homeImg{
	height:180px;
	}

.blueLine{
	height:35px;
	}

}


/* ----------------------------------------------------------------------
ホーム
---------------------------------------------------------------------- */

.kyokaiLogo{
	padding-top:20px;
	display:block;
	}

.logoTitleSp{
	display:none;
	}

/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
.logoTitleSp{
	margin:0 auto 30px;
	width:95%;
	display:block;
	}
}

.kyokaiLogo img.jloaLogo{
	margin-bottom:10px;
	width:150px;
	display:inline-block;
	}

.kyokaiLogo img.kaloLogo{
	margin-bottom:10px;
	width:90px;
	display:inline-block;
	}

.kyokaiLogo p{
	margin-bottom:10px;
	font-size:18px;
	}

.kyokaiKaicho{
	width:100%;
	}

.kyokaiKaicho p{
	font-size:14px;
	text-align:center;
	}

.kyokaiKaicho p span{
	font-size:24px;
	color:#486A92;
	font-weight:bold;
	}

.kyokaiKaichoT{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
	position:absolute;
	top:0;
	left:0;
	right:0;
	}

.how{
	display:block;
	width:100%;
	height:300px;
	background-image: url(../img/homeImg2.jpg);
	background-size: cover;
	background-position: center;
	position:relative;
	}

.gala{
	display:block;
	width:100%;
	height:auto;
	background-image: url(../img/homeImg3.jpg);
	background-size: cover;
	background-position: center;
	padding-bottom:20px;
	}

/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
.how{
	height:280px;
	}
}

.how img{
	position: relative;
	position: absolute;
	top: 60%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	max-width:800px;
	}

.how img.howSp{
	display:none;
	}

.gala img{
	margin:0 auto;
	max-width:500px;
	}


/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {

.how img.howPC{
	width:95%;
	}

}


/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

.kyokaiKaichoT{
	border-width: 40px 50vw 0 50vw;
	}

.how{
	height:450px;
	}

.how img{
	top: 55%;
	}


.how img.howPc{
	display:none;
	}

.how img.howSp{
	width:90%;
	display:block;
	}

.gala img{
	width:90%;
	}


}


/* max-width: 480px 以下 */
@media screen
    and (max-width: 480px) {
.how{
	height:400px;
	}
}


/* ----------------------------------------------------------------------
ホーム カウントダウン
---------------------------------------------------------------------- */

.countdown{
	padding:20px 0 30px;
	}

.countdown p.limitTime{
	margin-bottom:10px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	}

#countdown1{
	color:red;
	}

p.homeSubBtn{
	margin:0 auto;
	display:block;
	width:50%;
	background-color:#001F47;
	color:#fff;
	font-size:16px;
	text-align:center;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	-o-border-radius:35px;
	border-radius:35px;
	font-size:30px;
	text-align:center;
	line-height:1em;
	}

p.homeSubBtn a{
	padding:20px 0;
	color:#fff;
	display:block;
	width:100%;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	-o-border-radius:35px;
	border-radius:35px;
	text-align:center;
	line-height:1em;
	}

p.homeSubBtn a:hover{
	background-color:#999;
	}

/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

p.homeSubBtn{
	width:80%;
	font-size:24px;
	}
}

/* max-width: 480px 以下 */
@media screen
    and (max-width: 480px) {

.countdown p.limitTime{
	font-size:20px;
	}

p.homeSubBtn{
	width:90%;
	font-size:24px;
	}
}

/* max-width: 320px 以下 */
@media screen
    and (max-width: 320px) {
p.homeSubBtn{
	width:90%;
	font-size:20px;
	}
}


/* ----------------------------------------------------------------------
ホーム ニュース
---------------------------------------------------------------------- */

.newsArea{
	background-color:#F0FAFF;
	}

.newsArea p.homeNews{
	padding:20px 0 10px;
	font-weight:700;
	text-align:center;
	line-height:1em;
	color:#000;
	font-size:28px;
	}
.newsArea p.homeNews i{
	color:#009ac5;
	}

.newsArea hr{
	margin:0!important;
	border:none;
	border-bottom:1px dotted #ccc;
	}

.newsArea .container-fluid{
	margin-top:15px;
	margin-bottom:15px;
	}

.newsArea .container-fluid time{
	padding:5px 10px;
	background-color:#486a92;
	color:#fff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	font-weight:200;
	}


/* ----------------------------------------------------------------------
ホーム 会場のご案内
---------------------------------------------------------------------- */

.venueInfo h2{
	padding:10px;
	background-color:#001f47;
	text-align:center;
	color:#fff;
	}

.venueInfo img{
	float:left;
	margin-right:15px;
	}

.venueInfo h3{
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#486a92;
	}

.venueInfo h4{
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
	}

.venueInfo address{
	font-size:14px;
	margin-bottom:10px;
	}

.toAccess{
	margin:0 auto 30px;
	width:280px;
	line-height:1em;
	}

.toAccess a{
	display:block;
	padding:10px;
	width:280px;
	height:36px;
	text-align:center;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-o-border-radius:18px;
	border-radius:18px;
	color:#000;
	background-color:#999;
	line-height:1em;
	font-weight:normal;
	font-size:16px;
	}

.toAccess a:hover{
	cursor:pointer;
	color:#fff;
	background-color:#000;
	}


/* ----------------------------------------------------------------------
ホーム 締め切り日程
---------------------------------------------------------------------- */.deadline h2{
	padding:10px;
	background-color:#001f47;
	text-align:center;
	color:#fff;
	}

.deadline h3{
	display:block;
	margin:0 auto 10px;
	width:200px;
	padding:10px;
	text-align:center;
	color:#001f47;
	font-weight:bold;
	border:4px solid #001f47;
	}
.deadline h4{
	display:block;
	margin:0 auto 10px;

	padding:10px;
	text-align:center;
	color:#001f47;
	font-weight:bold;
	border:4px solid #001f47;
	}

.deadline p{
	text-align:center;
	color:#001f47;
	font-weight:bold;
	font-size:20px;
	color:#009AC5
	}


/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */

footer{
	background-color:#ddd;
	}

footer h2{
	font-weight:bold;
	}


/* ----------------------------------------------------------------------
ページ
---------------------------------------------------------------------- */

.page{
	border-top:1px solid #ddd;
	padding-top:10px;
	}

/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {

.page{
	border:0;
	}
}

.page h1{
	font-size:40px;
	color:#001f47;
	font-weight:bold;
	}

.page h2{
	font-size:32px;
	padding:15px;
	background-color:#F0FAFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	}

.page h3{
	font-size:28px;
	color:#009AC5;
	}

.page h4{
	font-size:20px;
	color:#000;
	font-weight:bold;
	}

.resTable h6{
	font-size:20px;
	}

.resTable hr{
	margin:0!important;
	border:none;
	border-bottom:1px dotted #ccc;
	}

.resTable .container-fluid{
	margin-top:15px;
	margin-bottom:15px;
	}

.resTable .container-fluid time{
	padding:5px 10px;
	background-color:#486a92;
	color:#fff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	font-weight:200;
	}

.tableH3em{
	height:3em;
	}

.tableH4em{
	height:4em;
	}


/* タブメニュー -------------------------------------------------- */

.tabMenu{
	margin-bottom:30px;
	display:block;
	border-bottom:1px solid #ddd;
	}

.tabMenu li a{
	text-align:center;
	color:#000;
	padding:10px 0;
	margin-right:5px;
	line-height:1em;
	display:block;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	float:left;
	width:24.28%;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left--radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}

.tabMenu li a:hover{
	background-color:#ddd;
	cursor:pointer;
	}

.tabMenu li.ac a{
	background-color:#486a92;
	color:#fff;
	cursor:default;
	pointer-events: none;
	}

.tabMenu li.ac a:hover{
	text-decoration:none;
	}

.tabMenu li:first-child{
	margin-left:10px;
	}




/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {

.tabMenu li a{
	font-size:16px;
	width:23.9%;
	}
}

/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

.tabMenu{
	margin-bottom:20px;
	border:none;
	}

.tabMenu li a{
	margin:0 0 10px;
	font-size:18px;
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border--radius: 10px;
	border-radius: 10px;
	border:1px solid #ddd;
	}
.tabMenu li:first-child{
	margin-left:0;
	}
.tabMenu li:last-child{
	margin-bottom:0;
	}
}


/* タブメニュー（プレコース） -------------------------------------------------- */

.tabMenu2{
	margin-bottom:30px;
	display:block;
	border-bottom:1px solid #ddd;
	}

.tabMenu2 li a{
	text-align:center;
	color:#000;
	padding:10px 0;
	margin-right:5px;
	line-height:1em;
	display:block;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	float:left;
	width:16%;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left--radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}

.tabMenu2 li a:hover{
	background-color:#ddd;
	cursor:pointer;
	}

.tabMenu2 li.ac a{
	background-color:#486a92;
	color:#fff;
	cursor:default;
	pointer-events: none;
	}

.tabMenu2 li.ac a:hover{
	text-decoration:none;
	}

.tabMenu2 li:first-child{
	margin-left:10px;
	}



/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {

.tabMenu2 li a{
	font-size:16px;
	width:15.7%;
	}
}

/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

.tabMenu2{
	margin-bottom:20px;
	border:none;
	}

.tabMenu2 li a{
	margin:0 0 10px;
	font-size:18px;
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border--radius: 10px;
	border-radius: 10px;
	border:1px solid #ddd;
	}
.tabMenu2 li:first-child{
	margin-left:0;
	}
.tabMenu2 li:last-child{
	margin-bottom:0;
	}
}



/*--------------------------
地図写真
--------------------------*/

.mapPic{
	margin-right:20px;
	float:left;
	width:150px;
	}


/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.mapPic{
	width:250px;
	margin:0 auto 20px;
	float:none;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	}
}

.grayLine{
	padding:15px;
	border:1px solid #ccc;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	}

ul.dotList li{
    list-style: none;
}
 
ul.dotList > li:before {
    content: "\f192";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
    color: #ccc; /* 文字色 */
}


ul.dotList2 li{
    list-style: none;
}
 
ul.dotList2 > li:before {
    content: "\f111";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
}
ul.dotList3 li{
    list-style: none;
}
 
ul.dotList3 > li:before {
    content: "\f069";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
}

.submitBtn a{
	margin:0 auto 20px;
	padding-top:10px;
	width:60%;
	height:50px;
	text-align:center;
	background-color:#ff9966;
	display:block;
	font-size:24px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	color:#fff;
	}

.submitBtn a:hover{
	background-color:#333399;
	}

/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {

.submitBtn a{
	width:100%;
	}
}


/*--------------------------
地図アイコン
--------------------------*/

.map i{
	color:#ff6666;
	font-size:16px;
	}


.map a {
	color:#000;
	text-align:center;
	margin:0 15px 0 0;
	box-sizing:border-box;
	width:300px;
	padding:7px;
	display:inline-block;
	border:1px solid #ccc;
	text-shadow:0px 1px 0px #fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #fff;
	}

.map a:hover {
	text-decoration:none;
	background: #ddd;
	cursor:pointer;
	}

/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.map a {
	width:100%;
	}
}