/* 
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;
}

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

.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;
}

.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: '※';
}


/******************************
 header
*******************************/
header {
  position: relative;
}

header h1 img {
  vertical-align: bottom;
}

header .btn {
  position: absolute;
  bottom: 0;
  background: rgba(220,27,34,0.7);
  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/#089b7e+0,01572e+100 */
  background: #089b7e; /* Old browsers */
  background: -moz-linear-gradient(top,  #089b7e 0%, #01572e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #089b7e 0%,#01572e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #089b7e 0%,#01572e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089b7e', endColorstr='#01572e',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;
}

.intro-inr {
  background: #089b7e;
  padding: 50px 40px;
}

.intro .txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

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

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

.wh-box-ttl {
  position: absolute;
  top: -30px;
  left: -30px;
  background: #c5b358;
  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: #c5b358 transparent transparent transparent;
}


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

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

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

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

.outline-list dt span {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  background-color: #01572e;
  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 .small {
  font-size: 14px;
}

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

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

.table-a {
  border: 1px solid #009688;
  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: #f0fff3;
  border: 1px solid #009688;
}
.table-a td {
  border: 1px solid #009688;
  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: 86px;
  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;
}

.tkb .wh-box-subttl {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: normal;
}

.tkb .img-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.tkb .logo {
  margin-top: 20px;
  text-align: center;
}

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

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

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

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

.entry-btn-list li {
  float: left;
  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: #01572e;
  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.5;
}

.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;
}

.guest .img {
  text-align: center;
  margin-bottom: 20px;
}

.guest .txt01 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.guest .txt01 span {
  font-size: 16px;
}

.guest .txt02 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.guest-list {
  margin-top: 20px;
  line-height: 1.6;
}

.guest-list dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 2px;
}

.guest-list dd {
  margin-bottom: 10px;
  font-size: 13px;
}
