    html, body {
      position: relative;
      height: 100%;
    }

    body {
      background: #000;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#ccc;
      margin: 0;
      padding: 0;
    }

a {font-size:16px ; font-weight:bold ; }

h1 { font-size:18px ;font-weight:bold !important ; margin-bottom:6px !important ; margin-top:12px ; padding:6px ; text-align:center }
h2 { font-size:16px ;font-weight:bold !important ; margin-bottom:6px !important ; margin-top:12px ; padding:6px ; background-color:#333;  }
h3 { font-size:14px ;font-weight:bold !important ; margin-bottom:6px !important ; padding:4px ; background-color:#222;  }
strong {font-size:16px ; font-weight:bold ; }
small { font-size:12px }
span.red { color:#ff0000 }
span.blue { color:#0000bb }

img{
max-width: 96%;
height: auto;
}

.ticket { font-size: 16px; }
.ticket dl {  }
.ticket dt {  }
.ticket dd {  }

.thanx { text-align:left ; width:96%}

input,select,textarea { font-size:18px ; margin-bottom:6px }


/* ----- tour ----- */
#tour { margin:0 12px 0 !important}


/* ----- footer ----- */
.footer { color:#aaa ; text-align:center ; font-size:12px ; margin:20px 0 16px 0 }

/* ----- youtubeレスポンシブ ----- */
.movie-wrap {
     text-align:center;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;

}