/* 
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.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s 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/#a8dfff+0,#8ca6db+100 */
  background: #a8dfff; /* Old browsers */
  background: -moz-linear-gradient(top, #a8dfff 0%, #8ca6db 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a8dfff 0%, #8ca6db 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a8dfff 0%, #8ca6db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dfff', endColorstr='#8ca6db',GradientType=0 ); /* IE6-9 */
  min-width: 980px;
  width: 100%;
}


.event {
  width: 80%;
  margin: 0 auto 60px;
}

.event .date {
  margin: 0 auto 20px;
  font-size: 24px;
  color: #000;
  border-left: 8px solid #fff;
  padding-left: 10px;
  line-height: 1.5;
}

.event .date .entry {
  color:#e60012;
}

.event p {
  text-align: center;
}

.event .txt {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}



.wh-box-link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}

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

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

.wh-box .date {
  color: #2ca6e0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.wh-box .logo {
  width: 70%;
  margin: 20px auto;
}

.wh-box .event {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.wh-box .place {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

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