/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/******************************
 common
*******************************/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
  background-color: #fff;
  color: #666;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

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

.pc {display: block;}
.sp {display: none;}
.pc-inline {display: inline;}
.sp-inline {display: none;}

.opa {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.w100 {
  width: 100%;
  height: auto;
}

.inr {
  width: 980px;
  margin: 0 auto;
}

.center {
  text-align: center !important;
}

.bold {
  font-weight: bold;
}

.txt {
  line-height: 1.6;
  font-size: 14px;
}

.blue {
  color: #2ca6e0;
}

.f-xs {
  font-size: 0.7em;
}

.red {
  color: #f00;
}

.ml0 {
  margin-left: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.disc-list {
  list-style: disc;
  line-height: 1.5;
  font-size: 14px;
  margin-left: 18px;
}

.disc-list > li {
/*  padding-left: 1em;
  text-indent: -1em;*/
  list-style-position: outside;
  margin-bottom: 2px;
}

.decimal-list {
  list-style: decimal;
  line-height: 1.5;
  font-size: 14px;
  margin-left: 18px;
}

.decimal-list > li {
/*  padding-left: 1em;
  text-indent: -1em;*/
  list-style-position: outside;
  margin-bottom: 2px;
}

.asterisk-list {
  line-height: 1.5;
  font-size: 12px;
}

.asterisk-list > li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
  margin-bottom: 2px;
}

.asterisk-list > li:before {
  content: '※';
}

.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w33 {width: 33%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}


/******************************
 header
*******************************/
header {
  position: relative;
  min-width: 980px;
}

header h1 img {
  vertical-align: bottom;
}

header .btn {
  position: absolute;
  bottom: 0;
/*   background: rgba(0,0,0,0.3); */
  width: 100%;
  min-width: 980px;
  height: 100px;
  text-align: center;
}

.btn-list {
  display: inline-block;
}

.btn-list li {
  display: inline-block;
  padding: 20px;
}

#prevbtn {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 100;
}


/******************************
 container
*******************************/
.container {
  padding: 40px 0 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2e9fb+0,#a1c4fd+100 */
  background: #c2e9fb; /* Old browsers */
  background: -moz-linear-gradient(top, #c2e9fb 0%, #a1c4fd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c2e9fb 0%, #a1c4fd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c2e9fb 0%, #a1c4fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd',GradientType=0 ); /* IE6-9 */
  min-width: 980px;
  width: 100%;
}

.btn-entry {
  text-align: center;
  padding-bottom: 40px;
}

.intro {
  background-image: url(../img/top-stripe.png);
  background-repeat: repeat;
  padding: 15px;
  position: relative;
  margin-bottom: 60px;
  background-color: #0c90d0;
}

.intro-inr {
  background: #0c90d0;
  padding: 30px 40px;
}

.intro .txt {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
}

.intro .txt .small {
  font-size: 0.7em;
  margin-top: -5px;
  display: block;
}

.intro .img {
  position: absolute;
  top: -20px;
  right: 0;
}

.outline-cs {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
  padding: 20px;
  background: #ff1731;
  color: #fff;
  line-height: 1.4;
}

.wh-box {
  margin-bottom: 40px;
  background: #fff;
  padding: 30px;
  position: relative;
}

.wh-box-ttl {
  position: absolute;
  top: -30px;
  left: -30px;
  background: #3d5fa5;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
}

.wh-box-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 30px 0 0;
  border-color: #3d5fa5 transparent transparent transparent;
}

.bl-box {
  margin-bottom: 40px;
  background: #3d5fa5;
  padding: 30px;
  position: relative;
}

.bl-box-ttl {
  position: absolute;
  top: -30px;
  left: -30px;
  background: #fff;
  color: #3d5fa5;
  font-size: 20px;
  padding: 0 15px;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
}

.bl-box-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}

.ttlico {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.outline-list {
  display: table;
  margin-bottom: 15px;
  line-height: 1.4;
}

.outline-list.last {
  margin-bottom: 0;
}

.outline-list dt {
  color: #3d5fa5;
  display: table-cell;
  vertical-align: middle;
  width: 74px;
}

.outline-list dt span {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  background-color: #3d5fa5;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.outline-list dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 32px;
}

.outline-list dd.address {
  font-size: 14px;
}

.outline-list dd.course {
  font-size: 18px;
}

.outline-list dd.small {
  font-size: 18px;
}

.outline-list dd a {
  color: #666;
}

.outline-list .logo-phiten {
  vertical-align: bottom;
  margin-left: 10px;
  display: inline-block;
}

.table-a {
  border: 1px solid #75d0fc;
  line-height: 1.4;
  width: 100%;
}
.table-a th, .table-a td {
  text-align: center;
  padding: 13px;
  font-size: 14px;
  vertical-align: middle;
}
.table-a th {
  background-color: #f0f9ff;
  border: 1px solid #75d0fc;
}
.table-a td {
  border: 1px solid #75d0fc;
  text-align: left;
}

.table-b th, .table-b td {
  font-size: 14px;
  font-weight: lighter;
  padding-right: 17px;
  padding-bottom: 17px;
  vertical-align: top;
  line-height: 1.4;
}
.table-b tr:last-child th, .table-b tr:last-child td {
  padding-bottom: 10px;
}
.table-b th {
  width: 140px;
  text-align: left;
}

.wh-box.col2 {
  width: 475px;
  float: left;
  margin-right: 30px;
}

.wh-box.col2.last {
  margin-right: 0;
}

.attention {
  background: #e8fff2 !important;
}

.attention .txt {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
}

.attention .logo {
  margin: 0 auto;
  text-align: center;
  width: 242px;
}

.attention .logo a {
  display: block;
  padding: 8px;
  background: #fff;
}

.entry-ttl {
  text-align: center;
  margin-bottom: 20px;
}

.entry-ttl .ttl {
  color: #3d5fa5;
  font-size: 28px;
  vertical-align: middle;
  font-weight: normal;
}

.limit {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background-color: #3d5fa5;
  padding: 6px 20px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
}

.entry-start {
 text-align: center;
 margin: 20px auto;
 font-size: 18px;
 font-weight: bold;
 color: #fff;
 background-color: #999;
 padding: 10px;
}

.entry-btn-list {
  margin-bottom: 30px;
}

.entry-btn-list li {
/*   float: left; */
display: inline-block;
  margin-left: 11px;
  margin-bottom: 10px;
}

.contact-ttl {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 10px;
}

.contact-txt {
  font-size: 13px;
}

.wh-box-subttl {
  color: #3d5fa5;
  font-size: 16px;
  margin-bottom: 10px;
}

.other .txt {
  margin-bottom: 15px;
  font-size: 11px;
}

.other .wh-box-boldttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}

.other .num-list {
  list-style: decimal;
}

.other .num-list li {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 6px;
  list-style: url;
  margin-left: 17px;
}

.other .num-list li:last-child {
  margin-bottom: 0;
}

.other .poli {
  font-size: 11px;
  line-height: 1.6;
}

.other .poli dt {
  font-weight: bold;
  margin-bottom: 3px;
}

.other .poli dd {
  margin-left: 11px;
  margin-bottom: 10px;
}

.copy {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
  color: #fff;
}

.fbbtn {
  padding: 12px 10px;
  text-align: center;
  width: 440px;
  height: 100px;
  position: absolute;
  bottom:2%;
  left:0;
  right:0;
  margin: auto;

}

.fbbtn a {
  display: block;
  font-size: 28px;
  line-height: 1.3;
  text-decoration: none;
  color: #52a0ff;
}

.fbbtn:hover {
  opacity: 0.8;
}

.wf-mplus1p { font-family: "Mplus 1p"; }

.subnavi {
  width: 80%;
  margin: 20px auto;
}

.subnavi .anc01 {
  width: 100%;
  border: 4px solid #0c90d0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
}

.subnavi .anc {
  width: 48%;
  border: 4px solid #0c90d0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
}

.subnavi a {
  display: block;
  color: #0c90d0;
  font-weight: bold;
  font-family: "Mplus 1p";
}

.subnavi .anc:hover {
  color: #fff;
  background: #0c90d0;
}

.subnavi .anc01:hover {
  color: #fff;
  background: #0c90d0;
}

.subnavi .anc01 a:hover {
  color: #fff;
}

.subnavi .anc a:hover {
  color: #fff;
}

.subnavi .anc:nth-child(even) {
  float: left;
}

.subnavi .anc:nth-child(odd) {
  float: right;
}

.guest dt {
  float: left;
  width: 30%;
}

.guest dt img {
  width: 100%;
  height: auto;
}

.guest dd {
  float: right;
  width: 70%;
  padding: 0 20px;
}

.guest dd span {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
  margin-bottom: 8px;
}

.guest dd a {
  color: #3d5fa5;
}

.news {
  width: 100%;
  margin: 0 auto;
  height: 240px;
  overflow-y: scroll;
}

.news a {
  color: #3d5fa5;
}

.flag dt {
  margin: auto;
  display: block;
  text-align: center;
}

.flag dt img {
  width: 80%;
}

#swallow .flag dt img {
  width: 69%;
}

.flag dd {
  margin-top: 10px;
  text-align: center;
}

.flag span {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: red;
}

.sponsor li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.sponsor li:hover {
  opacity: 0.8;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #3d5fa5;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 2px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #3d5fa5;
    opacity: 0.8;
}

.swallow-profile {
  text-align: left !important;
  width: 50%;
  margin: 10px auto;
  line-height: 1.4;
}

.youtube-wrap {
  width: 100%;
  margin: 0px auto 30px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.soldout {
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	cursor: default;
}