@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(./extend.css);
@import url("https://fonts.googleapis.com/css?family=Quantico");
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; }

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

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: ms(0);
  line-height: 1;
  color: #000;
  position: relative;
  -webkit-font-smoothing: antialiased; }

/* Links ---------------------- */
a {
  color: #d8383c;
  text-decoration: none;
  line-height: inherit; }

a:hover {
  color: #ce282d; }

a:focus {
  color: #d8383c;
  outline: none; }

p a, p a:visited {
  line-height: inherit; }

/* Misc ---------------------- */
.left {
  float: left; }
  @media only screen and (max-width: 767px) {
    .left {
      float: none; } }

.right {
  float: right; }
  @media only screen and (max-width: 767px) {
    .right {
      float: none; } }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.hide {
  display: none; }

.highlight {
  background: #ffff99; }

#googlemap img, object, embed {
  max-width: none; }

#map_canvas embed {
  max-width: none; }

#map_canvas img {
  max-width: none; }

#map_canvas object {
  max-width: none; }

/* Reset for strange margins by default on <figure> elements */
figure {
  margin: 0; }

.xs-p-5 {
  padding: 5 !important;
  padding: -5 !important; }

.xs-p-10 {
  padding: 10 !important;
  padding: -5 !important; }

.xs-p-15 {
  padding: 15 !important;
  padding: -5 !important; }

.xs-p-20 {
  padding: 20 !important;
  padding: -5 !important; }

.xs-p-25 {
  padding: 25 !important;
  padding: -5 !important; }

.xs-p-30 {
  padding: 30 !important;
  padding: -5 !important; }

.xs-p-35 {
  padding: 35 !important;
  padding: -5 !important; }

.xs-p-40 {
  padding: 40 !important;
  padding: -5 !important; }

.xs-p-45 {
  padding: 45 !important;
  padding: -5 !important; }

.xs-p-50 {
  padding: 50 !important;
  padding: -5 !important; }

.xs-p-55 {
  padding: 55 !important;
  padding: -5 !important; }

.xs-p-60 {
  padding: 60 !important;
  padding: -5 !important; }

.xs-p-65 {
  padding: 65 !important;
  padding: -5 !important; }

.xs-p-70 {
  padding: 70 !important;
  padding: -5 !important; }

.xs-p-75 {
  padding: 75 !important;
  padding: -5 !important; }

.xs-p-80 {
  padding: 80 !important;
  padding: -5 !important; }

.xs-p-85 {
  padding: 85 !important;
  padding: -5 !important; }

.xs-p-90 {
  padding: 90 !important;
  padding: -5 !important; }

.xs-p-95 {
  padding: 95 !important;
  padding: -5 !important; }

.xs-p-100 {
  padding: 100 !important;
  padding: -5 !important; }

.xs-pt-5 {
  padding-top: 5 !important;
  padding-top: -5 !important; }

.xs-pt-10 {
  padding-top: 10 !important;
  padding-top: -5 !important; }

.xs-pt-15 {
  padding-top: 15 !important;
  padding-top: -5 !important; }

.xs-pt-20 {
  padding-top: 20 !important;
  padding-top: -5 !important; }

.xs-pt-25 {
  padding-top: 25 !important;
  padding-top: -5 !important; }

.xs-pt-30 {
  padding-top: 30 !important;
  padding-top: -5 !important; }

.xs-pt-35 {
  padding-top: 35 !important;
  padding-top: -5 !important; }

.xs-pt-40 {
  padding-top: 40 !important;
  padding-top: -5 !important; }

.xs-pt-45 {
  padding-top: 45 !important;
  padding-top: -5 !important; }

.xs-pt-50 {
  padding-top: 50 !important;
  padding-top: -5 !important; }

.xs-pt-55 {
  padding-top: 55 !important;
  padding-top: -5 !important; }

.xs-pt-60 {
  padding-top: 60 !important;
  padding-top: -5 !important; }

.xs-pt-65 {
  padding-top: 65 !important;
  padding-top: -5 !important; }

.xs-pt-70 {
  padding-top: 70 !important;
  padding-top: -5 !important; }

.xs-pt-75 {
  padding-top: 75 !important;
  padding-top: -5 !important; }

.xs-pt-80 {
  padding-top: 80 !important;
  padding-top: -5 !important; }

.xs-pt-85 {
  padding-top: 85 !important;
  padding-top: -5 !important; }

.xs-pt-90 {
  padding-top: 90 !important;
  padding-top: -5 !important; }

.xs-pt-95 {
  padding-top: 95 !important;
  padding-top: -5 !important; }

.xs-pt-100 {
  padding-top: 100 !important;
  padding-top: -5 !important; }

.xs-pr-5 {
  padding-right: 5 !important;
  padding-right: -5 !important; }

.xs-pr-10 {
  padding-right: 10 !important;
  padding-right: -5 !important; }

.xs-pr-15 {
  padding-right: 15 !important;
  padding-right: -5 !important; }

.xs-pr-20 {
  padding-right: 20 !important;
  padding-right: -5 !important; }

.xs-pr-25 {
  padding-right: 25 !important;
  padding-right: -5 !important; }

.xs-pr-30 {
  padding-right: 30 !important;
  padding-right: -5 !important; }

.xs-pr-35 {
  padding-right: 35 !important;
  padding-right: -5 !important; }

.xs-pr-40 {
  padding-right: 40 !important;
  padding-right: -5 !important; }

.xs-pr-45 {
  padding-right: 45 !important;
  padding-right: -5 !important; }

.xs-pr-50 {
  padding-right: 50 !important;
  padding-right: -5 !important; }

.xs-pr-55 {
  padding-right: 55 !important;
  padding-right: -5 !important; }

.xs-pr-60 {
  padding-right: 60 !important;
  padding-right: -5 !important; }

.xs-pr-65 {
  padding-right: 65 !important;
  padding-right: -5 !important; }

.xs-pr-70 {
  padding-right: 70 !important;
  padding-right: -5 !important; }

.xs-pr-75 {
  padding-right: 75 !important;
  padding-right: -5 !important; }

.xs-pr-80 {
  padding-right: 80 !important;
  padding-right: -5 !important; }

.xs-pr-85 {
  padding-right: 85 !important;
  padding-right: -5 !important; }

.xs-pr-90 {
  padding-right: 90 !important;
  padding-right: -5 !important; }

.xs-pr-95 {
  padding-right: 95 !important;
  padding-right: -5 !important; }

.xs-pr-100 {
  padding-right: 100 !important;
  padding-right: -5 !important; }

.xs-pb-5 {
  padding-bottom: 5 !important;
  padding-bottom: -5 !important; }

.xs-pb-10 {
  padding-bottom: 10 !important;
  padding-bottom: -5 !important; }

.xs-pb-15 {
  padding-bottom: 15 !important;
  padding-bottom: -5 !important; }

.xs-pb-20 {
  padding-bottom: 20 !important;
  padding-bottom: -5 !important; }

.xs-pb-25 {
  padding-bottom: 25 !important;
  padding-bottom: -5 !important; }

.xs-pb-30 {
  padding-bottom: 30 !important;
  padding-bottom: -5 !important; }

.xs-pb-35 {
  padding-bottom: 35 !important;
  padding-bottom: -5 !important; }

.xs-pb-40 {
  padding-bottom: 40 !important;
  padding-bottom: -5 !important; }

.xs-pb-45 {
  padding-bottom: 45 !important;
  padding-bottom: -5 !important; }

.xs-pb-50 {
  padding-bottom: 50 !important;
  padding-bottom: -5 !important; }

.xs-pb-55 {
  padding-bottom: 55 !important;
  padding-bottom: -5 !important; }

.xs-pb-60 {
  padding-bottom: 60 !important;
  padding-bottom: -5 !important; }

.xs-pb-65 {
  padding-bottom: 65 !important;
  padding-bottom: -5 !important; }

.xs-pb-70 {
  padding-bottom: 70 !important;
  padding-bottom: -5 !important; }

.xs-pb-75 {
  padding-bottom: 75 !important;
  padding-bottom: -5 !important; }

.xs-pb-80 {
  padding-bottom: 80 !important;
  padding-bottom: -5 !important; }

.xs-pb-85 {
  padding-bottom: 85 !important;
  padding-bottom: -5 !important; }

.xs-pb-90 {
  padding-bottom: 90 !important;
  padding-bottom: -5 !important; }

.xs-pb-95 {
  padding-bottom: 95 !important;
  padding-bottom: -5 !important; }

.xs-pb-100 {
  padding-bottom: 100 !important;
  padding-bottom: -5 !important; }

.xs-pl-5 {
  padding-left: 5 !important;
  padding-left: -5 !important; }

.xs-pl-10 {
  padding-left: 10 !important;
  padding-left: -5 !important; }

.xs-pl-15 {
  padding-left: 15 !important;
  padding-left: -5 !important; }

.xs-pl-20 {
  padding-left: 20 !important;
  padding-left: -5 !important; }

.xs-pl-25 {
  padding-left: 25 !important;
  padding-left: -5 !important; }

.xs-pl-30 {
  padding-left: 30 !important;
  padding-left: -5 !important; }

.xs-pl-35 {
  padding-left: 35 !important;
  padding-left: -5 !important; }

.xs-pl-40 {
  padding-left: 40 !important;
  padding-left: -5 !important; }

.xs-pl-45 {
  padding-left: 45 !important;
  padding-left: -5 !important; }

.xs-pl-50 {
  padding-left: 50 !important;
  padding-left: -5 !important; }

.xs-pl-55 {
  padding-left: 55 !important;
  padding-left: -5 !important; }

.xs-pl-60 {
  padding-left: 60 !important;
  padding-left: -5 !important; }

.xs-pl-65 {
  padding-left: 65 !important;
  padding-left: -5 !important; }

.xs-pl-70 {
  padding-left: 70 !important;
  padding-left: -5 !important; }

.xs-pl-75 {
  padding-left: 75 !important;
  padding-left: -5 !important; }

.xs-pl-80 {
  padding-left: 80 !important;
  padding-left: -5 !important; }

.xs-pl-85 {
  padding-left: 85 !important;
  padding-left: -5 !important; }

.xs-pl-90 {
  padding-left: 90 !important;
  padding-left: -5 !important; }

.xs-pl-95 {
  padding-left: 95 !important;
  padding-left: -5 !important; }

.xs-pl-100 {
  padding-left: 100 !important;
  padding-left: -5 !important; }

.xs-m-5 {
  margin: 5 !important;
  margin: -5 !important; }

.xs-m-10 {
  margin: 10 !important;
  margin: -5 !important; }

.xs-m-15 {
  margin: 15 !important;
  margin: -5 !important; }

.xs-m-20 {
  margin: 20 !important;
  margin: -5 !important; }

.xs-m-25 {
  margin: 25 !important;
  margin: -5 !important; }

.xs-m-30 {
  margin: 30 !important;
  margin: -5 !important; }

.xs-m-35 {
  margin: 35 !important;
  margin: -5 !important; }

.xs-m-40 {
  margin: 40 !important;
  margin: -5 !important; }

.xs-m-45 {
  margin: 45 !important;
  margin: -5 !important; }

.xs-m-50 {
  margin: 50 !important;
  margin: -5 !important; }

.xs-m-55 {
  margin: 55 !important;
  margin: -5 !important; }

.xs-m-60 {
  margin: 60 !important;
  margin: -5 !important; }

.xs-m-65 {
  margin: 65 !important;
  margin: -5 !important; }

.xs-m-70 {
  margin: 70 !important;
  margin: -5 !important; }

.xs-m-75 {
  margin: 75 !important;
  margin: -5 !important; }

.xs-m-80 {
  margin: 80 !important;
  margin: -5 !important; }

.xs-m-85 {
  margin: 85 !important;
  margin: -5 !important; }

.xs-m-90 {
  margin: 90 !important;
  margin: -5 !important; }

.xs-m-95 {
  margin: 95 !important;
  margin: -5 !important; }

.xs-m-100 {
  margin: 100 !important;
  margin: -5 !important; }

.xs-mt-5 {
  margin-top: 5 !important;
  margin-top: -5 !important; }

.xs-mt-10 {
  margin-top: 10 !important;
  margin-top: -5 !important; }

.xs-mt-15 {
  margin-top: 15 !important;
  margin-top: -5 !important; }

.xs-mt-20 {
  margin-top: 20 !important;
  margin-top: -5 !important; }

.xs-mt-25 {
  margin-top: 25 !important;
  margin-top: -5 !important; }

.xs-mt-30 {
  margin-top: 30 !important;
  margin-top: -5 !important; }

.xs-mt-35 {
  margin-top: 35 !important;
  margin-top: -5 !important; }

.xs-mt-40 {
  margin-top: 40 !important;
  margin-top: -5 !important; }

.xs-mt-45 {
  margin-top: 45 !important;
  margin-top: -5 !important; }

.xs-mt-50 {
  margin-top: 50 !important;
  margin-top: -5 !important; }

.xs-mt-55 {
  margin-top: 55 !important;
  margin-top: -5 !important; }

.xs-mt-60 {
  margin-top: 60 !important;
  margin-top: -5 !important; }

.xs-mt-65 {
  margin-top: 65 !important;
  margin-top: -5 !important; }

.xs-mt-70 {
  margin-top: 70 !important;
  margin-top: -5 !important; }

.xs-mt-75 {
  margin-top: 75 !important;
  margin-top: -5 !important; }

.xs-mt-80 {
  margin-top: 80 !important;
  margin-top: -5 !important; }

.xs-mt-85 {
  margin-top: 85 !important;
  margin-top: -5 !important; }

.xs-mt-90 {
  margin-top: 90 !important;
  margin-top: -5 !important; }

.xs-mt-95 {
  margin-top: 95 !important;
  margin-top: -5 !important; }

.xs-mt-100 {
  margin-top: 100 !important;
  margin-top: -5 !important; }

.xs-mr-5 {
  margin-right: 5 !important;
  margin-right: -5 !important; }

.xs-mr-10 {
  margin-right: 10 !important;
  margin-right: -5 !important; }

.xs-mr-15 {
  margin-right: 15 !important;
  margin-right: -5 !important; }

.xs-mr-20 {
  margin-right: 20 !important;
  margin-right: -5 !important; }

.xs-mr-25 {
  margin-right: 25 !important;
  margin-right: -5 !important; }

.xs-mr-30 {
  margin-right: 30 !important;
  margin-right: -5 !important; }

.xs-mr-35 {
  margin-right: 35 !important;
  margin-right: -5 !important; }

.xs-mr-40 {
  margin-right: 40 !important;
  margin-right: -5 !important; }

.xs-mr-45 {
  margin-right: 45 !important;
  margin-right: -5 !important; }

.xs-mr-50 {
  margin-right: 50 !important;
  margin-right: -5 !important; }

.xs-mr-55 {
  margin-right: 55 !important;
  margin-right: -5 !important; }

.xs-mr-60 {
  margin-right: 60 !important;
  margin-right: -5 !important; }

.xs-mr-65 {
  margin-right: 65 !important;
  margin-right: -5 !important; }

.xs-mr-70 {
  margin-right: 70 !important;
  margin-right: -5 !important; }

.xs-mr-75 {
  margin-right: 75 !important;
  margin-right: -5 !important; }

.xs-mr-80 {
  margin-right: 80 !important;
  margin-right: -5 !important; }

.xs-mr-85 {
  margin-right: 85 !important;
  margin-right: -5 !important; }

.xs-mr-90 {
  margin-right: 90 !important;
  margin-right: -5 !important; }

.xs-mr-95 {
  margin-right: 95 !important;
  margin-right: -5 !important; }

.xs-mr-100 {
  margin-right: 100 !important;
  margin-right: -5 !important; }

.xs-mb-5 {
  margin-bottom: 5 !important;
  margin-bottom: -5 !important; }

.xs-mb-10 {
  margin-bottom: 10 !important;
  margin-bottom: -5 !important; }

.xs-mb-15 {
  margin-bottom: 15 !important;
  margin-bottom: -5 !important; }

.xs-mb-20 {
  margin-bottom: 20 !important;
  margin-bottom: -5 !important; }

.xs-mb-25 {
  margin-bottom: 25 !important;
  margin-bottom: -5 !important; }

.xs-mb-30 {
  margin-bottom: 30 !important;
  margin-bottom: -5 !important; }

.xs-mb-35 {
  margin-bottom: 35 !important;
  margin-bottom: -5 !important; }

.xs-mb-40 {
  margin-bottom: 40 !important;
  margin-bottom: -5 !important; }

.xs-mb-45 {
  margin-bottom: 45 !important;
  margin-bottom: -5 !important; }

.xs-mb-50 {
  margin-bottom: 50 !important;
  margin-bottom: -5 !important; }

.xs-mb-55 {
  margin-bottom: 55 !important;
  margin-bottom: -5 !important; }

.xs-mb-60 {
  margin-bottom: 60 !important;
  margin-bottom: -5 !important; }

.xs-mb-65 {
  margin-bottom: 65 !important;
  margin-bottom: -5 !important; }

.xs-mb-70 {
  margin-bottom: 70 !important;
  margin-bottom: -5 !important; }

.xs-mb-75 {
  margin-bottom: 75 !important;
  margin-bottom: -5 !important; }

.xs-mb-80 {
  margin-bottom: 80 !important;
  margin-bottom: -5 !important; }

.xs-mb-85 {
  margin-bottom: 85 !important;
  margin-bottom: -5 !important; }

.xs-mb-90 {
  margin-bottom: 90 !important;
  margin-bottom: -5 !important; }

.xs-mb-95 {
  margin-bottom: 95 !important;
  margin-bottom: -5 !important; }

.xs-mb-100 {
  margin-bottom: 100 !important;
  margin-bottom: -5 !important; }

.xs-ml-5 {
  margin-left: 5 !important;
  margin-left: -5 !important; }

.xs-ml-10 {
  margin-left: 10 !important;
  margin-left: -5 !important; }

.xs-ml-15 {
  margin-left: 15 !important;
  margin-left: -5 !important; }

.xs-ml-20 {
  margin-left: 20 !important;
  margin-left: -5 !important; }

.xs-ml-25 {
  margin-left: 25 !important;
  margin-left: -5 !important; }

.xs-ml-30 {
  margin-left: 30 !important;
  margin-left: -5 !important; }

.xs-ml-35 {
  margin-left: 35 !important;
  margin-left: -5 !important; }

.xs-ml-40 {
  margin-left: 40 !important;
  margin-left: -5 !important; }

.xs-ml-45 {
  margin-left: 45 !important;
  margin-left: -5 !important; }

.xs-ml-50 {
  margin-left: 50 !important;
  margin-left: -5 !important; }

.xs-ml-55 {
  margin-left: 55 !important;
  margin-left: -5 !important; }

.xs-ml-60 {
  margin-left: 60 !important;
  margin-left: -5 !important; }

.xs-ml-65 {
  margin-left: 65 !important;
  margin-left: -5 !important; }

.xs-ml-70 {
  margin-left: 70 !important;
  margin-left: -5 !important; }

.xs-ml-75 {
  margin-left: 75 !important;
  margin-left: -5 !important; }

.xs-ml-80 {
  margin-left: 80 !important;
  margin-left: -5 !important; }

.xs-ml-85 {
  margin-left: 85 !important;
  margin-left: -5 !important; }

.xs-ml-90 {
  margin-left: 90 !important;
  margin-left: -5 !important; }

.xs-ml-95 {
  margin-left: 95 !important;
  margin-left: -5 !important; }

.xs-ml-100 {
  margin-left: 100 !important;
  margin-left: -5 !important; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

#header-01 {
  min-height: 115px; }

.hd-01 {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.hd-01-inner {
  position: relative;
  letter-spacing: -0.4em; }

.relatedSites {
  height: 32px;
  margin-right: auto;
  padding-top: 5px;
  margin-left: 146px; }
  .relatedSites li {
    display: inline-block;
    letter-spacing: 0; }
    .relatedSites li + li {
      border-left: 1px solid #fff;
      margin-left: 1em;
      padding-left: 1em;
      line-height: 14px; }
    .relatedSites li a {
      color: #fff;
      font-size: 12px;
      font-weight: bold; }

.snsLinks {
  position: absolute;
  top: 2px;
  right: 0; }
  .snsLinks li {
    display: inline-block;
    vertical-align: middle; }
  .snsLinks .twitter {
    position: relative;
    top: 4px;
    margin-right: 8px; }

#footer-01 {
  position: relative;
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 1px; }
  #footer-01 .container {
    width: 1024px;
    padding-left: 34px;
    margin-left: auto;
    margin-right: auto; }

hr.ft-01-hr {
  width: 980px;
  height: 2px;
  background-color: #2b2b2b;
  margin: 25px 0 50px -10px; }

.ft-01-ct {
  letter-spacing: -0.4em;
  white-space: nowrap; }

.ft-01-logo {
  vertical-align: top;
  position: relative;
  margin-right: 65px;
  top: -5px; }

.ft-01-menu {
  vertical-align: top;
  display: inline-block;
  width: 442px;
  margin-right: 92px;
  letter-spacing: -0.4em;
  white-space: normal; }
  .ft-01-menu li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin-bottom: 22px;
    min-width: 33.3%;
    width: 33.3%;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    line-height: 1; }
    .ft-01-menu li a {
      display: block;
      padding-left: 26px;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      background: url(../images/footer/arrow_right.png) 0 0 no-repeat; }

.btn-coverage {
  display: inline-block;
  vertical-align: top;
  min-width: 216px;
  height: 43px;
  background-color: white;
  border-radius: 21px;
  box-shadow: 2px 3.5px 0 #767676;
  text-align: center;
  line-height: 43px;
  color: #211714;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0; }

.list-tokaigi-archives {
  display: inline-block;
  letter-spacing: -0.4em;
  color: #fff; }
  .list-tokaigi-archives dt {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin-right: 39px; }
    .list-tokaigi-archives dt img {
      vertical-align: middle; }
  .list-tokaigi-archives dd {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin-right: 28px; }
    .list-tokaigi-archives dd a {
      display: inline-block;
      text-align: center;
      text-shadow: 0.5px 0.9px 7px rgba(0, 0, 0, .7);
      color: white;
      font-size: 14px;
      width: 101px;
      height: 34px;
      line-height: 32px;
      background-color: black;
      border: 2px solid rgba(255, 255, 255, .7);
      border-radius: 17px; }

.ft-01-ft {
  letter-spacing: -0.4em;
  white-space: nowrap; }

.ft-01-sponsor {
  width: 540px;
  text-align: right;
  display: inline-block;
  margin-left: auto;
  color: #fff;
  font-weight: bold;
  white-space: nowrap; }
  .ft-01-sponsor dt, .ft-01-sponsor dd {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle; }
  .ft-01-sponsor dt + dd {
    margin-left: 8px; }
  .ft-01-sponsor dd + dt {
    margin-left: 24px; }

.ft-01-copyright {
  display: block;
  text-align: right;
  padding-top: 22px;
  padding-bottom: 36px; }
  .ft-01-copyright img {
    width: auto;
    height: 17px; }

.box-01 {
  min-height: 390px; }

.section-01 {
  position: relative;
  z-index: 100;
  font-family: Arial,Helvetica,  sans-serif; }

.wrap-01 {
  position: relative;
  *zoom: 1;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5; }
  .wrap-01:before, .wrap-01:after {
    content: "";
    display: table; }
  .wrap-01:after {
    clear: both; }

.wrap-02 {
  position: relative;
  *zoom: 1;
  margin-left: 12px;
  margin-right: 12px; }
  .wrap-02:before, .wrap-02:after {
    content: "";
    display: table; }
  .wrap-02:after {
    clear: both; }

.wrap-03 {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/bg_partner.png); }

.wrap-04 {
  position: relative;
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.wrap-05 {
  position: relative;
  width: 858px;
  margin-right: 10px;
  float: right;
  padding: 14px; }

.main-00 {
  float: left;
  width: 704px; }

.main-01 {
  float: left;
  width: 704px;
  box-sizing: border-box;
  padding: 0 40px 40px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }

.main-01 + .main-01 {
  margin-top: 16px; }

.main-02 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 1px 1.7px 4px rgba(0, 0, 0, .1); }

.main-04 {
  padding: 40px 40px 40px;
  width: 1024px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }

.main-05 {
  background-color: #fff;
  box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, .22); }

.side-01 {
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
  float: right;
  width: 300px;
  height: 100%;
  margin-left: 22; }

.archives-01 {
  position: relative;
  border: 8px solid #e5e5e5;
  padding: 15px;
  height: 230px; }
  .archives-01 > a {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -20px; }
    .archives-01 > a.archives-01-prev {
      margin-left: -35px; }
    .archives-01 > a.archives-01-next {
      margin-left: 690px; }
    .archives-01 > a:hover {
      opacity: 0.8; }
  .archives-01 > ul {
    position: absolute;
    width: 690px;
    height: 200px;
    overflow: hidden; }
    .archives-01 > ul > li {
      position: absolute;
      width: 230px;
      margin-right: 15px; }
      .archives-01 > ul > li > a {
        font-size: 16px;
        line-height: 1.1; }
        .archives-01 > ul > li > a > img {
          margin-bottom: 4px;
          display: block;
          width: 230px;
          height: 129px; }
        .archives-01 > ul > li > a:hover {
          opacity: 0.8; }
          .archives-01 > ul > li > a:hover > img {
            opacity: 0.8; }

.hover:hover {
  opacity: 0.8; }

.item-01 {
  letter-spacing: -0.4em;
  vertical-align: top;
  margin-left: 11px;
  margin-right: 11px; }
  .item-01 li {
    position: relative;
    z-index: 10;
    letter-spacing: 0;
    display: inline-block;
    width: 201px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: -1px;
    vertical-align: top; }
    .item-01 li:hover {
      z-index: 100;
      background-color: #fbf3f4;
      border: 1px solid black; }
    .item-01 li .cboxContent {
      display: none; }
    .item-01 li a.popup {
      letter-spacing: 0;
      display: inline-block;
      color: #000;
      vertical-align: top;
      padding: 15px; }
      .item-01 li a.popup .medama:before {
        display: block;
        position: absolute;
        width: 54px;
        height: 54px;
        margin: -4px 0 0 -4px;
        content: url(/2016/common/images/icon/goods-medama.png); }
      .item-01 li a.popup .img {
        position: relative;
        line-height: 1;
        margin: 0;
        padding: 0;
        width: 170px;
        height: 170px;
        box-sizing: border-box; }
        .item-01 li a.popup .img span {
          position: absolute;
          display: block;
          right: 0;
          bottom: 0;
          width: 68px;
          height: 23px;
          line-height: 23px;
          color: #fff;
          text-align: center;
          font-size: 13px;
          letter-spacing: -0.05em;
          background: rgba(102, 102, 102, .8);
          background: #666\9; }
      .item-01 li a.popup dl {
        *zoom: 1;
        margin: 9px 0 0 0;
        font-size: 14px;
        line-height: 1.42; }
        .item-01 li a.popup dl:before, .item-01 li a.popup dl:after {
          content: "";
          display: table; }
        .item-01 li a.popup dl:after {
          clear: both; }
        .item-01 li a.popup dl dt {
          display: block;
          margin: 0;
          padding: 0;
          color: #000;
          font-size: 14px; }
        .item-01 li a.popup dl dd {
          display: block;
          margin: 0;
          padding: 0;
          font-size: 16px;
          color: #000;
          text-align: right; }
      .item-01 li a.popup .desc {
        border-top: 1px solid #ccc;
        margin-top: 8px;
        padding-top: 13px;
        line-height: 1.38;
        font-size: 13px;
        color: #000; }
        .item-01 li a.popup .desc em {
          color: #cc0000;
          font-style: normal; }

.item-01 + .item-01 {
  margin-top: -1px; }

#boothGoods {
  margin: 0; }
  #boothGoods .item-01 {
    margin-left: 0;
    margin-right: 0; }
  #boothGoods .item-01 li {
    width: 20% !important; }
  #boothGoods .item-01 li a.popup {
    width: 100%;
    padding-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important; }
  #boothGoods .item-01 li .img {
    max-width: 100% !important;
    height: auto !important; }
  #boothGoods .item-01 li .img img {
    max-width: 100% !important;
    display: inline-block; }
  #boothGoods .item-01 li .btn-11 {
    padding-left: 10px;
    padding-right: 10px; }

.row-inline {
  letter-spacing: -0.35em;
  margin: 40px -20px 0; }
  .row-inline .col {
    vertical-align: top;
    letter-spacing: 0;
    display: inline-block;
    padding: 0 40px 40px;
    border-radius: 12px;
    background: #fff;
    margin: 0 20px;
    box-shadow: 0 0 3px rgba(4, 0, 0, .3); }

.col560 {
  width: 560px; }

.col420 {
  width: 420px; }

.booth-01 {
  padding: 0 20px 20px;
  background: #fff;
  box-shadow: 1px 1.7px 4px rgba(0, 0, 0, .1);
  margin: 0 0 20px 0;
  font-size: 16px; }
  .booth-01 a {
    word-break: break-all; }
  .booth-01 .tit-02 {
    font-size: 16px; }
  .booth-01 .booth-01-main {
    line-height: 0;
    margin-bottom: 13px; }
  .booth-01 .booth-01-txt {
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.6; }
  .booth-01 .entry-01 {
    padding: 0;
    box-shadow: none; }
    .booth-01 .entry-01 .tit-02 {
      background-color: transparent;
      color: #000;
      margin: 0 0 20px;
      padding-left: 0;
      padding-right: 0;
      border-bottom: 1px solid #000; }

.box-highlight {
  background-color: white;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3);
  margin-bottom: 16px; }
  .box-highlight img {
    line-height: 0;
    vertical-align: top; }

.recommend-01 + .main-01,
.main-01 + .main-01 {
  margin-top: 40px; }

.entry-01 {
  padding: 0 40px 40px;
  border-radius: 12px;
  background: #fff;
  margin: 0 0 40px 0;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }
  .entry-01 .tit-02 {
    position: relative;
    padding-right: 80px;
    line-height: 1.4; }
    .entry-01 .tit-02 .tweet-02 {
      display: block;
      position: absolute;
      right: 20px;
      top: 6px; }
  .entry-01 table:after {
    display: block;
    content: "";
    clear: both; }
  .entry-01 table th {
    white-space: nowrap;
    text-align: right;
    padding: 10px 10px;
    border-bottom: 1px solid #dfdfdf; }
  .entry-01 table td {
    padding: 10px 10px;
    border-bottom: 1px solid #dfdfdf; }
  .entry-01 .entry-01-main {
    line-height: 0;
    margin-bottom: 13px;
    float: right;
    width: 220px; }
    .entry-01 .entry-01-main + table {
      width: 420px;
      float: left; }
  .entry-01 .entry-01-txt {
    margin-top: 35px;
    font-size: 15px;
    line-height: 1.6; }
    .entry-01 .entry-01-txt h2 {
      margin-bottom: 8px;
      font-size: 17px; }
    .entry-01 .entry-01-txt p + p {
      margin-top: 1.6em; }
  .entry-01 .entry-01-btn {
    display: block;
    text-align: center;
    width: 220px;
    height: 50px;
    background-image: -webkit-linear-gradient(bottom, #c4000e 0%, #ff644a 100%);
    background-image: linear-gradient(to top, #c4000e 0%, #ff644a 100%);
    border: 1px solid #b6001a;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(4, 0, 0, .35);
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px; }
    .entry-01 .entry-01-btn:hover, .entry-01 .entry-01-btn:focus {
      opacity: 0.85; }
  .entry-01 .entry-01-btn-disable {
    display: block;
    text-align: center;
    width: 220px;
    height: 50px;
    background-color: #e7e7e7;
    border-radius: 5px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    font-weight: bold;
    color: #bcbcbc;
    margin-top: 30px; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.breadcrumbs-01 {
  width: 1024px;
  margin: 16px auto 32px;
  text-align: left;
  letter-spacing: -0.4em; }
  .breadcrumbs-01 > li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: baseline; }
    .breadcrumbs-01 > li:before {
      display: inline-block;
      position: relative;
      top: -1px;
      padding-left: 6px;
      padding-right: 6px;
      content: ">"; }
    .breadcrumbs-01 > li:first-child:before {
      display: none !important; }

.gnav-00 {
  position: relative;
  height: 84px;
  background-color: #211714;
  box-shadow: 1px 1.7px 5px rgba(1, 1, 1, .4);
  z-index: 110;
  line-height: 1;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; }
  .gnav-00 > .gnav-00-inner {
    width: 1024px;
    margin: 0 auto;
    height: 83px;
    letter-spacing: -0.4em;
    white-space: nowrap; }
    .gnav-00 > .gnav-00-inner h1 {
      position: relative;
      top: -11px;
      display: inline-block;
      height: 84px;
      margin-right: 24px;
      letter-spacing: 0;
      vertical-align: middle; }
    .gnav-00 > .gnav-00-inner > ul {
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      letter-spacing: -0.4em;
      width: 882px;
      height: 83px;
      white-space: nowrap; }
      .gnav-00 > .gnav-00-inner > ul li {
        display: inline-block;
        min-width: 98px;
        height: 83px;
        letter-spacing: 0;
        vertical-align: bottom; }
        .gnav-00 > .gnav-00-inner > ul li a {
          display: block;
          position: relative;
          height: 83px;
          text-align: center; }
          .gnav-00 > .gnav-00-inner > ul li a.on {
            background-color: #353535; }
          .gnav-00 > .gnav-00-inner > ul li a i {
            display: none; }
          .gnav-00 > .gnav-00-inner > ul li a .mt03 {
            margin-top: 21px; }
          .gnav-00 > .gnav-00-inner > ul li a .mt04 {
            margin-top: 15px; }
          .gnav-00 > .gnav-00-inner > ul li a.comingsoon {
            cursor: not-allowed; }
            .gnav-00 > .gnav-00-inner > ul li a.comingsoon:after {
              position: absolute;
              font-size: 12px;
              width: 100%;
              margin-top: -10px;
              top: 50%;
              left: 0;
              z-index: 2;
              text-align: center;
              font-family: "Quantico", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
              content: "COMING SOON";
              -webkit-transform-origin: 50% 50%;
                      transform-origin: 50% 50%;
              -webkit-transform: rotate(-15deg);
                      transform: rotate(-15deg);
              font-weight: bold;
              color: #d8383c;
              text-shadow: 0px 0px 1.5px white; }
            .gnav-00 > .gnav-00-inner > ul li a.comingsoon:hover {
              background-color: transparent; }

.gnav-00.sticky {
  position: fixed;
  width: 100%;
  height: 46px;
  box-shadow: 1px 1.7px 0 1px #6d6d6d;
  z-index: 999999;
  opacity: 1;
  top: 0;
  background-color: #000; }
  .gnav-00.sticky > .gnav-00-inner {
    position: relative;
    z-index: 999999;
    white-space: nowrap;
    height: 46px; }
    .gnav-00.sticky > .gnav-00-inner > h1 img {
      margin-top: 12px;
      height: 42px; }
    .gnav-00.sticky > .gnav-00-inner > ul {
      width: 912px;
      height: 46px;
      vertical-align: top; }
      .gnav-00.sticky > .gnav-00-inner > ul > li {
        min-width: 0;
        height: 46px; }
        .gnav-00.sticky > .gnav-00-inner > ul > li a, .gnav-00.sticky > .gnav-00-inner > ul > li span {
          padding-left: 22px;
          padding-right: 22px;
          height: 100%; }
          .gnav-00.sticky > .gnav-00-inner > ul > li a:before, .gnav-00.sticky > .gnav-00-inner > ul > li span:before {
            display: inline-block;
            content: "";
            margin-left: -1px;
            height: 46px;
            vertical-align: middle; }
          .gnav-00.sticky > .gnav-00-inner > ul > li a img, .gnav-00.sticky > .gnav-00-inner > ul > li span img {
            display: none; }
          .gnav-00.sticky > .gnav-00-inner > ul > li a span.sprt_anime, .gnav-00.sticky > .gnav-00-inner > ul > li span span.sprt_anime {
            display: none; }
          .gnav-00.sticky > .gnav-00-inner > ul > li a.comingsoon i, .gnav-00.sticky > .gnav-00-inner > ul > li span.comingsoon i {
            opacity: 0.5;
            color: #666; }
          .gnav-00.sticky > .gnav-00-inner > ul > li a.comingsoon:after, .gnav-00.sticky > .gnav-00-inner > ul > li span.comingsoon:after {
            margin-top: -5px; }
          .gnav-00.sticky > .gnav-00-inner > ul > li a i, .gnav-00.sticky > .gnav-00-inner > ul > li span i {
            color: #fff;
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            bottom: 15px;
            font-weight: bold; }
            .gnav-00.sticky > .gnav-00-inner > ul > li a i img, .gnav-00.sticky > .gnav-00-inner > ul > li span i img {
              display: block !important;
              vertical-align: middle; }
          .gnav-00.sticky > .gnav-00-inner > ul > li a:not(.comingsoon):hover, .gnav-00.sticky > .gnav-00-inner > ul > li a.on, .gnav-00.sticky > .gnav-00-inner > ul > li span:not(.comingsoon):hover, .gnav-00.sticky > .gnav-00-inner > ul > li span.on {
            display: block;
            background-color: #353535; }

.subnavi-01 {
  display: none;
  position: absolute;
  margin-top: 0px;
  border-radius: 0 0 10px 10px 0 0 0;
  box-shadow: #777 0 1px 5px 0 0 0;
  background-color: #fff;
  width: auto;
  height: 150px;
  z-index: 111;
  padding: 20px 10px 18px;
  behavior: url(/2016/common/js/PIE.htc); }
  .subnavi-01 > ul {
    letter-spacing: -0.4em; }
    .subnavi-01 > ul > li {
      line-height: 1;
      display: inline-block;
      letter-spacing: 0;
      padding-left: 10px;
      padding-right: 10px; }
      .subnavi-01 > ul > li > a:hover {
        opacity: 0.8; }
  .subnavi-01 > .subnavi-01-arw {
    position: absolute;
    width: 21px;
    height: 14px;
    margin-top: -34px;
    margin-left: 27px;
    background: url(../images/gnav/subnavi-arw.png) 0 0 no-repeat;
    z-index: 123; }

.lnav-01 {
  border-bottom: 1px solid #747474;
  padding-bottom: 9px;
  letter-spacing: -0.4em; }
  .lnav-01 > li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
    border-left: 1px solid #9e9e9e;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1; }
    .lnav-01 > li:first-child {
      border-left: none;
      margin-left: 0;
      padding-left: 0; }
    .lnav-01 > li a {
      font-size: 20px;
      line-height: 1; }

.pnav-01 {
  position: fixed;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  z-index: 111; }
  .pnav-01.pnav-01-r {
    right: 15px; }
  .pnav-01.pnav-01-l {
    left: 15px; }
  .pnav-01:hover {
    opacity: 0.8; }

.sprt_guide {
  display: inline-block;
  width: 45px;
  height: 83px;
  background: url(../images/gnav/sprt_guide.png) no-repeat; }

.sprt_ticket {
  display: inline-block;
  width: 50px;
  height: 83px;
  background: url(../images/gnav/sprt_ticket.png) no-repeat; }

.sprt_booth {
  display: inline-block;
  width: 50px;
  height: 83px;
  background: url(../images/gnav/sprt_booth.png) no-repeat; }

.sprt_games {
  display: inline-block;
  width: 66px;
  height: 83px;
  background: url(../images/gnav/sprt_games.png) no-repeat; }

.sprt_artist {
  display: inline-block;
  width: 48px;
  height: 83px;
  background: url(../images/gnav/sprt_artist.png) no-repeat; }

.sprt_live {
  display: inline-block;
  width: 88px;
  height: 83px;
  background: url(../images/gnav/sprt_live.png) no-repeat; }

.sprt_goods {
  display: inline-block;
  width: 78px;
  height: 83px;
  background: url(../images/gnav/sprt_goods.png) no-repeat; }

.sprt_timetable {
  display: inline-block;
  width: 80px;
  height: 83px;
  background: url(../images/gnav/sprt_timetable.png) no-repeat; }

.sprt_map {
  display: inline-block;
  width: 48px;
  height: 83px;
  background: url(../images/gnav/sprt_map.png) no-repeat; }

.update-00 {
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -492px;
  margin-top: 410px; }
  .update-00 .update-00-bg {
    position: absolute;
    width: 308px;
    height: 188px;
    background-color: #fff;
    opacity: 0.9;
    border-radius: 6px 0 0 0;
    box-shadow: #aaa 1px 1px 3px 0 0 0;
    behavior: url(/2016/common/js/PIE.htc);
    z-index: 100; }
  .update-00 .update-00-ct {
    position: relative;
    z-index: 101;
    width: 308px;
    height: 188px; }
    .update-00 .update-00-ct > dl {
      padding: 15px 14px 20px 14px; }
      .update-00 .update-00-ct > dl > dt {
        position: relative;
        padding-left: 27px;
        font-size: 16px;
        background: url(../images/icon/cheveron-down.png) 0 50% no-repeat; }
        .update-00 .update-00-ct > dl > dt > a {
          position: absolute;
          display: inline-block;
          top: -2px;
          right: 0;
          padding: 6px 14px;
          font-size: 12px;
          background-color: #666;
          line-height: 16px;
          color: #fff; }
      .update-00 .update-00-ct > dl > dd {
        margin-top: 12px;
        line-height: 1.3; }
        .update-00 .update-00-ct > dl > dd a {
          color: #333; }
        .update-00 .update-00-ct > dl > dd time {
          font-size: 12px;
          color: #666; }
  .update-00 .update-icon {
    position: absolute;
    width: 111px;
    height: 120px;
    padding-top: 66px;
    text-align: center;
    z-index: 102;
    margin-top: -110px;
    margin-left: -16px;
    font-size: 14px;
    color: #fff;
    background: url(../images/parts/news-bg.png) 0 0 no-repeat; }
    .update-00 .update-icon > span {
      font-size: 16px; }

.update-01 {
  border: 8px solid #ffd6da;
  padding: 25px 20px; }
  .update-01 > .update-01-tit {
    color: #d20000;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .update-01 > .update-01-txt {
    color: #333333;
    font-size: 15px;
    line-height: 1.2; }

.update-02 {
  *zoom: 1;
  background-color: #fffaee;
  border: 1px solid #eee;
  padding: 25px 25px; }
  .update-02:before, .update-02:after {
    content: "";
    display: table; }
  .update-02:after {
    clear: both; }
  .update-02 > .update-02-tit {
    float: left;
    width: 115px;
    color: #dba521;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .update-02 > .update-02-txt {
    float: right;
    width: 820px;
    font-size: 16px;
    color: #333333;
    font-size: 15px;
    vertical-align: baseline; }
    .update-02 > .update-02-txt > time {
      position: relative;
      top: 0;
      font-size: 13px;
      color: #666; }

.hr-01 {
  clear: both;
  height: 1px;
  margin: 30px 0 25px;
  border-top: 1px solid #747474; }

.hr-02 {
  clear: both;
  height: 1px;
  margin: 20px 0 15px;
  border-top: 1px solid #e5e5e5; }

.imgdesc-r-01 {
  padding-right: 10px;
  *zoom: 1; }
  .imgdesc-r-01:before, .imgdesc-r-01:after {
    content: "";
    display: table; }
  .imgdesc-r-01:after {
    clear: both; }
  .imgdesc-r-01 > .img {
    float: right;
    width: 220px; }
    .imgdesc-r-01 > .img img {
      max-width: 100%; }
  .imgdesc-r-01 > .desc {
    float: left;
    width: 380px; }

.imgdesc-r-02 {
  *zoom: 1; }
  .imgdesc-r-02:before, .imgdesc-r-02:after {
    content: "";
    display: table; }
  .imgdesc-r-02:after {
    clear: both; }
  .imgdesc-r-02 > .img {
    float: right;
    width: 220px;
    text-align: right; }
    .imgdesc-r-02 > .img img {
      max-width: 100%;
      height: auto; }
    .imgdesc-r-02 > .img img + img {
      display: block !important;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px; }
  .imgdesc-r-02 > .desc {
    float: left;
    width: 431px; }
    .imgdesc-r-02 > .desc dl dt {
      font-weight: bold;
      margin-bottom: 26px; }
    .imgdesc-r-02 > .desc dl dd {
      line-height: 1.5; }

.imgdesc-r-03 {
  *zoom: 1;
  margin-top: 20px; }
  .imgdesc-r-03:before, .imgdesc-r-03:after {
    content: "";
    display: table; }
  .imgdesc-r-03:after {
    clear: both; }
  .imgdesc-r-03 > .img {
    float: right;
    width: 418px; }
  .imgdesc-r-03 > .desc {
    float: left;
    width: 490px;
    font-size: 18px; }
    .imgdesc-r-03 > .desc p + p {
      margin-top: 1.5em; }

.imgdesc-r-04 {
  *zoom: 1; }
  .imgdesc-r-04:before, .imgdesc-r-04:after {
    content: "";
    display: table; }
  .imgdesc-r-04:after {
    clear: both; }
  .imgdesc-r-04 > .img {
    float: right;
    margin-right: 0;
    width: 490px;
    text-align: right; }
  .imgdesc-r-04 > .desc {
    float: left;
    width: 440px; }

.imgdesc-r-05 {
  *zoom: 1;
  line-height: 1.5; }
  .imgdesc-r-05:before, .imgdesc-r-05:after {
    content: "";
    display: table; }
  .imgdesc-r-05:after {
    clear: both; }
  .imgdesc-r-05 > .img {
    float: right;
    width: 192px; }
  .imgdesc-r-05 > .desc {
    float: left;
    width: 465px;
    font-size: 14px; }

.imgdesc-r-06 {
  *zoom: 1;
  line-height: 1.5; }
  .imgdesc-r-06:before, .imgdesc-r-06:after {
    content: "";
    display: table; }
  .imgdesc-r-06:after {
    clear: both; }
  .imgdesc-r-06 > .img {
    float: right;
    width: 195px;
    text-align: center; }
    .imgdesc-r-06 > .img > img {
      display: inline-block; }
      .imgdesc-r-06 > .img > img:after {
        display: block;
        content: "";
        height: 1px; }
  .imgdesc-r-06 > .desc {
    float: left;
    width: 495px;
    font-size: 14px; }

.imgdesc-r-07 {
  *zoom: 1;
  line-height: 1.5; }
  .imgdesc-r-07:before, .imgdesc-r-07:after {
    content: "";
    display: table; }
  .imgdesc-r-07:after {
    clear: both; }
  .imgdesc-r-07 > .img {
    float: right;
    width: 241px;
    text-align: center; }
    .imgdesc-r-07 > .img > img {
      display: inline-block; }
      .imgdesc-r-07 > .img > img:after {
        display: block;
        content: "";
        height: 1px; }
  .imgdesc-r-07 > .desc {
    float: left;
    width: 455px;
    font-size: 15px; }

.imgdesc-r-08 {
  *zoom: 1;
  line-height: 1.5;
  padding: 0 20px; }
  .imgdesc-r-08:before, .imgdesc-r-08:after {
    content: "";
    display: table; }
  .imgdesc-r-08:after {
    clear: both; }
  .imgdesc-r-08 > .img {
    float: right;
    width: 469px;
    text-align: center; }
    .imgdesc-r-08 > .img > img {
      display: inline-block; }
      .imgdesc-r-08 > .img > img:after {
        display: block;
        content: "";
        height: 1px; }
  .imgdesc-r-08 > .desc {
    float: left;
    width: 429px; }

.imgdesc-l-02 {
  *zoom: 1; }
  .imgdesc-l-02:before, .imgdesc-l-02:after {
    content: "";
    display: table; }
  .imgdesc-l-02:after {
    clear: both; }
  .imgdesc-l-02 > .img {
    float: left;
    width: 240px;
    text-align: left; }
  .imgdesc-l-02 > .desc {
    float: left;
    width: 431px; }
    .imgdesc-l-02 > .desc dl dt {
      font-weight: bold;
      margin-bottom: 26px; }
    .imgdesc-l-02 > .desc dl dd {
      line-height: 1.5; }

.imgdesc-l-03 {
  *zoom: 1; }
  .imgdesc-l-03:before, .imgdesc-l-03:after {
    content: "";
    display: table; }
  .imgdesc-l-03:after {
    clear: both; }
  .imgdesc-l-03 > .img {
    float: left;
    width: 305px; }
  .imgdesc-l-03 > .desc {
    float: right;
    width: 680px; }

.imgdesc-b-01 {
  *zoom: 1;
  padding-right: 10px; }
  .imgdesc-b-01:before, .imgdesc-b-01:after {
    content: "";
    display: table; }
  .imgdesc-b-01:after {
    clear: both; }
  .imgdesc-b-01 > .img {
    float: right;
    width: 315px; }
  .imgdesc-b-01 > .desc {
    float: left;
    width: 390px; }

.imgdesc-b-02 {
  *zoom: 1; }
  .imgdesc-b-02:before, .imgdesc-b-02:after {
    content: "";
    display: table; }
  .imgdesc-b-02:after {
    clear: both; }
  .imgdesc-b-02 > a > img {
    display: block;
    margin-bottom: 6px;
    width: 100%; }
  .imgdesc-b-02 > a > dl > dt {
    font-size: 20px;
    letter-spacing: -0.1em; }
  .imgdesc-b-02 > a > dl > dd {
    font-size: 16px;
    color: #333; }
  .imgdesc-b-02 > a:hover > img {
    opacity: 0.8; }

.tit-01 {
  background-color: #fff;
  margin-bottom: 40px; }
  .tit-01 .container {
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    letter-spacing: -0.4em;
    line-height: 70px; }

.tit-01-txt {
  letter-spacing: 0;
  display: inline-block;
  font-size: 22px;
  color: #211714;
  min-width: 905px;
  max-width: 945px;
  vertical-align: middle; }
  .tit-01-txt > small {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: 0; }
    .tit-01-txt > small.red {
      color: #ce3539; }
  .tit-01-txt > img {
    position: relative;
    top: -2px;
    margin-right: 12px;
    vertical-align: middle; }

.tit-01-bnr {
  position: relative;
  top: 2px;
  margin-left: auto;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  .tit-01-bnr:hover {
    opacity: 0.8; }

.tit-01-sns {
  position: absolute;
  margin-left: auto;
  top: 15px;
  right: 0;
  text-align: right;
  width: 100px; }
  .tit-01-sns li {
    display: inline-block;
    margin-left: 10px; }

.tit-live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 2px; }
  .tit-live > img {
    position: relative;
    top: -1px;
    margin-right: 10px; }
  .tit-live > a {
    display: inline-block;
    width: 182px;
    height: 32px;
    background-color: white;
    border: 1px solid #e7253f;
    border-radius: 3px;
    box-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, .3);
    margin-left: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 32px; }
    .tit-live > a img {
      position: relative;
      top: -1px;
      width: auto;
      height: 24px;
      margin-right: 8px;
      vertical-align: middle; }

.list-05 + .tit-live {
  margin-top: 47px; }

.tit-pickup {
  margin-bottom: 12px;
  position: relative;
  max-width: 1024px;
  font-size: 18px;
  height: 35px;
  line-height: 1.2;
  color: #fff;
  padding-left: 21px;
  padding-top: 9px;
  background: url(../images/top/bg_tit-01.png) 0 0 no-repeat;
  font-family: "Quantico", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle; }
  .tit-pickup .star {
    position: relative;
    top: -2px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle; }
  .tit-pickup small {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle; }

.tit-02 {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  max-width: 1024px;
  padding: 12px 20px;
  margin: 0 -20px 20px;
  background-color: #d4454b;
  background-image: -webkit-linear-gradient(left, rgba(240, 43, 43, .16) 0%, rgba(96, 0, 0, .16) 100%);
  background-image: linear-gradient(to right, rgba(240, 43, 43, .16) 0%, rgba(96, 0, 0, .16) 100%); }
  .tit-02 small.label-01 {
    font-size: 14px;
    position: absolute;
    font-weight: normal;
    margin: 6px 30px; }
  .tit-02 small.label-01.multiline {
    display: block;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    margin: 6px 0 0; }
  .tit-02 .tit-02-bnr {
    position: absolute;
    top: 4px;
    right: 8px; }

.tit-02-img {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background: #000;
  max-width: 1024px;
  border-radius: 12px 12px 0 0;
  padding: 11px 40px 5px;
  margin: 0 -40px 20px; }
  .tit-02-img .illust {
    position: absolute;
    bottom: 0;
    right: 40px; }

.tit-03 {
  position: relative;
  padding: 7px 81px 7px 15px;
  line-height: 1.2;
  border-bottom: 1px solid #eeeff3;
  color: #000;
  font-size: 20px; }
  .tit-03.tit-03-black {
    background-color: #747474;
    color: #fff; }
  .tit-03.tit-03-2line {
    display: table-cell;
    width: 310px;
    text-align: center;
    height: 62px;
    vertical-align: middle; }
  .tit-03.tit-03-2line + .img {
    margin: 15px 15px 35px 15px; }
  .tit-03 > small {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 5px; }
  .tit-03 > ul {
    position: absolute;
    letter-spacing: -0.4em;
    text-align: right;
    top: 50%;
    right: 13px;
    width: 66px;
    margin-top: -13px; }
    .tit-03 > ul > li {
      display: inline-block;
      width: 26px;
      letter-spacing: 0;
      margin-left: 7px; }
      .tit-03 > ul > li a:hover > img {
        opacity: 0.8; }
  .tit-03 > span {
    position: absolute;
    text-align: right;
    top: 50%;
    right: 13px;
    text-align: right;
    margin-top: -12px;
    font-size: 14px;
    font-weight: normal; }

.tit-04 {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  margin-top: 42px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden; }
  .tit-04 > img {
    position: relative;
    vertical-align: middle;
    margin-left: -21px;
    top: 0px; }
  .tit-04 > span {
    margin-left: -21px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 7px 12px 4px 28px;
    background-color: #211714;
    height: 33px;
    font-weight: bold; }

.tit-05 {
  margin-top: 40px;
  width: 100%;
  display: table;
  position: relative;
  padding-top: 25px;
  font-size: 26px;
  height: 66px;
  line-height: 66px;
  border-top: 1px solid #e5e5e5;
  padding-left: 80px;
  margin-bottom: 25px; }
  .tit-05 > i {
    display: table-cell;
    position: absolute;
    width: 66px;
    height: 66px;
    left: 0;
    border-radius: 66px 0 0 0;
    background-color: #e14a83;
    vertical-align: middle;
    text-align: center; }
    .tit-05 > i > img {
      vertical-align: middle; }

.tit-map {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  color: #000;
  font-size: 24px;
  max-width: 1024px; }
  .tit-map span {
    color: #fff;
    display: inline-block;
    background-color: #000;
    border-radius: 50% 50%;
    text-align: center;
    width: 42px;
    height: 42px;
    padding: 9px;
    margin-right: 2px;
    box-sizing: border-box;
    line-height: 1; }
  .tit-map i {
    color: #fe4444;
    display: inline-block;
    font-style: normal; }
  .tit-map small.label-01 {
    font-size: 14px;
    position: absolute;
    font-weight: normal;
    margin: 6px 30px; }

/*
## tab-01

```
<ul class="tab-01">
<li><a href="/" class="active">闘会議2016</a></li>
<li><a href="/choparty/">ニコニコ超パーティーIII</a></li>
<!-- / .tab-01 --></ul>
```
*/
.tab-01 {
  letter-spacing: -0.4em;
  position: relative;
  padding-left: 20px;
  border-bottom: 3px solid #a8adc5; }
  .tab-01 > li {
    display: inline-block;
    vertical-align: middle;
    width: 237px;
    text-align: center;
    letter-spacing: 0; }
    .tab-01 > li > a {
      min-width: 100%;
      display: block;
      background: url(../images/common/bg_tab.png) 0 0 no-repeat;
      font-size: 18px;
      font-weight: bold;
      color: #0c3765;
      height: 49px;
      line-height: 46px;
      padding-top: 6px;
      overflow: visible; }
      .tab-01 > li > a img {
        position: relative;
        top: -1px;
        margin-right: 10px;
        vertical-align: middle; }
      .tab-01 > li > a:hover, .tab-01 > li > a.active {
        position: relative;
        color: #fff;
        background: url(../images/common/bg_tab_on.png) 0 0 no-repeat; }
      .tab-01 > li > a:hover {
        background: url(../images/common/bg_tab_on.png) 0 6px no-repeat; }
      .tab-01 > li > a.active {
        top: 3px;
        padding-top: 0;
        line-height: 57px; }
        .tab-01 > li > a.active:hover {
          background: url(../images/common/bg_tab_on.png) 0 0 no-repeat; }
  .tab-01.tab-01-arrowed {
    border-bottom: none; }
    .tab-01.tab-01-arrowed > li > a.active {
      top: 0; }
      .tab-01.tab-01-arrowed > li > a.active:after {
        position: absolute;
        left: 50%;
        bottom: -9px;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 9px 0 9px;
        border-color: #ffce7f transparent transparent transparent;
        content: ""; }

/*
## tab-02

```
<ul class="tab-02">
<li><a href="" class="active">イベント概要</a></li>
<li><a href="">アクセス</a></li>
<!-- / .tab-02 --></ul>
```
*/
.tab-02 {
  text-align: left;
  padding-left: 17px;
  letter-spacing: -0.4em;
  height: 50px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1;
  margin-bottom: 10px; }
  .tab-02 > li {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0;
    padding-left: 3px;
    padding-right: 3px; }
    .tab-02 > li > a {
      position: relative;
      top: -1px;
      display: inline-block;
      border-radius: 5px 5px 0 0;
      background-color: rgba(0, 0, 0, .1);
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      border-left: 1px solid #999;
      color: #000;
      padding: 10px 20px 11px;
      vertical-align: bottom;
      height: 40px;
      line-height: 1.3;
      font-size: 18px;
      -webkit-transition: background-color 0.2s linear,color 0.2s linear;
      transition: background-color 0.2s linear,color 0.2s linear; }
      .tab-02 > li > a:hover {
        background-color: rgba(0, 0, 0, .2); }
      .tab-02 > li > a.active {
        position: relative;
        top: 0;
        padding: 12px 20px 10px;
        background: url(../../common/images/bg.png);
        color: #000;
        font-size: 22px;
        border: 1px solid #9e9e9e;
        border-bottom: none;
        height: 50px;
        font-weight: bold; }
        .tab-02 > li > a.active:hover {
          background-color: #fff; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.row-g0 {
  margin-left: 0;
  margin-right: 0; }

.row-g0:after {
  display: block;
  content: "";
  clear: both; }

.row-g0 > .col-1,
.row-g0 > .col-2,
.row-g0 > .col-3,
.row-g0 > .col-4,
.row-g0 > .col-5,
.row-g0 > .col-6,
.row-g0 > .col-7,
.row-g0 > .col-8,
.row-g0 > .col-9,
.row-g0 > .col-10,
.row-g0 > .col-11,
.row-g0 > .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.row-c-g1 {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  letter-spacing: -0.4em; }

.row-c-g1:after {
  display: block;
  content: "";
  clear: both; }

.row-c-g1 > .col-1,
.row-c-g1 > .col-2,
.row-c-g1 > .col-3,
.row-c-g1 > .col-4,
.row-c-g1 > .col-5,
.row-c-g1 > .col-6,
.row-c-g1 > .col-7,
.row-c-g1 > .col-8,
.row-c-g1 > .col-9,
.row-c-g1 > .col-10,
.row-c-g1 > .col-11,
.row-c-g1 > .col-12 {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px; }

.row-l-g1 {
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: -0.4em; }

.row-l-g1:after {
  display: block;
  content: "";
  clear: both; }

.row-l-g1 > .col-1,
.row-l-g1 > .col-2,
.row-l-g1 > .col-3,
.row-l-g1 > .col-4,
.row-l-g1 > .col-5,
.row-l-g1 > .col-6,
.row-l-g1 > .col-7,
.row-l-g1 > .col-8,
.row-l-g1 > .col-9,
.row-l-g1 > .col-10,
.row-l-g1 > .col-11,
.row-l-g1 > .col-12 {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px; }

.row-g1 {
  margin-left: -15px;
  margin-right: -15px; }

.row-g1:after {
  display: block;
  content: "";
  clear: both; }

.row-g1 > .col-1,
.row-g1 > .col-2,
.row-g1 > .col-3,
.row-g1 > .col-4,
.row-g1 > .col-5,
.row-g1 > .col-6,
.row-g1 > .col-7,
.row-g1 > .col-8,
.row-g1 > .col-9,
.row-g1 > .col-10,
.row-g1 > .col-11,
.row-g1 > .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.row-g2 {
  margin-left: -12.5px;
  margin-right: -12.5px; }

.row-g2:after {
  display: block;
  content: "";
  clear: both; }

.row-g2 > .col-1,
.row-g2 > .col-2,
.row-g2 > .col-3,
.row-g2 > .col-4,
.row-g2 > .col-5,
.row-g2 > .col-6,
.row-g2 > .col-7,
.row-g2 > .col-8,
.row-g2 > .col-9,
.row-g2 > .col-10,
.row-g2 > .col-11,
.row-g2 > .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px; }

.row-g3 {
  margin-left: -10px;
  margin-right: -10px; }

.row-g3:after {
  display: block;
  content: "";
  clear: both; }

.row-g3 iframe {
  max-width: 100%; }

.row-g3 > .col-1,
.row-g3 > .col-2,
.row-g3 > .col-3,
.row-g3 > .col-4,
.row-g3 > .col-5,
.row-g3 > .col-6,
.row-g3 > .col-7,
.row-g3 > .col-8,
.row-g3 > .col-9,
.row-g3 > .col-10,
.row-g3 > .col-11,
.row-g3 > .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.row-g4 {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.row-g4:after {
  display: block;
  content: "";
  clear: both; }

.row-g4 > .col-1,
.row-g4 > .col-2,
.row-g4 > .col-3,
.row-g4 > .col-4,
.row-g4 > .col-5,
.row-g4 > .col-6,
.row-g4 > .col-7,
.row-g4 > .col-8,
.row-g4 > .col-9,
.row-g4 > .col-10,
.row-g4 > .col-11,
.row-g4 > .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.row-g5 {
  margin-left: -5px;
  margin-right: -5px; }

.row-g5:after {
  display: block;
  content: "";
  clear: both; }

.row-g5 > .col-1,
.row-g5 > .col-2,
.row-g5 > .col-3,
.row-g5 > .col-4,
.row-g5 > .col-5,
.row-g5 > .col-6,
.row-g5 > .col-7,
.row-g5 > .col-8,
.row-g5 > .col-9,
.row-g5 > .col-10,
.row-g5 > .col-11,
.row-g5 > .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }

.row-live {
  margin-left: auto;
  margin-right: auto;
  width: 620px;
  margin-bottom: -15px; }
  .row-live div[class*="col-"] {
    margin-bottom: 15px; }

.bnr-01 {
  position: relative;
  z-index: 100; }
  .bnr-01 > li {
    margin-bottom: 10px;
    text-align: center;
    width: 260px; }
    .bnr-01 > li a:hover {
      opacity: 0.8; }

.bnr_kv {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; }
  .bnr_kv:hover, .bnr_kv:focus {
    opacity: 0.9; }

.bnr-live {
  text-align: center;
  margin-top: -10px;
  margin-bottom: -12px; }
  .bnr-live a {
    display: inline-block;
    -webkit-transition: opacify 0.4s ease-out;
    transition: opacify 0.4s ease-out; }
    .bnr-live a:hover {
      opacity: 0.8; }

.table-01 {
  font-size: 15px; }
  .table-01 th, .table-01 td {
    text-align: left;
    padding-bottom: 4px; }

.table-02 {
  border-left: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb; }
  .table-02 th,
  .table-02 td {
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb; }
    .table-02 th > a,
    .table-02 td > a {
      display: block;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: left;
      color: #2c2c2c;
      font-size: 13px; }
      .table-02 th > a > img,
      .table-02 td > a > img {
        vertical-align: middle;
        margin-right: 19px; }
      .table-02 th > a div,
      .table-02 td > a div {
        display: inline-block;
        vertical-align: middle;
        width: 220px; }
      .table-02 th > a:hover,
      .table-02 td > a:hover {
        background-color: #fbf8e8; }

.table-03 {
  font-size: 16px; }
  .table-03 th {
    text-align: right; }
  .table-03 th, .table-03 td {
    border-bottom: 1px dotted #999;
    padding: 9px 10px; }
    .table-03 th a, .table-03 td a {
      color: #d8383c;
      text-decoration: underline; }
    .table-03 th:first-child, .table-03 td:first-child {
      white-space: nowrap; }

.table-04 {
  margin: 30px 13px 20px; }
  .table-04 th, .table-04 td {
    text-align: left;
    vertical-align: top; }

.table-05 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 40px; }
  .table-05 thead th, .table-05 thead td {
    background-color: #747474;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-align: center; }
  .table-05 tbody th, .table-05 tbody td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    padding: 12px;
    background-color: #fafafa; }
  .table-05 tbody th {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #959595; }

.table-06 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%; }
  .table-06 thead th, .table-06 thead td {
    background-color: #747474;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-align: center; }
  .table-06 tbody th, .table-06 tbody td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    padding: 12px;
    background-color: #fff;
    line-height: 1.3; }
    .table-06 tbody th > strong, .table-06 tbody td > strong {
      font-size: 16px;
      font-weight: bold; }
    .table-06 tbody th.btn, .table-06 tbody td.btn {
      text-align: center;
      vertical-align: middle;
      padding: 2px 8px;
      line-height: 1; }
      .table-06 tbody th.btn .btn-10, .table-06 tbody td.btn .btn-10 {
        font-size: 24px;
        letter-spacing: -0.1em; }
    .table-06 tbody th.img, .table-06 tbody td.img {
      text-align: center;
      vertical-align: middle;
      line-height: 1; }
      .table-06 tbody th.img div, .table-06 tbody td.img div {
        font-size: 11px;
        margin-top: 5px !important;
        line-height: 1.5 !important; }
    .table-06 tbody th.center, .table-06 tbody td.center {
      text-align: center; }
    .table-06 tbody th ul, .table-06 tbody td ul {
      margin-top: 5px;
      line-height: 1.3;
      font-size: 11px; }
  .table-06 tbody tr.even th, .table-06 tbody tr.even td {
    background-color: #fafafa; }
  .table-06 tbody tr.not-available > th, .table-06 tbody tr.not-available > td {
    color: #9e9e9e;
    background-color: #ececec; }
  .table-06.not-available thead th, .table-06.not-available thead td {
    background-color: #747474;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-align: center; }
  .table-06.not-available tbody th, .table-06.not-available tbody td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    padding: 12px;
    color: #9e9e9e;
    background-color: #ececec; }
    .table-06.not-available tbody th img, .table-06.not-available tbody td img {
      opacity: 0.5; }
    .table-06.not-available tbody th > strong, .table-06.not-available tbody td > strong {
      font-size: 16px;
      font-weight: bold; }
    .table-06.not-available tbody th.btn, .table-06.not-available tbody td.btn {
      text-align: center;
      vertical-align: middle;
      padding: 2px 8px;
      line-height: 1; }
      .table-06.not-available tbody th.btn .btn-10, .table-06.not-available tbody td.btn .btn-10 {
        font-size: 18px; }
    .table-06.not-available tbody th.img, .table-06.not-available tbody td.img {
      text-align: center;
      vertical-align: middle;
      line-height: 1; }
      .table-06.not-available tbody th.img div, .table-06.not-available tbody td.img div {
        margin-top: 10px !important;
        line-height: 1.3 !important; }
    .table-06.not-available tbody th.center, .table-06.not-available tbody td.center {
      text-align: center; }

.table-07 {
  margin-top: 8px; }

.table-07 td {
  font-size: 13px;
  padding-bottom: 8px;
  text-indent: 0; }

/*
## dl-01
dd: インデントあり

```
<dl class="dl-01">
<dt>募集企画の概要</dt>
<dd>● 君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<dd>● 君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-01 --></dl>
```
*/
.dl-01 > dt {
  font-weight: bold;
  font-size: 15px; }

.dl-01 > dd {
  margin-top: 4px;
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: 15px; }

/*
## dl-02
dd: インデントなし
```
<dl class="dl-02">
<dt>募集企画の概要</dt>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-02 --></dl>
```
*/
.dl-02 > dt {
  font-weight: bold;
  font-size: 15px; }

.dl-02 > dd {
  margin-top: 6px;
  font-size: 15px; }

/*
## dl-03
更新情報
```
<dl class="dl-03">
<dt>募集企画の概要</dt>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-03 --></dl>
```
*/
.dl-03 {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 13px; }
  .dl-03 > dt {
    font-weight: bold;
    font-size: 13px;
    color: #666;
    font-weight: normal; }
  .dl-03 > dd {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.3; }
    .dl-03 > dd > a {
      color: #333; }
      .dl-03 > dd > a:hover {
        opacity: 0.6; }

/*
## dl-04
お約束
```
<dl class="dl-04">
<dt>募集企画の概要</dt>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-03 --></dl>
```
*/
.dl-04 {
  margin: 15px; }
  .dl-04 > dt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px; }
  .dl-04 > dd {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    padding-bottom: 4px; }
    .dl-04 > dd strong {
      font-weight: normal;
      color: #e23c5b; }
    .dl-04 > dd em {
      font-style: normal;
      font-weight: normal;
      color: #38af76; }

.dl-04 + .tit-03 {
  margin-top: 30px; }

/*
## dl-05
```
<dl class="dl-05">
<dt>募集企画の概要</dt>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-03 --></dl>
```
*/
.dl-05 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.4em;
  margin-bottom: -1px;
  width: 1024px; }
  .dl-05.pouring {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: -5px; }
    .dl-05.pouring > dd {
      width: 100%;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .dl-05.pouring > dd ul {
        margin-left: -4.5px;
        margin-right: -4.5px; }
        .dl-05.pouring > dd ul li {
          padding-left: 4.5px;
          padding-right: 4.5px;
          height: 94px;
          width: 33.33333% !important; }
          .dl-05.pouring > dd ul li a {
            background-color: #f5f7fa;
            border: 2px solid #f5f7fa !important; }
  .dl-05 > dt {
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    background-color: #d8383c;
    font-size: 19px;
    font-weight: bold;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50% 50%;
    margin-top: 4px;
    margin-right: 14px; }
  .dl-05 > dd {
    width: 948px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    height: auto; }
    .dl-05 > dd > ul {
      display: inline-block;
      vertical-align: top;
      letter-spacing: -0.4em;
      *zoom: 1;
      margin-left: -5px;
      margin-right: -5px;
      width: 100%; }
      .dl-05 > dd > ul:before, .dl-05 > dd > ul:after {
        content: "";
        display: table; }
      .dl-05 > dd > ul:after {
        clear: both; }
      .dl-05 > dd > ul > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        width: 25%;
        box-sizing: border-box;
        padding: 5px;
        height: 94px; }
        .dl-05 > dd > ul > li > i {
          position: absolute;
          width: 26px;
          height: 26px;
          background: url(/2015/common/images/icon/cast-new.png) 0 0 no-repeat;
          right: 3px;
          bottom: 3px;
          text-indent: -9999em;
          overflow: hidden;
          z-index: 100; }
        .dl-05 > dd > ul > li > a {
          box-sizing: border-box;
          display: block;
          padding-left: 10px;
          padding-right: 20px;
          width: 100%;
          height: 100%;
          line-height: 84px;
          vertical-align: middle;
          color: #333;
          font-size: 13px;
          white-space: nowrap;
          box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, .3);
          background-color: #fff;
          border: 2px solid #fff !important;
          -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out; }
          .dl-05 > dd > ul > li > a:hover {
            border: 2px solid #aaa !important; }
          .dl-05 > dd > ul > li > a > img {
            display: inline-block;
            vertical-align: middle;
            width: 64px;
            height: 64px;
            min-width: 64px;
            min-height: 64px;
            border-radius: 50%;
            margin-right: 16px;
            overflow: hidden; }
          .dl-05 > dd > ul > li > a > div {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            line-height: 1.2;
            font-size: 14px;
            min-width: 120px;
            max-width: 120px; }
            .dl-05 > dd > ul > li > a > div span {
              word-break: break-all; }
            .dl-05 > dd > ul > li > a > div small {
              display: block;
              color: #999; }
          .dl-05 > dd > ul > li > a:hover {
            border: 1px solid #fe4444; }

.dl-05 + .dl-05 {
  margin-top: 30px; }

.dl-06 {
  *zoom: 1;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #ccc;
  padding-left: 16px;
  padding-right: 16px; }
  .dl-06:before, .dl-06:after {
    content: "";
    display: table; }
  .dl-06:after {
    clear: both; }
  .dl-06 > dt {
    float: left;
    width: 120px;
    margin-right: 16px; }
  .dl-06 > dd {
    float: left;
    width: 320px;
    font-size: 16px;
    line-height: 1.5; }

.dl-07 {
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 15px 0;
  display: table;
  border-bottom: 1px solid #e5e5e5; }
  .dl-07.no-border {
    border-top: none;
    border-bottom: none;
    padding: 0; }
  .dl-07 > dt {
    display: inline-block;
    padding-right: 8px;
    text-wrap: none;
    vertical-align: top; }
    .dl-07 > dt.tit-04 {
      text-wrap: none; }
      .dl-07 > dt.tit-04 > span {
        text-wrap: none; }
  .dl-07 > dd {
    display: inline-block;
    padding-top: 4px;
    vertical-align: top; }
    .dl-07 > dd > a {
      font-size: 16px; }
    .dl-07 > dd > small {
      font-size: 12px; }

.dl-08 > dt {
  font-size: 15px;
  font-weight: bold; }

.dl-08 > dd {
  font-size: 14px; }

.btn-01 {
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px 0 0 0;
  background-color: #e7e7e7;
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  background-image: linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  padding: 2px 16px;
  min-width: 128px;
  background-color: #3f3f3f;
  color: #fff;
  font-size: 24px;
  behavior: url(/2016/common/js/PIE.htc); }
  .btn-01:hover {
    background-color: #4f4f4f;
    color: #fff; }

.btn-02 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 712px;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  .btn-02 > a {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding: 2px 10px 8px;
    height: 34px;
    background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
    background-image: linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
    color: #fff;
    border-radius: 0 0 10px 10px 0 0 0;
    vertical-align: middle;
    font-size: 17px;
    behavior: url(/2016/common/js/PIE.htc); }
    .btn-02 > a > img {
      position: relative;
      top: -1px;
      margin-right: 8px;
      vertical-align: middle; }
    .btn-02 > a:hover {
      background-color: #fbf8e8; }

.btn-03 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 12px;
  border-radius: 6px 0 0 0;
  color: #fff;
  letter-spacing: -0.1em;
  font-weight: bold;
  font-size: 14px; }
  .btn-03.tw {
    background-color: #00aced; }
  .btn-03.fb {
    background-color: #3b579d; }
  .btn-03:hover {
    opacity: 0.8;
    color: #fff; }

/*
## btn-04

```
<a href="" class="btn-04 mt-20">前回の闘会議2サイト<img src="/2016/common/images/icon/blank.png" alt="別ウインドウ" class="icon"></a>
```
*/
.btn-04 {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: 269px;
  height: 42px;
  background-color: #010101;
  background-image: -webkit-linear-gradient(bottom, rgba(3, 0, 0, .25) 0%, rgba(255, 255, 255, .25) 100%);
  background-image: linear-gradient(to top, rgba(3, 0, 0, .25) 0%, rgba(255, 255, 255, .25) 100%);
  border: 1px solid #211714;
  border-radius: 3px;
  box-shadow: 1px 1.7px 3px rgba(0, 0, 0, .3);
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  font-size: 16px;
  text-align: center; }
  .btn-04 img {
    position: relative;
    top: -1px;
    margin-right: 10px;
    vertical-align: middle; }
  .btn-04:hover {
    color: #fff;
    opacity: 0.8; }

.btn-05 {
  position: relative;
  display: inline-block;
  border-radius: 6px 0 0 0;
  padding: 20px 10px 40px;
  width: 230px;
  height: 190px;
  border: 3px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  vertical-align: top;
  text-align: center;
  text-align: center;
  line-height: 1.3; }
  .btn-05.mini {
    position: relative;
    height: 140px; }
  .btn-05 > h3 {
    display: inline-block; }
  .btn-05 > p {
    display: inline-block; }
    .btn-05 > p > strong {
      color: #d20000; }
  .btn-05 > .detail {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 230px;
    text-align: center; }
  .btn-05:hover {
    background-color: #fbf8e8;
    color: #333; }
  .btn-05 > .icon {
    position: relative;
    top: 1px;
    margin-left: 4px; }
  .btn-05 > .btn-05-comment {
    position: absolute;
    top: -25px;
    left: 5px;
    padding: 8px 15px;
    border-radius: 20px 0 0 0;
    min-width: 100px;
    background-color: #e14a83;
    color: #fff;
    text-align: center;
    font-weight: bold; }
    .btn-05 > .btn-05-comment:before {
      position: absolute;
      display: block;
      margin-top: 22px;
      margin-left: 10px;
      width: 11px;
      height: 9px;
      content: url(/2016/common/images/parts/btn-05-arw.png); }

.btn-06 {
  position: relative;
  display: inline-block;
  border-radius: 6px 0 0 0;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px 10px;
  border: 3px solid #e5e5e5;
  background-color: #fff;
  color: #474747;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1; }
  .btn-06 > img {
    position: relative;
    top: -2px;
    vertical-align: middle; }
  .btn-06:hover {
    background-color: #e5e5e5;
    color: #333; }

.btn-07 {
  position: relative;
  display: inline-block;
  border-radius: 6px 0 0 0;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 8px;
  width: 170px;
  border: 3px solid #e5e5e5;
  background-color: #fff;
  color: #474747;
  vertical-align: middle;
  text-align: center;
  letter-spacing: -0.1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2; }
  .btn-07 > img {
    position: relative;
    top: -2px;
    vertical-align: middle; }
  .btn-07 > i {
    position: absolute;
    top: -105px;
    left: 50%;
    display: table-cell;
    margin-left: -47px;
    width: 94px;
    height: 100px;
    background: url(/2016/common/images/parts/btn-07-bg.png) 50% 0 no-repeat;
    text-align: center;
    line-height: 94px; }
    .btn-07 > i > img {
      display: inline;
      vertical-align: middle; }
  .btn-07:hover {
    background-color: #e5e5e5;
    color: #333; }
    .btn-07:hover > i {
      background: url(/2016/common/images/parts/btn-07-bg_on.png) 50% 0 no-repeat; }

.btn-08 {
  display: block;
  position: relative;
  letter-spacing: -0.4em;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, .3);
  height: 152px;
  line-height: 152px;
  padding: 0 16px; }
  .btn-08:before {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: -1px;
    width: 504px;
    height: 156px;
    left: 0px;
    content: "";
    display: block;
    background: url(/2017/common/images/booth/index_mo.png) 0 0 no-repeat;
    background-size: 504px 156px;
    opacity: 0; }
  .btn-08:hover:before {
    opacity: 1; }
  .btn-08 > img {
    max-width: 224px;
    min-width: 224px;
    height: auto;
    margin-right: 16px;
    vertical-align: middle; }
  .btn-08 > .desc {
    display: inline-block;
    width: 225px;
    color: #211714;
    vertical-align: middle;
    letter-spacing: 0; }
    .btn-08 > .desc dt {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2; }
    .btn-08 > .desc dd {
      margin-top: 14px;
      line-height: 1.714; }

.btn-09 {
  position: relative;
  display: inline-block;
  min-height: 133px;
  width: 100%;
  color: #333;
  *zoom: 1; }
  .btn-09:before, .btn-09:after {
    content: "";
    display: table; }
  .btn-09:after {
    clear: both; }
  .btn-09 > .category {
    margin-bottom: 2px; }
    .btn-09 > .category dt {
      top: 3px;
      left: 3px;
      z-index: 2;
      display: inline-block;
      margin-right: 6px;
      padding: 1px  3px;
      background-color: #bbb;
      color: #fff;
      vertical-align: middle;
      font-size: 10px;
      line-height: 1.3; }
    .btn-09 > .category dd {
      display: inline-block;
      color: #666;
      vertical-align: middle;
      font-size: 12px; }
  .btn-09 > img {
    position: absolute;
    right: 0;
    z-index: 10;
    display: block;
    margin-bottom: 6px;
    width: 180px; }
  .btn-09 > .txt {
    position: relative;
    z-index: 11; }
    .btn-09 > .txt > dt {
      position: relative;
      display: inline-block;
      padding: 10px 16px;
      width: 62%;
      background-color: #e5e5e5;
      color: #333;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.4;
      border-radius: 6px 0 0 6px 0 0 0;
      behavior: url(/2016/common/js/PIE.htc);
      box-sizing: border-box; }
      .btn-09 > .txt > dt > span {
        position: absolute;
        right: 10px;
        display: inline-block;
        margin-top: 3px;
        padding: 5px 13px;
        background-color: #666;
        color: #fff;
        font-size: 12px;
        line-height: 1; }
      .btn-09 > .txt > dt.label-02 {
        color: #7f7f7f; }
    .btn-09 > .txt dd {
      padding: 10px 16px;
      box-sizing: border-box;
      width: 62%;
      text-justify: distribute;
      text-align: justify; }

a.btn-09:hover > img {
  opacity: 0.8; }

a.btn-09:hover > .txt > dt {
  background-color: #fbf8e8;
  color: #333; }

a.btn-09:hover > .txt > dd {
  color: #333; }

.btn-10 {
  position: relative;
  display: inline-block;
  border-radius: 6px 0 0 0;
  box-shadow: #1f1f1f 1px 2px 0px 0 0 0;
  padding: 10px 18px;
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  background-image: linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  background-color: #3f3f3f;
  color: #fff;
  font-size: 24px;
  behavior: url(/2016/common/js/PIE.htc); }
  .btn-10:hover {
    background-color: #4f4f4f;
    color: #fff; }

span.btn-10 {
  background-color: #a9a7aa;
  box-shadow: #ccc 1px 1px 1px 0 0 0; }
  span.btn-10:hover {
    background-color: #a9a7aa; }

.btn-11 {
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  border-radius: 3px 0 0 0;
  box-shadow: #1f1f1f 1px 2px 0px 0 0 0;
  padding: 2px 25px;
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  background-image: linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  background-color: #3f3f3f;
  color: #fff;
  font-size: 18px;
  behavior: url(/2016/common/js/PIE.htc); }
  .btn-11:hover {
    background-color: #4f4f4f;
    color: #fff; }

.btn-12 {
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px 0 0 0;
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  background-image: linear-gradient(top, #e7e7e7 0%, #878787 2%, #777777 30%, #737373 38%, #747474 40%, #707070 43%, #6c6c6c 53%, #656565 64%, #666666 66%, #636363 68%, #535353 100%);
  box-shadow: #1f1f1f 1px 2px 0px 0 0 0;
  padding: 2px 48px;
  background-color: #3f3f3f;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.05em;
  behavior: url(/2016/common/js/PIE.htc); }
  .btn-12:hover {
    background-color: #4f4f4f;
    color: #fff; }

.btn-ticket-ippan {
  display: block;
  padding: 10px;
  background-image: -webkit-linear-gradient(top, #83c1df 0%, #47a0ca 100%);
  background-image: linear-gradient(top, #83c1df 0%, #47a0ca 100%); }

.btn-ticket-yusen {
  display: block;
  padding: 10px;
  background-image: -webkit-linear-gradient(top, #ff7ba1 0%, #ff5b8b 100%);
  background-image: linear-gradient(top, #ff7ba1 0%, #ff5b8b 100%); }

.btn-ticket-ippan:hover,
.btn-ticket-yusen:hover {
  opacity: 0.8; }

.btn-block {
  display: block; }

.btn_tokaigi_gp {
  position: absolute;
  right: 0;
  bottom: 10px; }
  .btn_tokaigi_gp:hover, .btn_tokaigi_gp:focus {
    opacity: 0.8; }

.btn-seemore {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 287px;
  height: 38px;
  background-color: #0c3765;
  border: 2px solid #0c3765;
  border-radius: 19px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .btn-seemore:hover {
    opacity: 0.8;
    color: #fff; }
  .btn-seemore:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-right: 8px;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent transparent; }

.mov-01 {
  border: solid 1px #CCC;
  margin-top: 10px; }

.mov-02 {
  background-color: #ececec; }
  .mov-02 > dt {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 16px;
    padding: 14px 10px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    .mov-02 > dt > b {
      position: relative;
      top: -1px;
      font-size: 10px;
      display: inline-block;
      color: #fff;
      background: #e60021;
      line-height: 16px;
      padding: 0 4px;
      margin-left: 6px; }
  .mov-02 > dd {
    vertical-align: top; }
    .mov-02 > dd iframe {
      display: block;
      width: 100%;
      border-top: none !important;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .mov-02 > dd embed {
      display: block;
      width: 100%;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .mov-02 > dd .tit-04 {
      vertical-align: top; }
    .mov-02 > dd .list-06 {
      padding-top: 3px;
      vertical-align: top; }

.media-wrap-01 {
  text-align: center;
  line-height: 0;
  width: 650px;
  height: 406px;
  margin-bottom: 4px;
  background-color: #f2f2f2; }
  .media-wrap-01 img {
    display: block;
    margin: 0 auto; }

.list-01 {
  *zoom: 1; }
  .list-01:before, .list-01:after {
    content: "";
    display: table; }
  .list-01:after {
    clear: both; }
  .list-01 > li {
    float: left;
    width: 123px;
    margin-right: 8px; }
    .list-01 > li > a {
      position: relative; }
      .list-01 > li > a > time,
      .list-01 > li > a > i {
        display: inline-block;
        padding: 0 3px;
        position: absolute;
        background-color: #000;
        color: #fff;
        bottom: 6px;
        right: 3px;
        font-weight: normal;
        line-height: 1.2;
        font-size: 10px;
        font-style: normal; }

.list-02 {
  position: absolute;
  right: 0;
  *zoom: 1;
  margin-top: 5px; }
  .list-02:before, .list-02:after {
    content: "";
    display: table; }
  .list-02:after {
    clear: both; }
  .list-02 > li {
    float: right;
    margin-left: 10px; }
    .list-02 > li:nth-child(1) img {
      width: 26px; }
    .list-02 > li:nth-child(1) a:hover {
      opacity: 0.8; }
    .list-02 > li:nth-child(2) {
      position: relative;
      top: 4px;
      width: 110px; }
    .list-02 > li.niconico {
      padding-top: 1px; }
      .list-02 > li.niconico a {
        color: #fff;
        font-size: 13px;
        display: inline-block;
        padding: 0 8px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        line-height: 15px; }

.list-03 {
  font-size: 14px;
  color: #211714; }

.list-04 {
  *zoom: 1;
  letter-spacing: -0.4em;
  margin-left: -5px;
  margin-right: -5px; }
  .list-04:before, .list-04:after {
    content: "";
    display: table; }
  .list-04:after {
    clear: both; }
  .list-04 > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0; }

.list-05 {
  letter-spacing: -0.4em;
  margin-left: -5px;
  margin-right: -5px; }
  .list-05 > li {
    display: inline-block;
    min-width: 33.3%;
    width: 33.3%;
    vertical-align: top;
    letter-spacing: 0;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    .list-05 > li iframe {
      display: block; }
    .list-05 > li .mov-02 h4 + .list-06 {
      margin-bottom: 0; }

.list-06 {
  display: inline-block;
  width: 180px;
  *zoom: 1;
  letter-spacing: -0.4em;
  margin-left: -5px;
  margin-right: -5px;
  vertical-align: middle;
  margin-bottom: 40px; }
  .list-06:before, .list-06:after {
    content: "";
    display: table; }
  .list-06:after {
    clear: both; }
  .list-06.w550 {
    width: 550px; }
  .list-06 > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: -0.08em; }

.list-07 {
  text-align: center;
  padding-top: 30px;
  letter-spacing: -0.4em; }
  .list-07.no-border {
    padding: 0 0 20px; }
  .list-07#filterMap {
    padding: 0 0 20px;
    margin: 0; }
  .list-07 > li {
    display: inline-block; }
    .list-07 > li > a {
      letter-spacing: 0;
      display: block;
      color: #0c3765;
      background-color: #e7e8ed;
      font-size: 16px;
      width: 180px;
      height: 36px;
      border-radius: 18px;
      line-height: 36px;
      text-align: center;
      margin-left: 7px;
      margin-right: 7px;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      font-weight: bold; }
      .list-07 > li > a:hover, .list-07 > li > a.active {
        background-color: #0c3765;
        color: #fff; }

.list-08 {
  *zoom: 1;
  letter-spacing: -0.4em;
  vertical-align: middle; }
  .list-08:before, .list-08:after {
    content: "";
    display: table; }
  .list-08:after {
    clear: both; }
  .list-08 > li {
    display: inline-block;
    letter-spacing: 0;
    margin-right: 12px; }
    .list-08 > li > a {
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 32px;
      vertical-align: middle;
      text-align: center;
      border-radius: 50% 50%;
      color: #666666;
      font-size: 20px;
      font-weight: bold;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .list-08 > li > a.disable {
        cursor: default;
        color: #ccc; }
        .list-08 > li > a.disable:hover {
          background-color: transparent;
          color: #ccc;
          font-weight: normal; }
      .list-08 > li > a:hover {
        background-color: #d8383c;
        color: #fff;
        font-weight: bold; }

.list-09 {
  *zoom: 1;
  letter-spacing: -0.4em;
  margin-left: -2.5px;
  margin-right: -2.5px;
  text-align: right; }
  .list-09:before, .list-09:after {
    content: "";
    display: table; }
  .list-09:after {
    clear: both; }
  .list-09 > li {
    display: inline-block;
    padding-left: 2.5px;
    padding-right: 2.5px;
    letter-spacing: 0; }
    .list-09 > li a:hover {
      opacity: 0.8; }

.list-10 {
  *zoom: 1;
  letter-spacing: -0.4em;
  margin-left: -8px;
  margin-right: -8px;
  text-align: center;
  vertical-align: top; }
  .list-10:before, .list-10:after {
    content: "";
    display: table; }
  .list-10:after {
    clear: both; }
  .list-10 > li {
    vertical-align: top;
    margin-top: 40px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: 0; }

.list-11 {
  *zoom: 1;
  letter-spacing: -0.4em;
  margin-left: -8px;
  margin-right: -8px;
  text-align: center; }
  .list-11:before, .list-11:after {
    content: "";
    display: table; }
  .list-11:after {
    clear: both; }
  .list-11 > li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: 0; }

.list-12 {
  *zoom: 1;
  margin-left: -12px;
  margin-right: -12px;
  letter-spacing: -0.4em; }
  .list-12:before, .list-12:after {
    content: "";
    display: table; }
  .list-12:after {
    clear: both; }
  .list-12 > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    min-width: 50%;
    width: 50%; }
    .list-12 > li .tit-03 {
      min-height: 40px;
      margin-bottom: 10px; }
      .list-12 > li .tit-03 ul li {
        margin-left: 0; }
        .list-12 > li .tit-03 ul li a img {
          margin-top: -2px;
          margin-left: 4px;
          width: 30px;
          height: auto; }
    .list-12 > li > i {
      position: absolute;
      width: 54px;
      height: 54px;
      background: url(/2015/common/images/icon/boothnew.png) 0 0 no-repeat;
      right: 7px;
      top: -3px;
      text-indent: -9999em;
      overflow: hidden;
      z-index: 10; }
    .list-12 > li a.btn-08 > .desc {
      padding-left: 6px; }
      .list-12 > li a.btn-08 > .desc .category {
        margin-bottom: 24px; }
      .list-12 > li a.btn-08 > .desc .txt {
        margin-top: 0; }
    .list-12 > li > figure {
      padding: 14px;
      position: relative;
      background-color: #fff;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, .3);
      letter-spacing: -0.4em; }
      .list-12 > li > figure > img {
        display: inline-block;
        margin-right: 13px;
        width: 220px;
        height: auto;
        max-height: 126px;
        border: 1px solid #ccc;
        vertical-align: top; }
      .list-12 > li > figure figcaption {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        width: calc(100% - 233px); }
        .list-12 > li > figure figcaption dl.link dt {
          font-size: 18px;
          line-height: 1.2;
          font-weight: bold;
          padding-bottom: 5px; }
        .list-12 > li > figure figcaption dl.link dd {
          margin-top: 7px; }
          .list-12 > li > figure figcaption dl.link dd > a {
            display: block;
            box-sizing: border-box;
            position: relative;
            border: 1px solid #ccc;
            border-radius: 16px;
            font-size: 14px;
            line-height: 1.2;
            color: #666;
            padding: 8px 16px 8px 32px;
            background: #fafafc url(../images/icon/arrow_right_red.png) 11px 8px no-repeat; }
            .list-12 > li > figure figcaption dl.link dd > a:after {
              -webkit-transition: opacity 0.4s ease-out;
              transition: opacity 0.4s ease-out;
              position: absolute;
              content: "";
              left: -1px;
              right: -1px;
              top: -1px;
              bottom: -1px;
              border-radius: 16px;
              border: 4px solid #ffd300;
              opacity: 0; }
            .list-12 > li > figure figcaption dl.link dd > a:hover:after {
              opacity: 1; }

.list-13 {
  *zoom: 1;
  letter-spacing: -0.4em;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 0 0 0; }
  .list-13:before, .list-13:after {
    content: "";
    display: table; }
  .list-13:after {
    clear: both; }
  .list-13 > li {
    position: relative;
    width: 50%;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 0;
    margin-bottom: 20px;
    vertical-align: top;
    box-sizing: border-box; }
    .list-13 > li > i {
      position: absolute;
      width: 54px;
      height: 54px;
      background: url(/2016/common/images/icon/boothnew.png) 0 0 no-repeat;
      right: 12px;
      top: 27px;
      text-indent: -9999em;
      overflow: hidden;
      z-index: 1000; }

.list-14 {
  margin: 0 -4px;
  letter-spacing: -0.4em;
  vertical-align: top; }
  .list-14 > li {
    vertical-align: top;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
    box-sizing: border-box; }
    .list-14 > li > a {
      display: block;
      border: 1px solid #ccc;
      background-color: #fafafa;
      padding: 10px; }
      .list-14 > li > a:hover {
        background-color: #fbf8e8; }
      .list-14 > li > a dl {
        padding-left: 98px;
        font-size: 12px;
        min-height: 68px; }
        .list-14 > li > a dl dt {
          color: #000;
          line-height: 1.34;
          font-weight: bold; }
        .list-14 > li > a dl dd {
          color: #000;
          line-height: 1.34; }
    .list-14 > li img {
      position: absolute; }

.list-15 {
  padding-left: 25px; }
  .list-15 li {
    text-indent: 0; }

.list-inline-01 {
  letter-spacing: -0.35em; }
  .list-inline-01 li {
    letter-spacing: 0;
    vertical-align: top;
    display: inline-block; }
    .list-inline-01 li + li {
      margin-left: 20px; }

.list-highlight {
  background: url(../images/booth/bg_booth_hilight.png) 0 0 no-repeat;
  background-size: 100% 100%;
  letter-spacing: -0.4em;
  white-space: nowrap; }
  .list-highlight > dl {
    display: inline-block;
    min-height: 101px; }
    .list-highlight > dl dt {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      background-color: #fff;
      min-width: 180px;
      width: 180px;
      letter-spacing: 0; }
    .list-highlight > dl dd {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      background-color: #c4d0e8;
      min-width: 27px;
      width: 27px;
      text-align: center;
      color: #1b2d84;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.2;
      overflow: visible;
      letter-spacing: 0; }
      .list-highlight > dl dd:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #c4d0e8;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: -10px; }
  .list-highlight ol {
    display: inline-block;
    vertical-align: top;
    padding: 16px 22px 10px 22px;
    list-style: none;
    letter-spacing: 0;
    white-space: normal;
    width: 536px; }
    .list-highlight ol li {
      position: relative;
      width: 100%;
      text-align: left;
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 6px;
      color: #fff;
      font-weight: bold;
      padding-left: 22px; }
      .list-highlight ol li span {
        position: absolute;
        top: 2px;
        left: 0;
        margin-right: 10px;
        display: block;
        font-weight: bold;
        background-color: #fff;
        border-radius: 50%;
        min-width: 18px;
        min-height: 18px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 14px;
        color: #1b2d84;
        text-align: center; }

.list-schedule li {
  border-left: 10px solid #e60021;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 5px 0 5px 10px;
  font-size: 15px; }
  .list-schedule li span {
    display: inline-block;
    background-color: #e7e7e7;
    border-radius: 6px;
    padding: 5px 16px;
    margin-right: 8px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.fs8 {
  font-size: 8px; }

.fs9 {
  font-size: 9px; }

.fs10 {
  font-size: 10px; }

.fs11 {
  font-size: 11px; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs25 {
  font-size: 25px; }

.fs26 {
  font-size: 26px; }

.fs27 {
  font-size: 27px; }

.fs28 {
  font-size: 28px; }

.fs29 {
  font-size: 29px; }

.fs30 {
  font-size: 30px; }

.lh-1_1 {
  line-height: 1.1; }

.lh-1_2 {
  line-height: 1.2; }

.lh-1_3 {
  line-height: 1.3; }

.lh-1_4 {
  line-height: 1.4; }

.lh-1_5 {
  line-height: 1.5; }

.lh-1_6 {
  line-height: 1.6; }

.lh-1_7 {
  line-height: 1.7; }

.lh-1_8 {
  line-height: 1.8; }

.lh-1_9 {
  line-height: 1.9; }

.lh-2_0 {
  line-height: 2.0; }

.ls--01 {
  letter-spacing: -0.1em; }

.va-top {
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.va-bottom {
  vertical-align: bottom; }

.va-base {
  vertical-align: baseline; }

.inline-blk {
  display: inline-block; }

.label-01 {
  color: #d20000; }

.label-02 {
  color: #7f7f7f; }

.label-03 {
  left: 100%;
  bottom: 0;
  text-align: right;
  color: #7f7f7f;
  margin: 0 auto; }

.label-04 {
  position: relative;
  top: 1px;
  margin-right: 8px; }

.cap-01 {
  position: relative;
  width: 1024px;
  text-align: right;
  margin: 0 auto; }
  .cap-01 > p {
    position: absolute;
    right: 0;
    padding-right: 20px;
    top: 40px;
    color: #9f0e1b; }

.seemore {
  display: none; }

.link-01 {
  float: right;
  margin-top: 8px;
  font-size: 15px; }

.center-block {
  display: block;
  margin: 0 auto; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.mt01 {
  margin-top: 1px; }

.mt02 {
  margin-top: 2px; }

.mt03 {
  margin-top: 3px; }

.mt04 {
  margin-top: 4px; }

.mt05 {
  margin-top: 5px; }

.mt06 {
  margin-top: 6px; }

.mt07 {
  margin-top: 7px; }

.mt08 {
  margin-top: 8px; }

.mt09 {
  margin-top: 9px; }

.mt10 {
  margin-top: 10px; }

.arrow_box {
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
  background: #fff;
  border: 2px solid #ffd300;
  box-shadow: 1px 1.7px 4px rgba(10, 10, 10, .4);
  border-radius: 6px;
  margin-bottom: 20px; }
  .arrow_box img {
    margin-top: -10px;
    position: absolute;
    width: 41px;
    height: auto; }
  .arrow_box h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 1em 10px 1em;
    text-align: center;
    line-height: 1.2; }

.arrow_box:after {
  top: 100%;
  left: 99px;
  content: "";
  height: 19px;
  width: 14px;
  position: absolute;
  background: url(../images/booth/arrow_box_arrow_bottom.png) 50% 0 no-repeat; }

/*
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.arrow_box:before {
  border-color: rgba(230, 0, 33, 0);
  border-top-color: #ffd300;
  border-width: 18px;
  margin-left: -18px;

}
*/
.title-notice {
  border: 1px solid #e23c5b;
  margin-bottom: 1em; }
  .title-notice > h2 {
    background-color: #e23c5b;
    color: #fff; }
  .title-notice p {
    text-align: center;
    padding: 1em; }

/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(1);
  -webkit-filter: gray;
          filter: gray; }

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s; } }

.grayscale.grayscale-fade:hover, .grayscale.grayscale-off {
  -webkit-filter: grayscale(0);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(0); }

.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none; }

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.grayscale.grayscale-replaced.grayscale-fade:hover > svg, .grayscale.grayscale-replaced.grayscale-off > svg {
  opacity: 0; }

.red {
  color: #ff3333; }

.p-01 {
  vertical-align: middle; }
  .p-01 > img {
    margin-right: 8px;
    vertical-align: middle; }

.p-02 {
  color: #666;
  margin-left: 16px;
  margin-right: 16px; }

.p-03 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }

.kv-00 {
  position: relative;
  width: 100%;
  height: 315px;
  overflow: hidden; }
  .kv-00 .slide_all {
    width: 1024px;
    margin: 0 auto;
    height: 315px;
    position: relative; }
  .kv-00 .slide_wrap {
    width: 3072px;
    position: absolute;
    left: 50%;
    margin-left: -1536px; }
  .kv-00 .slide_body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .kv-00 .slide {
    width: 1024px; }
  .kv-00 .slide img {
    width: 100%;
    vertical-align: bottom; }
  .kv-00 .bx-viewport {
    left: 0 !important; }
  .kv-00 .bx-prev {
    position: absolute;
    left: 50% !important;
    width: 47px !important;
    height: 47px !important;
    background: url(../images/top/arrow_left_carousel_01.png) no-repeat 0 0 !important;
    margin-left: -535px !important; }
  .kv-00 .bx-next {
    position: absolute;
    top: 0;
    width: 47px !important;
    height: 47px !important;
    right: 50% !important;
    background: url(../images/top/arrow_right_carousel_01.png) no-repeat 0 0 !important;
    z-index: 1000;
    margin-right: -535px !important; }
  .kv-00 li {
    width: 1024px;
    height: 315px;
    margin-left: -512px;
    left: 50%;
    overflow: hidden;
    z-index: 1000; }

.accordion-01 {
  display: block;
  padding: 7px 14px;
  background-color: #eeeff3;
  vertical-align: middle;
  font-size: 22px;
  color: #211714; }
  .accordion-01 > img {
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle; }
  .accordion-01:focus {
    color: #333; }
  .accordion-01:hover {
    opacity: 0.8;
    color: #333; }

.accordion-01-ct {
  display: none; }
  .accordion-01-ct a {
    text-decoration: underline; }

.fig-01 {
  margin-bottom: 10px; }
  .fig-01 > .fig-01-tit {
    display: inline-block;
    width: 150px;
    vertical-align: top; }
  .fig-01 > figcaption {
    display: inline-block;
    width: 530px;
    vertical-align: top; }

.kyosan-01 {
  position: relative;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .kyosan-01:before, .kyosan-01:after {
    content: "";
    display: table; }
  .kyosan-01:after {
    clear: both; }
  .kyosan-01 > dt {
    position: absolute;
    width: 110px;
    padding: 5px;
    left: -142px;
    top: -10px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    box-sizing: border-box; }
  .kyosan-01 > dd {
    padding: 0; }
    .kyosan-01 > dd > a {
      display: block;
      text-align: left;
      width: 760px;
      background-color: #fff; }
      .kyosan-01 > dd > a > img {
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto; }
      .kyosan-01 > dd > a:hover {
        opacity: 0.8; }

.kyosan-02 {
  position: relative;
  *zoom: 1;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  .kyosan-02:before, .kyosan-02:after {
    content: "";
    display: table; }
  .kyosan-02:after {
    clear: both; }
  .kyosan-02 > dt {
    position: absolute;
    width: 110px;
    padding: 5px;
    left: -142px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    box-sizing: border-box; }
  .kyosan-02 > dd {
    letter-spacing: -0.35em;
    margin: 0 -8px; }
    .kyosan-02 > dd.text-center > a {
      float: none !important;
      display: inline-block; }
    .kyosan-02 > dd > a {
      letter-spacing: 0;
      display: inline-block;
      box-sizing: border-box;
      width: 243px;
      height: 85px;
      line-height: 86px;
      background-color: #fff;
      margin: 0 8px 16px;
      text-align: center;
      vertical-align: top; }
      .kyosan-02 > dd > a.col2 {
        width: 372px;
        height: 88px; }
      .kyosan-02 > dd > a.col4 {
        width: 178px;
        height: 88px; }
      .kyosan-02 > dd > a.col5 {
        width: 139px;
        height: 88px; }
      .kyosan-02 > dd > a > img {
        vertical-align: middle;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
      .kyosan-02 > dd > a.pad_narrow > img {
        width: auto;
        height: 70px; }
      .kyosan-02 > dd > a:hover {
        opacity: 0.8; }

.kyosan-03 {
  position: relative;
  *zoom: 1;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  .kyosan-03:before, .kyosan-03:after {
    content: "";
    display: table; }
  .kyosan-03:after {
    clear: both; }
  .kyosan-03 > dt {
    position: absolute;
    width: 110px;
    padding: 5px;
    left: -142px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    box-sizing: border-box; }
  .kyosan-03 > dd > a {
    display: block;
    float: left;
    width: 119px;
    height: 71px;
    overflow: hidden;
    margin-bottom: -1px;
    margin-right: -1px; }
    .kyosan-03 > dd > a > img {
      display: block; }
    .kyosan-03 > dd > a:hover {
      opacity: 0.8;
      width: 119px;
      height: 71px; }
  .kyosan-03 > dd > img {
    border: 1px solid #cbcbcb;
    float: left;
    width: 119px !important;
    height: 71px;
    margin-right: -1px;
    margin-bottom: -1px; }

.kyosan-04 {
  margin-left: auto;
  margin-right: auto; }
  .kyosan-04 > ul {
    border: 1px solid #cbcbcb;
    *zoom: 1;
    background-color: #fff;
    letter-spacing: -0.4em;
    padding: 15px 0 3px; }
    .kyosan-04 > ul:before, .kyosan-04 > ul:after {
      content: "";
      display: table; }
    .kyosan-04 > ul:after {
      clear: both; }
    .kyosan-04 > ul > li {
      float: left;
      width: 50%;
      letter-spacing: 0;
      line-height: 1.4;
      padding: 0 20px 12px; }
      .kyosan-04 > ul > li > a {
        color: #333; }
        .kyosan-04 > ul > li > a:hover {
          opacity: 0.8; }

.tweet-01 {
  position: relative;
  background-color: #fff;
  border-radius: 6px 0 0 0;
  padding: 18px 18px 10px;
  text-align: center;
  margin-bottom: 10px;
  behavior: url(/2016/common/js/PIE.htc);
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }
  .tweet-01 > p {
    font-weight: bold;
    margin-bottom: 10px; }

.tweet-02 {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: 6px; }
  .tweet-02:hover > img {
    opacity: 0.8; }

.fb-01 {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  top: 1px; }
  .fb-01:hover > img {
    opacity: 0.8; }

.fblike-01 {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  top: 6px; }
  .fblike-01:hover > img {
    opacity: 0.8; }

.twitter-count-01 {
  display: inline-block;
  width: 48px;
  height: 27px;
  padding: 9px 5px 5px 6px;
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
  letter-spacing: -0.1em;
  text-align: center;
  color: #5ea9dd;
  background: url(/2016/common/images/parts/bg-twitter-count.png) 0 0 no-repeat; }

.twitter-count-02 {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 48px;
  height: 27px;
  padding: 9px 5px 5px 6px;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: -0.1em;
  text-align: center;
  color: #5ea9dd;
  background: url(/2016/common/images/parts/bg-twitter-count.png) 0 0 no-repeat; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important; }

#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  overflow: visible !important; }

#cboxLoadedContent {
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
  background: #fff; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.54 !important; }

#colorbox {
  outline: 0;
  padding: 10px 0; }

#cboxContent {
  background: #fff;
  box-shadow: #aaa 1px 1px 5px 0 0 0; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 0; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  display: none !important; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxClose {
  position: absolute;
  top: 7px;
  right: 6px;
  display: block;
  color: #444;
  text-indent: -9999em;
  background: url(/2017/common/images/icon/cbox-close.png);
  width: 28px;
  height: 28px;
  overflow: hidden; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 255, 255, 1),endColorstr=rgba(0, 255, 255, 1)); }

.cboxSource {
  display: none; }

#cboxClose {
  right: 2px;
  top: 2px; }

.cboxContent {
  display: block;
  width: 500px; }
  .cboxContent > .cboxContentClose {
    padding-right: 10px;
    text-align: right; }
    .cboxContent > .cboxContentClose > a {
      position: relative;
      top: 1px;
      display: none; }
  .cboxContent .cboxArtistTag {
    float: right;
    margin-bottom: 0;
    height: 31px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    letter-spacing: -0.4em;
    white-space: nowrap; }
    .cboxContent .cboxArtistTag li {
      padding-top: 1px;
      display: inline-block;
      letter-spacing: 0; }
      .cboxContent .cboxArtistTag li img {
        margin-left: 3px; }
  .cboxContent .cboxContentItemPhoto {
    position: relative;
    clear: both;
    width: 470px;
    height: 334px;
    line-height: 334px;
    text-align: center;
    background-color: #f2f2f2;
    vertical-align: middle;
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 32px; }
    .cboxContent .cboxContentItemPhoto.medama:before {
      display: block;
      position: absolute;
      width: 54px;
      height: 54px;
      margin: -4px 0 0 -4px;
      top: 0;
      left: 0;
      line-height: 54px;
      content: url(/2017/common/images/icon/goods-medama.png); }
    .cboxContent .cboxContentItemPhoto > img {
      position: relative;
      max-width: 470px;
      max-height: 300px;
      width: auto;
      height: auto;
      text-align: center;
      vertical-align: middle;
      top: 0; }
  .cboxContent .cboxContentItemTitle {
    text-align: center;
    font-size: 24px;
    padding-top: 28px;
    color: #000;
    line-height: 1.2; }
    .cboxContent .cboxContentItemTitle span {
      display: block;
      color: #000;
      text-align: center;
      margin-bottom: 30px; }
    .cboxContent .cboxContentItemTitle em {
      display: block;
      text-align: center;
      color: #797979;
      font-style: normal;
      margin-bottom: 15px; }
  .cboxContent .cboxContentItemExhibit {
    font-size: 16px;
    padding: 0 15px 13px;
    line-height: 1.5;
    font-weight: bold; }
    .cboxContent .cboxContentItemExhibit a {
      color: #d8383c;
      text-decoration: underline; }
  .cboxContent .cboxContentItemDesc {
    padding: 12px 7px;
    border-top: 1px dashed #cbcace;
    line-height: 1.5;
    margin: 12px 0 15px;
    border-bottom: 1px dashed #cbcace; }
  .cboxContent .btn-12 {
    margin-bottom: 24px; }
  .cboxContent .cboxContentItemTw {
    text-align: center;
    font-size: 14px;
    border-top: 1px dotted #cbcace;
    height: 53px;
    line-height: 53px; }
    .cboxContent .cboxContentItemTw a {
      color: #50aaf1; }
    .cboxContent .cboxContentItemTw img {
      position: relative;
      top: 6px;
      margin-right: 5px; }
      .cboxContent .cboxContentItemTw img.arrow_tw_right {
        top: 2px;
        margin-right: 0;
        margin-left: 10px; }
  .cboxContent > .cboxContentWrap {
    padding: 10px 24px 0; }
    .cboxContent > .cboxContentWrap > .cboxContentPhoto:before {
      display: block;
      clear: both;
      content: ""; }
    .cboxContent > .cboxContentWrap > .cboxContentVisual {
      position: relative;
      width: 334px;
      margin-left: auto;
      margin-right: auto; }
      .cboxContent > .cboxContentWrap > .cboxContentVisual > .artistLink {
        position: absolute;
        margin-bottom: 0;
        bottom: 6px;
        right: 6px;
        width: 334px;
        text-align: right; }
        .cboxContent > .cboxContentWrap > .cboxContentVisual > .artistLink li {
          display: inline-block;
          vertical-align: bottom;
          width: 46px;
          height: 46px;
          margin-left: 2px; }
      .cboxContent > .cboxContentWrap > .cboxContentVisual > .cboxContentPhoto {
        clear: both;
        display: table-cell;
        width: 334px;
        height: 334px;
        text-align: center;
        vertical-align: middle; }
        .cboxContent > .cboxContentWrap > .cboxContentVisual > .cboxContentPhoto > img {
          text-align: center;
          vertical-align: middle; }
    .cboxContent > .cboxContentWrap > .cboxContentTitle {
      position: relative;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 16px;
      font-size: 20px;
      line-height: 1.2;
      color: #211714; }
      .cboxContent > .cboxContentWrap > .cboxContentTitle small {
        font-size: 16px;
        color: #999; }
    .cboxContent > .cboxContentWrap .cboxContentInfo {
      margin-left: -14px;
      margin-right: -14px;
      padding: 20px 14px; }
      .cboxContent > .cboxContentWrap .cboxContentInfo > p {
        color: #333; }
      .cboxContent > .cboxContentWrap .cboxContentInfo > h3 {
        line-height: 25px;
        font-size: 16px; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > h3 span {
          display: inline-block;
          font-size: 16px;
          color: #fff;
          background-color: #211714;
          width: 428px;
          margin-left: -20px;
          padding-left: 27px;
          line-height: 25px; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > h3 img {
          position: relative;
          top: -1px;
          width: 33px;
          height: 33px;
          vertical-align: middle; }
      .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated {
        padding: 18px 30px; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated + .cboxContentRelated {
          padding-top: 0;
          margin-top: -2px; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dt {
          position: relative; }
          .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dt img {
            position: absolute;
            top: 2px;
            margin-right: 6px; }
          .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dt a {
            display: block;
            padding-left: 20px;
            color: #d8383c;
            font-size: 16px;
            font-weight: bold;
            text-decoration: underline; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dd {
          margin-top: 7px;
          padding-left: 34px; }
          .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dd a {
            text-align: center;
            display: block;
            width: 190px;
            height: 22px;
            background-color: #f9fafb;
            border: 1px solid #dce0e7;
            border-radius: 10px;
            padding-left: 10px;
            padding-right: 10px;
            color: #211714;
            line-height: 20px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none; }
            .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dd a:after {
              position: relative;
              top: -2px;
              display: inline-block;
              vertical-align: middle;
              margin-left: 10px;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 3.5px 0 3.5px 6px;
              border-color: transparent transparent transparent #999999; }
      .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentLive li {
        margin-top: 8px;
        display: block;
        text-align: center; }

.nyujoken-01 {
  margin-top: 45px;
  position: relative;
  background-color: #fff7f9;
  padding-bottom: 12px; }
  .nyujoken-01 > h2 {
    position: relative;
    font-size: 35px;
    vertical-align: middle;
    line-height: 1;
    padding-top: 25px; }
    .nyujoken-01 > h2 > .num {
      position: relative;
      top: -3px;
      vertical-align: middle;
      margin-right: 12px; }
    .nyujoken-01 > h2 > .sub {
      position: absolute;
      top: -8px;
      vertical-align: middle;
      margin-left: 12px; }
  .nyujoken-01 > .nyujoken-01-comment {
    position: absolute;
    top: -25px;
    left: 0;
    background-color: #ff81a5;
    border-radius: 20px 0 0 0;
    behavior: url(/2016/common/js/PIE.htc);
    padding: 4px 15px;
    text-align: left;
    color: #fff;
    font-weight: bold; }
    .nyujoken-01 > .nyujoken-01-comment:before {
      position: absolute;
      display: block;
      margin-left: 10px;
      margin-top: 20px;
      margin-top: 19px \9;
      content: url(/2016/common/images/ticket/nyujoken-01-comment-arw.png);
      width: 11px;
      height: 9px; }
  .nyujoken-01 > figure {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
    *zoom: 1; }
    .nyujoken-01 > figure:before, .nyujoken-01 > figure:after {
      content: "";
      display: table; }
    .nyujoken-01 > figure:after {
      clear: both; }
    .nyujoken-01 > figure > img {
      position: relative;
      display: block;
      float: left;
      top: 95px;
      margin-right: 13px;
      position: absolute; }
    .nyujoken-01 > figure > figcaption {
      display: block;
      float: right;
      width: 532px;
      margin-right: 15px; }
      .nyujoken-01 > figure > figcaption > dl {
        position: relative;
        border: 1px solid #c7c6c6;
        background-color: #fff;
        padding: 0 20px;
        border-radius: 6px 0 0 0;
        behavior: url(/2016/common/js/PIE.htc);
        margin-bottom: 5px \9;
        vertical-align: middle; }
        .nyujoken-01 > figure > figcaption > dl > dt {
          display: inline-block;
          width: 283px;
          padding-top: 1px;
          font-size: 13px;
          vertical-align: middle;
          line-height: 50px;
          border-right: 1px solid #c7c6c6; }
          .nyujoken-01 > figure > figcaption > dl > dt strong {
            position: relative;
            font-size: 22px;
            font-weight: bold;
            vertical-align: middle; }
        .nyujoken-01 > figure > figcaption > dl > dd {
          display: inline-block;
          font-weight: bold;
          width: 200px;
          color: #d20000;
          font-size: 26px;
          vertical-align: middle;
          text-align: center; }
      .nyujoken-01 > figure > figcaption dl + dl {
        margin-top: 10px; }

.nyujoken-03 {
  margin-top: 75px;
  position: relative;
  background-color: #f3faff;
  padding-bottom: 12px; }
  .nyujoken-03 > h2 {
    font-size: 35px;
    vertical-align: middle;
    line-height: 1;
    padding-top: 25px; }
    .nyujoken-03 > h2 > .num {
      position: relative;
      top: -3px;
      vertical-align: middle;
      margin-right: 12px; }
    .nyujoken-03 > h2 > .sub {
      position: relative;
      top: -4px;
      vertical-align: middle;
      margin-left: 12px; }
  .nyujoken-03 > .nyujoken-03-comment {
    position: absolute;
    top: -25px;
    left: 0;
    background-color: #6da6ce;
    border-radius: 20px 0 0 0;
    behavior: url(/2016/common/js/PIE.htc);
    padding: 4px 15px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    width: 650px; }
    .nyujoken-03 > .nyujoken-03-comment:before {
      position: absolute;
      display: block;
      margin-left: 10px;
      margin-top: 20px;
      margin-top: 19px \9;
      content: url(/2016/common/images/ticket/nyujoken-03-comment-arw.png);
      width: 11px;
      height: 9px; }
  .nyujoken-03 > figure {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    *zoom: 1; }
    .nyujoken-03 > figure:before, .nyujoken-03 > figure:after {
      content: "";
      display: table; }
    .nyujoken-03 > figure:after {
      clear: both; }
    .nyujoken-03 > figure > img {
      position: absolute;
      display: block;
      float: left;
      top: 56px;
      margin-right: 13px; }
    .nyujoken-03 > figure > figcaption {
      display: block;
      float: right;
      width: 532px;
      margin-right: 15px; }
      .nyujoken-03 > figure > figcaption > dl {
        position: relative;
        border: 1px solid #c7c6c6;
        background-color: #fff;
        padding: 0 20px;
        border-radius: 6px 0 0 0;
        behavior: url(/2016/common/js/PIE.htc);
        vertical-align: middle;
        margin-bottom: 5px \9; }
        .nyujoken-03 > figure > figcaption > dl > dt {
          display: inline-block;
          width: 283px;
          font-size: 13px;
          padding-top: 1px;
          vertical-align: middle;
          line-height: 50px;
          border-right: 1px solid #c7c6c6; }
          .nyujoken-03 > figure > figcaption > dl > dt strong {
            position: relative;
            font-size: 22px;
            font-weight: bold;
            vertical-align: middle; }
        .nyujoken-03 > figure > figcaption > dl > dd {
          display: inline-block;
          font-weight: bold;
          width: 200px;
          color: #d20000;
          font-size: 26px;
          vertical-align: middle;
          text-align: center; }
      .nyujoken-03 > figure > figcaption dl + dl {
        margin-top: 10px; }
  .nyujoken-03 .nyujoken-03-note {
    width: 685px;
    height: 80px;
    margin-left: 12px;
    background: url(/2016/common/images/ticket/nyujoken-03-note-bg.png) 0 0 no-repeat;
    text-align: center;
    margin-bottom: 30px; }
    .nyujoken-03 .nyujoken-03-note > dt {
      position: relative;
      top: -13px;
      margin-bottom: -13px; }
    .nyujoken-03 .nyujoken-03-note > dd span {
      display: inline-block;
      font-size: 16px;
      padding-left: 20px;
      font-weight: bold;
      background: url(/2016/common/images/icon/check.png) 0 48% no-repeat; }

.bosyu-01 {
  margin: 45px 5px 40px 0;
  padding: 30px;
  position: relative;
  background-color: #fffaee;
  border: 1px solid #eee;
  padding-bottom: 12px;
  border-radius: 6px 0 0 0; }
  .bosyu-01 .bosyu-01-comment {
    position: relative;
    left: -10px;
    background-color: #dba521;
    border-radius: 20px 0 0 0;
    behavior: url(/2016/common/js/PIE.htc);
    padding: 4px 15px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px; }
  .bosyu-01 > figure {
    margin-bottom: 20px;
    *zoom: 1; }
    .bosyu-01 > figure:before, .bosyu-01 > figure:after {
      content: "";
      display: table; }
    .bosyu-01 > figure:after {
      clear: both; }
    .bosyu-01 > figure .img {
      float: right;
      width: 420px; }
      .bosyu-01 > figure .img img {
        width: 100%; }
    .bosyu-01 > figure > figcaption {
      display: block;
      float: left;
      width: 440px;
      font-size: 14px; }

.pagetop-01 {
  position: absolute;
  left: 50%;
  top: -91px;
  margin-left: 355px; }
  .pagetop-01 img {
    width: auto;
    height: 91px; }
    .pagetop-01 img:hover {
      opacity: 0.8; }

.paging-01 {
  display: table;
  margin: 30px auto;
  text-align: center; }
  .paging-01 .next,
  .paging-01 .prev {
    display: table-cell;
    padding-top: 1px;
    padding-right: 10px; }
    .paging-01 .next a,
    .paging-01 .prev a {
      display: inline-block;
      font-size: 14px;
      padding-left: 16px;
      color: #0c3765;
      font-weight: bold;
      background: url(../images/icon/prev-paging.png) 0 35% no-repeat; }
      .paging-01 .next a.disabled,
      .paging-01 .prev a.disabled {
        opacity: 0.3;
        cursor: not-allowed; }
  .paging-01 .next {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 0; }
    .paging-01 .next a {
      display: inline-block;
      padding-right: 16px;
      font-weight: bold;
      color: #0c3765;
      background: url(../images/icon/next-paging.png) 100% 35% no-repeat; }
  .paging-01 .prev {
    margin-right: 50px;
    letter-spacing: 0; }
  .paging-01 ul {
    display: table-cell; }
    .paging-01 ul li {
      display: inline-block;
      letter-spacing: 0; }
      .paging-01 ul li a {
        display: inline-block;
        box-sizing: border-box;
        width: 31px;
        height: 31px;
        line-height: 31px;
        margin: 0 4px;
        border: 1px solid #ccc;
        background-color: #f2f2f2;
        font-weight: bold;
        color: #000; }
        .paging-01 ul li a:hover {
          border: 0px solid #ccc;
          color: #767676;
          background-color: #fff; }
        .paging-01 ul li a.current {
          border: 0px solid #ccc;
          background-color: #fff;
          color: #767676; }

.page-01 {
  display: none; }

#company .tit-03 {
  margin-bottom: 16px; }

#company .item-01 + .tit-03 {
  margin-top: 35px; }

#goodsScreen {
  margin: 30px 0; }

#goodsSource {
  visibility: hidden; }

#selectCompany {
  margin-bottom: 30px;
  line-height: 1;
  vertical-align: baseline; }

#selectCompany + .paging-01 {
  margin-top: 0; }

.map-wrap {
  border: 1px solid #ccc;
  line-height: 0; }

.courseHeader .lead {
  float: left;
  width: 510px; }

.courseHeader .btn-map {
  float: right; }
  .courseHeader .btn-map img {
    position: relative;
    top: 4px; }

.courseImage {
  margin-top: 45px;
  margin-bottom: 45px; }
  .courseImage ol {
    list-style-position: inside;
    position: absolute; }
  .courseImage img {
    position: relative;
    z-index: 10; }

.list-maps li {
  display: none;
  text-align: center; }
  .list-maps li.active {
    display: block; }

.list-goods-notes {
  padding: 0 24px 27px; }

.map-booth {
  padding-bottom: 20px; }
  .map-booth > ul {
    letter-spacing: -0.4em;
    margin-left: 40px;
    margin-right: 40px; }
    .map-booth > ul > li {
      position: relative;
      padding-left: 6px;
      padding-right: 6px;
      display: inline-block;
      width: 20%;
      vertical-align: top;
      letter-spacing: 0;
      margin-top: 30px; }
      .map-booth > ul > li.jaepo {
        width: 50%; }
        .map-booth > ul > li.jaepo a:before {
          position: absolute;
          left: 4px;
          top: 4px;
          bottom: 4px;
          right: 4px;
          width: auto;
          height: auto;
          border: 4px solid #fff;
          box-shadow: 0.5px 0.9px 5px transparent;
          content: "";
          -webkit-transition: border-color 0.4s ease-out,box-shadow 0.4s ease-out;
          transition: border-color 0.4s ease-out,box-shadow 0.4s ease-out; }
        .map-booth > ul > li.jaepo a .desc {
          position: relative;
          border: 1px solid #d6d6d6;
          padding-bottom: 7px; }
          .map-booth > ul > li.jaepo a .desc:after {
            display: block;
            content: "";
            clear: both; }
          .map-booth > ul > li.jaepo a .desc > img {
            margin-top: 7px;
            max-width: 100%;
            height: auto;
            width: 175px;
            margin-left: 13px;
            float: left; }
          .map-booth > ul > li.jaepo a .desc .txt {
            padding-right: 13px;
            padding-top: 17px;
            padding-left: 201px; }
      .map-booth > ul > li a {
        display: block;
        padding: 8px;
        position: relative; }
        .map-booth > ul > li a:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 4px solid #fff;
          box-shadow: 0.5px 0.9px 5px transparent;
          content: "";
          -webkit-transition: border-color 0.4s ease-out,box-shadow 0.4s ease-out;
          transition: border-color 0.4s ease-out,box-shadow 0.4s ease-out; }
        .map-booth > ul > li a:hover:before {
          border-color: #ffd300;
          box-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, .5); }
        .map-booth > ul > li a .desc > img {
          margin-top: 10px;
          max-width: 100%;
          height: auto;
          border: 1px solid #e9e9e9; }
        .map-booth > ul > li a .category p {
          position: relative;
          padding: 5px 58px 5px 20px;
          color: #fff;
          background-color: #000;
          line-height: 20px;
          font-size: 14px;
          height: 30px; }
          .map-booth > ul > li a .category p em {
            font-weight: bold;
            font-style: normal;
            display: inline-block;
            vertical-align: middle; }
          .map-booth > ul > li a .category p span {
            width: 48px;
            text-align: center;
            position: absolute;
            right: 5px;
            top: 50%;
            height: 20px;
            line-height: 20px;
            background-color: #fff;
            color: #000;
            margin-top: -10px;
            font-weight: bold;
            display: inline-block;
            vertical-align: middle; }
        .map-booth > ul > li a .txt p {
          font-size: 14px;
          font-weight: bold;
          color: #211714;
          line-height: 1.428; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
#atend {
  margin-right: -10px; }

.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -35px;
  left: -5px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/parts/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #cdcdcd;
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 5px;
  outline: 0; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffaa24; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -50px;
  background: url(../images/icon/archive-prev.png) no-repeat 0 0; }

.bx-wrapper .bx-next {
  right: -40px;
  background: url(../images/icon/archive-next.png) no-repeat 0 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  outline: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  z-index: 99; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, .75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mlr-0 {
  margin-left: 0px;
  margin-right: 0px; }

.mt--0 {
  margin-top: 0px; }

.mb--0 {
  margin-bottom: 0px; }

.ml--0 {
  margin-left: 0px; }

.mr--0 {
  margin-right: 0px; }

.mtb--0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mlr--0 {
  margin-left: 0px;
  margin-right: 0px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.mtb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mlr-5 {
  margin-left: 5px;
  margin-right: 5px; }

.mt--5 {
  margin-top: -5px; }

.mb--5 {
  margin-bottom: -5px; }

.ml--5 {
  margin-left: -5px; }

.mr--5 {
  margin-right: -5px; }

.mtb--5 {
  margin-top: -5px;
  margin-bottom: -5px; }

.mlr--5 {
  margin-left: -5px;
  margin-right: -5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mlr-10 {
  margin-left: 10px;
  margin-right: 10px; }

.mt--10 {
  margin-top: -10px; }

.mb--10 {
  margin-bottom: -10px; }

.ml--10 {
  margin-left: -10px; }

.mr--10 {
  margin-right: -10px; }

.mtb--10 {
  margin-top: -10px;
  margin-bottom: -10px; }

.mlr--10 {
  margin-left: -10px;
  margin-right: -10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px; }

.mt--15 {
  margin-top: -15px; }

.mb--15 {
  margin-bottom: -15px; }

.ml--15 {
  margin-left: -15px; }

.mr--15 {
  margin-right: -15px; }

.mtb--15 {
  margin-top: -15px;
  margin-bottom: -15px; }

.mlr--15 {
  margin-left: -15px;
  margin-right: -15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mlr-20 {
  margin-left: 20px;
  margin-right: 20px; }

.mt--20 {
  margin-top: -20px; }

.mb--20 {
  margin-bottom: -20px; }

.ml--20 {
  margin-left: -20px; }

.mr--20 {
  margin-right: -20px; }

.mtb--20 {
  margin-top: -20px;
  margin-bottom: -20px; }

.mlr--20 {
  margin-left: -20px;
  margin-right: -20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mlr-25 {
  margin-left: 25px;
  margin-right: 25px; }

.mt--25 {
  margin-top: -25px; }

.mb--25 {
  margin-bottom: -25px; }

.ml--25 {
  margin-left: -25px; }

.mr--25 {
  margin-right: -25px; }

.mtb--25 {
  margin-top: -25px;
  margin-bottom: -25px; }

.mlr--25 {
  margin-left: -25px;
  margin-right: -25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mlr-30 {
  margin-left: 30px;
  margin-right: 30px; }

.mt--30 {
  margin-top: -30px; }

.mb--30 {
  margin-bottom: -30px; }

.ml--30 {
  margin-left: -30px; }

.mr--30 {
  margin-right: -30px; }

.mtb--30 {
  margin-top: -30px;
  margin-bottom: -30px; }

.mlr--30 {
  margin-left: -30px;
  margin-right: -30px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

.mr-35 {
  margin-right: 35px; }

.mtb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mlr-35 {
  margin-left: 35px;
  margin-right: 35px; }

.mt--35 {
  margin-top: -35px; }

.mb--35 {
  margin-bottom: -35px; }

.ml--35 {
  margin-left: -35px; }

.mr--35 {
  margin-right: -35px; }

.mtb--35 {
  margin-top: -35px;
  margin-bottom: -35px; }

.mlr--35 {
  margin-left: -35px;
  margin-right: -35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mlr-40 {
  margin-left: 40px;
  margin-right: 40px; }

.mt--40 {
  margin-top: -40px; }

.mb--40 {
  margin-bottom: -40px; }

.ml--40 {
  margin-left: -40px; }

.mr--40 {
  margin-right: -40px; }

.mtb--40 {
  margin-top: -40px;
  margin-bottom: -40px; }

.mlr--40 {
  margin-left: -40px;
  margin-right: -40px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

.mr-45 {
  margin-right: 45px; }

.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mlr-45 {
  margin-left: 45px;
  margin-right: 45px; }

.mt--45 {
  margin-top: -45px; }

.mb--45 {
  margin-bottom: -45px; }

.ml--45 {
  margin-left: -45px; }

.mr--45 {
  margin-right: -45px; }

.mtb--45 {
  margin-top: -45px;
  margin-bottom: -45px; }

.mlr--45 {
  margin-left: -45px;
  margin-right: -45px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mlr-50 {
  margin-left: 50px;
  margin-right: 50px; }

.mt--50 {
  margin-top: -50px; }

.mb--50 {
  margin-bottom: -50px; }

.ml--50 {
  margin-left: -50px; }

.mr--50 {
  margin-right: -50px; }

.mtb--50 {
  margin-top: -50px;
  margin-bottom: -50px; }

.mlr--50 {
  margin-left: -50px;
  margin-right: -50px; }

.mt-55 {
  margin-top: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.ml-55 {
  margin-left: 55px; }

.mr-55 {
  margin-right: 55px; }

.mtb-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.mlr-55 {
  margin-left: 55px;
  margin-right: 55px; }

.mt--55 {
  margin-top: -55px; }

.mb--55 {
  margin-bottom: -55px; }

.ml--55 {
  margin-left: -55px; }

.mr--55 {
  margin-right: -55px; }

.mtb--55 {
  margin-top: -55px;
  margin-bottom: -55px; }

.mlr--55 {
  margin-left: -55px;
  margin-right: -55px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mlr-60 {
  margin-left: 60px;
  margin-right: 60px; }

.mt--60 {
  margin-top: -60px; }

.mb--60 {
  margin-bottom: -60px; }

.ml--60 {
  margin-left: -60px; }

.mr--60 {
  margin-right: -60px; }

.mtb--60 {
  margin-top: -60px;
  margin-bottom: -60px; }

.mlr--60 {
  margin-left: -60px;
  margin-right: -60px; }

.mt-65 {
  margin-top: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.ml-65 {
  margin-left: 65px; }

.mr-65 {
  margin-right: 65px; }

.mtb-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.mlr-65 {
  margin-left: 65px;
  margin-right: 65px; }

.mt--65 {
  margin-top: -65px; }

.mb--65 {
  margin-bottom: -65px; }

.ml--65 {
  margin-left: -65px; }

.mr--65 {
  margin-right: -65px; }

.mtb--65 {
  margin-top: -65px;
  margin-bottom: -65px; }

.mlr--65 {
  margin-left: -65px;
  margin-right: -65px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mlr-70 {
  margin-left: 70px;
  margin-right: 70px; }

.mt--70 {
  margin-top: -70px; }

.mb--70 {
  margin-bottom: -70px; }

.ml--70 {
  margin-left: -70px; }

.mr--70 {
  margin-right: -70px; }

.mtb--70 {
  margin-top: -70px;
  margin-bottom: -70px; }

.mlr--70 {
  margin-left: -70px;
  margin-right: -70px; }

.mt-75 {
  margin-top: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.ml-75 {
  margin-left: 75px; }

.mr-75 {
  margin-right: 75px; }

.mtb-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.mlr-75 {
  margin-left: 75px;
  margin-right: 75px; }

.mt--75 {
  margin-top: -75px; }

.mb--75 {
  margin-bottom: -75px; }

.ml--75 {
  margin-left: -75px; }

.mr--75 {
  margin-right: -75px; }

.mtb--75 {
  margin-top: -75px;
  margin-bottom: -75px; }

.mlr--75 {
  margin-left: -75px;
  margin-right: -75px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mlr-80 {
  margin-left: 80px;
  margin-right: 80px; }

.mt--80 {
  margin-top: -80px; }

.mb--80 {
  margin-bottom: -80px; }

.ml--80 {
  margin-left: -80px; }

.mr--80 {
  margin-right: -80px; }

.mtb--80 {
  margin-top: -80px;
  margin-bottom: -80px; }

.mlr--80 {
  margin-left: -80px;
  margin-right: -80px; }

.mt-85 {
  margin-top: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.ml-85 {
  margin-left: 85px; }

.mr-85 {
  margin-right: 85px; }

.mtb-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.mlr-85 {
  margin-left: 85px;
  margin-right: 85px; }

.mt--85 {
  margin-top: -85px; }

.mb--85 {
  margin-bottom: -85px; }

.ml--85 {
  margin-left: -85px; }

.mr--85 {
  margin-right: -85px; }

.mtb--85 {
  margin-top: -85px;
  margin-bottom: -85px; }

.mlr--85 {
  margin-left: -85px;
  margin-right: -85px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.mr-90 {
  margin-right: 90px; }

.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mlr-90 {
  margin-left: 90px;
  margin-right: 90px; }

.mt--90 {
  margin-top: -90px; }

.mb--90 {
  margin-bottom: -90px; }

.ml--90 {
  margin-left: -90px; }

.mr--90 {
  margin-right: -90px; }

.mtb--90 {
  margin-top: -90px;
  margin-bottom: -90px; }

.mlr--90 {
  margin-left: -90px;
  margin-right: -90px; }

.mt-95 {
  margin-top: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.ml-95 {
  margin-left: 95px; }

.mr-95 {
  margin-right: 95px; }

.mtb-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.mlr-95 {
  margin-left: 95px;
  margin-right: 95px; }

.mt--95 {
  margin-top: -95px; }

.mb--95 {
  margin-bottom: -95px; }

.ml--95 {
  margin-left: -95px; }

.mr--95 {
  margin-right: -95px; }

.mtb--95 {
  margin-top: -95px;
  margin-bottom: -95px; }

.mlr--95 {
  margin-left: -95px;
  margin-right: -95px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.mr-100 {
  margin-right: 100px; }

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mlr-100 {
  margin-left: 100px;
  margin-right: 100px; }

.mt--100 {
  margin-top: -100px; }

.mb--100 {
  margin-bottom: -100px; }

.ml--100 {
  margin-left: -100px; }

.mr--100 {
  margin-right: -100px; }

.mtb--100 {
  margin-top: -100px;
  margin-bottom: -100px; }

.mlr--100 {
  margin-left: -100px;
  margin-right: -100px; }

.mlr-13 {
  margin-left: 13px;
  margin-right: 13px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.pr-45 {
  padding-right: 45px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.pt-55 {
  padding-top: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pl-55 {
  padding-left: 55px; }

.pr-55 {
  padding-right: 55px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.pr-60 {
  padding-right: 60px; }

.pt-65 {
  padding-top: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pl-65 {
  padding-left: 65px; }

.pr-65 {
  padding-right: 65px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

.pr-70 {
  padding-right: 70px; }

.pt-75 {
  padding-top: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pl-75 {
  padding-left: 75px; }

.pr-75 {
  padding-right: 75px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

.pr-80 {
  padding-right: 80px; }

.pt-85 {
  padding-top: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pl-85 {
  padding-left: 85px; }

.pr-85 {
  padding-right: 85px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

.pr-90 {
  padding-right: 90px; }

.pt-95 {
  padding-top: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pl-95 {
  padding-left: 95px; }

.pr-95 {
  padding-right: 95px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-left: 100px; }

.pr-100 {
  padding-right: 100px; }

.bg-header {
  background: url(../images/common/bg_kv.png) 50% 0 repeat-x; }

.bg-content-top {
  position: relative;
  padding-top: 20px;
  background: #5374bf url(../images/common/bg_sky.jpg) 50% 0 repeat-x;
  min-height: 1400px;
  margin-bottom: 260px; }

.bg-content-lower {
  position: relative;
  background: #5374bf url(../images/common/bg_sky_lower.jpg) 50% 69px repeat-x;
  min-height: 1400px;
  margin-bottom: 260px; }
  .bg-content-lower .wrap-01 .main-00 {
    width: 743px; }
  .bg-content-lower .wrap-01 .side-01 {
    width: 261px; }

.bg-pickup > .wrap-01 {
  position: relative;
  z-index: 20; }

.bg-bricks-top {
  position: relative;
  margin-top: -91px;
  width: 100%;
  display: block;
  height: 91px;
  z-index: 100;
  background: url(../images/common/bg_bricks_top.png) 50% 0 repeat-x; }

.bg-bricks-lower {
  margin-top: -91px;
  width: 100%;
  display: block;
  height: 210px;
  background: url(../images/common/bg_bricks_lower.png) 50% 0 repeat-x; }

.bg-bricks {
  position: relative;
  background: url(../images/common/bg_bricks_repeat.png) 50% 0; }

.bg-grassland {
  position: relative;
  z-index: 2;
  margin-top: -337px;
  height: 337px;
  background: url(../images/common/bg_grassland.png) 50% 0 repeat-x; }

/* what's do */
.whatdo {
  text-align: center;
  margin-top: 10px;
  height: 44px;
  letter-spacing: -0.4em; }
  .whatdo li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: bottom;
    height: 44px;
    overflow: visible;
    cursor: pointer; }
    .whatdo li div {
      text-indent: -9999em;
      width: 103px;
      height: 44px; }
      .whatdo li div.color-all {
        background: url(../images/top/tab_all.png) 0 0 no-repeat; }
      .whatdo li div.color-see {
        background: url(../images/top/tab_see.png) 0 0 no-repeat; }
      .whatdo li div.color-meet {
        background: url(../images/top/tab_meet.png) 0 0 no-repeat; }
      .whatdo li div.color-join {
        background: url(../images/top/tab_join.png) 0 0 no-repeat; }
      .whatdo li div.color-buy {
        background: url(../images/top/tab_buy.png) 0 0 no-repeat; }
      .whatdo li div.color-notgo {
        background: url(../images/top/tab_join.png) 0 0 no-repeat; }
      .whatdo li div.color-publish {
        background: url(../images/top/tab_publish.png) 0 0 no-repeat; }
    .whatdo li.active > div {
      width: 118px;
      height: 63px;
      position: relative;
      top: -12px; }
      .whatdo li.active > div.color-all {
        background: url(../images/top/tab_all_on.png) 0 0 no-repeat; }
      .whatdo li.active > div.color-see {
        background: url(../images/top/tab_see_on.png) 0 0 no-repeat; }
      .whatdo li.active > div.color-meet {
        background: url(../images/top/tab_meet_on.png) 0 0 no-repeat; }
      .whatdo li.active > div.color-join {
        background: url(../images/top/tab_join_on.png) 0 0 no-repeat; }
      .whatdo li.active > div.color-buy {
        background: url(../images/top/tab_buy_on.png) 0 0 no-repeat; }
      .whatdo li.active > div.color-notgo {
        background: url(../images/top/tab_join_on.png) 0 0 no-repeat; }
      .whatdo li.active > div.color-publish {
        background: url(../images/top/tab_publish_on.png) 0 0 no-repeat; }

#whatdoList {
  min-height: 300px;
  padding: 4px 32px 14px; }
  #whatdoList > li {
    margin-top: 8px; }
    #whatdoList > li > a {
      color: #211714;
      display: block;
      letter-spacing: -0.4em; }
      #whatdoList > li > a > img {
        display: inline-block;
        width: 89px;
        height: auto;
        margin-right: 23px;
        vertical-align: top; }
      #whatdoList > li > a dl {
        display: inline-block;
        min-height: 67px;
        border-bottom: 1px dashed #d9dbeb;
        padding-bottom: 10px;
        letter-spacing: 0;
        vertical-align: top;
        width: calc(100% - 112px); }
      #whatdoList > li > a dd {
        margin-top: 7px; }
        #whatdoList > li > a dd p {
          font-size: 14px;
          line-height: 1.57; }
      #whatdoList > li > a time {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #211714;
        font-weight: bold;
        font-family: "Quantico", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      #whatdoList > li > a ul {
        margin-left: 28px;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: -0.4em; }
        #whatdoList > li > a ul li {
          display: inline-block;
          vertical-align: top;
          letter-spacing: 0;
          margin-left: 1px;
          margin-right: 1px; }
        #whatdoList > li > a ul span {
          display: inline-block;
          text-align: center;
          line-height: 22px;
          vertical-align: middle;
          width: 67px;
          height: 22px;
          border-radius: 2px;
          font-size: 12px;
          font-weight: bold;
          color: #fff; }
          #whatdoList > li > a ul span.color-all {
            background-color: #ffad1f; }
          #whatdoList > li > a ul span.color-see {
            background-color: #47b658; }
          #whatdoList > li > a ul span.color-meet {
            background-color: #ec79a7; }
          #whatdoList > li > a ul span.color-join {
            background-color: #66b8f1; }
          #whatdoList > li > a ul span.color-buy {
            background-color: #db6161; }
          #whatdoList > li > a ul span.color-publish {
            background-color: #5769b6; }

#listMoreWrap {
  margin: 23px auto 0;
  text-align: center;
  height: 40px;
  line-height: 40px; }

#listMore {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 227px;
  height: 38px;
  background-color: white;
  border: 2px solid #0c3765;
  border-radius: 19px;
  vertical-align: middle;
  box-sizing: content-box;
  color: #0c3765;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #listMore.disable {
    opacity: 0.2;
    display: none;
    cursor: not-allowed; }
  #listMore span {
    display: inline-block;
    font-weight: bold; }
  #listMore:hover {
    background-color: #0c3765;
    color: #fff;
    border-color: #0c3765; }

#partners {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  padding-top: 100px;
  padding-bottom: 75px; }
  #partners .container-02 {
    position: relative; }
    #partners .container-02 .item_partners_01 {
      position: absolute;
      left: 830px;
      top: 140px; }
    #partners .container-02 .item_partners_02 {
      position: absolute;
      left: 25px;
      top: 460px; }

.partner-01 {
  letter-spacing: -0.4em;
  margin-bottom: 32px; }
  .partner-01 dt {
    display: inline-block;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 200px;
    letter-spacing: 0;
    vertical-align: top; }
    .partner-01 dt img {
      width: 38px;
      height: auto;
      vertical-align: middle;
      margin-right: 15px; }
  .partner-01 dd {
    display: inline-block;
    width: 765px;
    letter-spacing: 0;
    vertical-align: top; }
    .partner-01 dd img {
      width: 100%;
      height: auto; }

.partner-02 {
  letter-spacing: -0.4em; }
  .partner-02 dt {
    display: inline-block;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 200px;
    letter-spacing: 0;
    vertical-align: top; }
    .partner-02 dt img {
      width: 38px;
      height: auto;
      vertical-align: middle;
      margin-right: 15px; }
  .partner-02 dd {
    display: inline-block;
    width: 765px;
    letter-spacing: 0;
    vertical-align: top; }
    .partner-02 dd ul {
      margin-left: -6px;
      margin-right: -6px;
      letter-spacing: -0.4em; }
      .partner-02 dd ul.partner-02-01 li {
        width: 50%;
        margin-bottom: 25px; }
      .partner-02 dd ul.partner-02-02 li {
        width: 40%;
        margin-bottom: 25px; }
      .partner-02 dd ul.partner-02-03 li {
        width: 33.33333333%;
        margin-bottom: 15px; }
        .partner-02 dd ul.partner-02-03 li.partner-02-04 {
          width: 20%; }
      .partner-02 dd ul li {
        display: inline-block;
        letter-spacing: -0.4em;
        vertical-align: top;
        padding-left: 6px;
        padding-right: 6px;
        box-sizing: border-box; }
        .partner-02 dd ul li a {
          display: block;
          line-height: 1;
          vertical-align: top; }
    .partner-02 dd img {
      width: 100%;
      height: auto; }

.side-media {
  margin-top: 28px;
  width: 300px;
  height: 410px;
  background-color: rgba(149, 174, 226, .6);
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .side-media dt {
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #1b2d84; }
  .side-media dd {
    margin-top: 33px;
    padding-left: 20px;
    padding-right: 20px; }
  .side-media .bx-wrapper .bx-prev {
    top: -16px;
    left: 0;
    width: 260px;
    height: 16px;
    margin-top: 0;
    background: url(../images/top/arrow_top_carousel_01.png) no-repeat 0 0; }
  .side-media .bx-wrapper .bx-next {
    left: 0;
    width: 260px;
    height: 16px;
    margin-top: 0;
    top: 100%;
    background: url(../images/top/arrow_bottom_carousel_01.png) no-repeat 0 0; }
  .side-media .bx-viewport {
    left: 0;
    right: 0;
    background-color: transparent !important; }

.pickup-01 {
  padding-bottom: 40px; }
  .pickup-01 .bx-viewport {
    background-color: transparent !important; }
  .pickup-01 li {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px dotted #959596;
    width: 235px; }
    .pickup-01 li a figure img {
      display: block; }
    .pickup-01 li a figure figcaption {
      color: #211714;
      font-size: 14px; }
      .pickup-01 li a figure figcaption time {
        color: #0c3765;
        font-size: 16px;
        line-height: 1px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 13px;
        display: block;
        font-family: "Quantico", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .pickup-01 .bx-wrapper .bx-prev {
    left: 0px;
    margin-top: -50px;
    background: url(../images/top/arrow_left_carousel_02.png) no-repeat 0 0; }
  .pickup-01 .bx-wrapper .bx-next {
    margin-top: -50px;
    right: 0px;
    background: url(../images/top/arrow_right_carousel_02.png) no-repeat 0 0; }

.whatdo-wrap {
  box-shadow: 1px 1.7px 4px rgba(0, 0, 0, .1);
  background-color: #fff;
  padding-bottom: 23px; }

#ticket .container {
  position: relative; }

#ticket .list-ticket-type {
  margin-bottom: 28px;
  text-align: center;
  margin-left: -19px;
  margin-right: -19px;
  letter-spacing: -0.4em; }
  #ticket .list-ticket-type li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    min-width: 33.3%;
    padding-left: 19px;
    padding-right: 19px; }
    #ticket .list-ticket-type li a {
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      display: block; }
      #ticket .list-ticket-type li a:hover {
        opacity: 0.8; }

#ticket .list-ticket-type-notes {
  font-size: 14px;
  text-align: center; }

#ticket .ticket-header {
  position: relative;
  z-index: 2; }

#ticket h2 {
  text-align: center; }

#ticket .ticket-inner {
  margin-top: 20px;
  position: relative;
  padding: 27px 30px 35px;
  background-color: #fff;
  box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, .22);
  z-index: 10; }
  #ticket .ticket-inner h3 {
    padding: 32px 0 20px;
    text-align: center; }

#ticket .ticket-type-header h4 {
  position: relative; }

.ticket-type + .ticket-type {
  margin-top: 20px; }

.premium {
  background-color: #f8ecee;
  padding-bottom: 28px; }
  .premium .ticket-type-header {
    position: relative;
    text-align: center; }
    .premium .ticket-type-header h4 {
      background-color: #e6395f;
      color: #fff;
      font-weight: bold;
      font-size: 28px;
      text-align: center;
      line-height: 1;
      padding-top: 11px;
      padding-bottom: 11px; }
      .premium .ticket-type-header h4:before {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        vertical-align: middle;
        margin-right: 14px; }
    .premium .ticket-type-header ul {
      margin-top: 30px;
      margin-bottom: 30px;
      letter-spacing: -0.4em;
      text-align: center; }
      .premium .ticket-type-header ul li {
        display: inline-block;
        width: 323px;
        height: 52px;
        background-color: white;
        border: 2px solid rgba(255, 179, 196, .96);
        border-radius: 26px;
        margin: 0 30px; }
        .premium .ticket-type-header ul li dl {
          display: block;
          height: 100%;
          font-size: 24px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 0 30px;
          letter-spacing: -0.4em;
          white-space: nowrap; }
          .premium .ticket-type-header ul li dl:after {
            margin-left: -1px;
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          .premium .ticket-type-header ul li dl dt {
            display: inline-block;
            letter-spacing: 0;
            vertical-align: middle;
            font-weight: bold;
            width: 50%; }
          .premium .ticket-type-header ul li dl dd {
            display: inline-block;
            letter-spacing: 0;
            vertical-align: middle;
            color: #e6395f;
            font-weight: bold;
            width: 50%; }

.group {
  background-color: #e9f3eb;
  padding-bottom: 28px; }
  .group .ticket-type-header {
    position: relative; }
    .group .ticket-type-header h4 {
      background-color: #38af75;
      color: #fff;
      font-weight: bold;
      font-size: 28px;
      text-align: center;
      line-height: 1;
      padding-top: 11px;
      padding-bottom: 11px; }
      .group .ticket-type-header h4:before {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        vertical-align: middle;
        margin-right: 14px; }
    .group .ticket-type-header ul {
      margin-top: 30px;
      margin-bottom: 24px;
      letter-spacing: -0.4em;
      text-align: center; }
      .group .ticket-type-header ul li {
        width: 323px;
        height: 52px;
        background-color: white;
        border: 2px solid #8cd6b3;
        border-radius: 26px;
        margin: 0 30px;
        display: inline-block;
        vertical-align: top; }
        .group .ticket-type-header ul li dl {
          display: block;
          width: auto;
          height: 100%;
          padding: 0 20px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 24px;
          white-space: nowrap;
          box-sizing: border-box; }
          .group .ticket-type-header ul li dl:after {
            content: "";
            display: inline-block;
            margin-left: -1px;
            vertical-align: middle;
            height: 100%; }
          .group .ticket-type-header ul li dl dt {
            display: inline-block;
            vertical-align: middle;
            letter-spacing: 0;
            font-weight: bold;
            width: 50%;
            text-align: left; }
          .group .ticket-type-header ul li dl dd {
            display: inline-block;
            vertical-align: middle;
            letter-spacing: 0;
            width: 50%;
            text-align: center;
            padding-left: 30px;
            color: #38af75;
            font-weight: bold; }
            .group .ticket-type-header ul li dl dd.no {
              letter-spacing: -0.3em;
              color: #000; }

.normal {
  background-color: #eff7fa;
  padding-bottom: 28px; }
  .normal .ticket-type-header {
    position: relative; }
    .normal .ticket-type-header h4 {
      background-color: #2e9fe3;
      color: #fff;
      font-weight: bold;
      font-size: 28px;
      text-align: center;
      line-height: 1;
      padding-top: 11px;
      padding-bottom: 11px; }
      .normal .ticket-type-header h4:before {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 10px 0 10px;
        border-color: #fff transparent transparent transparent;
        vertical-align: middle;
        margin-right: 14px; }
    .normal .ticket-type-header ul {
      margin-top: 30px;
      margin-bottom: 14px;
      letter-spacing: -0.4em;
      text-align: center; }
      .normal .ticket-type-header ul li {
        display: inline-block;
        vertical-align: middle;
        width: 323px;
        height: 52px;
        background-color: white;
        border: 2px solid #9ed7fa;
        border-radius: 26px;
        margin: 0 30px; }
        .normal .ticket-type-header ul li:last-child {
          width: 317px;
          height: 85px; }
          .normal .ticket-type-header ul li:last-child dl dt {
            position: relative;
            top: -15px; }
        .normal .ticket-type-header ul li dl {
          height: 100%;
          font-size: 24px;
          padding: 0 15px 0; }
          .normal .ticket-type-header ul li dl dt {
            display: inline-block;
            vertical-align: middle;
            font-weight: bold;
            letter-spacing: 0; }
          .normal .ticket-type-header ul li dl dd {
            padding-top: 5px;
            display: inline-block;
            vertical-align: middle;
            color: #2e9fe3;
            font-weight: bold;
            letter-spacing: -0.05em; }
            .normal .ticket-type-header ul li dl dd .label {
              display: inline-block;
              margin-right: 18px;
              background-color: #989898;
              color: #fff;
              border-radius: 3px;
              font-size: 14px;
              width: 63px;
              height: 20px;
              line-height: 20px;
              text-align: center;
              vertical-align: middle;
              position: relative;
              top: -2px;
              margin-left: 10px; }

.group .ticket-type-body {
  color: #333; }
  .group .ticket-type-body p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0; }

.ticket-type-body table {
  width: 704px;
  margin: 0 auto 10px; }
  .ticket-type-body table th {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #747474;
    vertical-align: middle;
    padding: 8px 0;
    border-right: 1px solid rgba(227, 227, 227, .96);
    border-bottom: 1px solid rgba(227, 227, 227, .96);
    font-size: 14px;
    line-height: 1.2;
    width: 25%; }
  .ticket-type-body table td {
    background-color: #fff;
    border-right: 1px solid rgba(227, 227, 227, .96);
    border-bottom: 1px solid rgba(227, 227, 227, .96);
    color: #747474;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 14px;
    vertical-align: middle; }
    .ticket-type-body table td:first-child {
      text-align: center; }
  .ticket-type-body table tr:first-child td {
    text-align: center;
    vertical-align: middle; }

.table-caption {
  width: 704px;
  margin: 0 auto 10px;
  font-weight: bold; }

#partners {
  padding-top: 100px;
  padding-bottom: 75px; }
  #partners .container-02 {
    position: relative; }
    #partners .container-02 .item_partners_01 {
      position: absolute;
      left: 830px;
      top: 140px; }
    #partners .container-02 .item_partners_02 {
      position: absolute;
      left: 25px;
      top: 460px; }

.partner-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px; }
  .partner-01 dt {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 200px; }
    .partner-01 dt img {
      width: 38px;
      height: auto;
      vertical-align: middle;
      margin-right: 15px; }
  .partner-01 dd {
    width: 765px; }
    .partner-01 dd img {
      width: 100%;
      height: auto; }

.sold_out {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  min-width: 60px;
  padding-left: 7px;
  padding-right: 7px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  color: #e6001f;
  font-weight: bold;
  margin-top: 3px;
  text-align: center;
  letter-spacing: -0.05em;
  margin-left: 16px; }

.guide-ticket {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 42px;
  padding-right: 28px;
  background: url(../images/guide/bg_ticket.png) 50% 50% repeat-y;
  color: #211714; }
  .guide-ticket table {
    letter-spacing: -0.03em;
    color: #211714; }

.guide-ticket-tit {
  color: #0c3765;
  width: 180px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 10px; }

/*!
 * FullCalendar v2.2.3 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
  background-color: #fff; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #ccc; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: .5em;
  height: .5em;
  /* will make the total height 1em */
  font-family: "Courier New", Courier, monospace; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold; }

.fc-icon-left-double-arrow:after {
  content: "\000AB"; }

.fc-icon-right-double-arrow:after {
  content: "\000BB"; }

.fc-icon-x:after {
  content: "\000D7"; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: .05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .1em; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15); }

.fc-popover .fc-header {
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 25px;
  margin-top: 4px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-style: solid;
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 2px solid transparent;
  /* default BORDER color */
  background-color: transparent;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
  overflow: hidden !important; }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #333;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event .fc-time span {
  color: #0c3765; }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-day-grid-event > .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resize handle (outside of fc-content, so can go outside of bounds) */
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px; }

.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize; }

.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize; }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view tbody .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
  background-color: #333;
  color: #fff; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3; }

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4; }

.fc-time-grid .fc-content-skeleton {
  z-index: 5; }

.fc-time-grid .fc-helper-skeleton {
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-slats td {
  height: 88px;
  /*height: 1.5em;*/
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats td {
  box-sizing: border-box;
  /*border-top: 4px solid #fff;*/ }

.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

.fc-widget-content {
  border-right: 0 solid #fff !important;
  border-left: 0 solid #fff !important; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative; }

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event > .fc-content {
  /* contains the time and title, but no bg and resizer */
  position: relative;
  z-index: 2;
  /* above the bg */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em; }

.fc-time-grid-event .fc-bg {
  z-index: 1;
  border: 2px solid #dadada;
  background-color: #f7f7f7; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */ }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  /*display: inline-block;*/
  vertical-align: top; }

.fc-time {
  display: block;
  white-space: normal;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 13px !important; }

.fc-time-detail {
  display: inline-block;
  text-decoration: underline;
  color: #2c6efc;
  margin-left: 4px; }

.fc-time-grid-event.fc-short .fc-title {
  font-size: 15px;
  /* make the title text the same size as the time */
  color: #211714;
  font-weight: bold; }

.icon_timetable_live {
  position: relative;
  top: 2px;
  margin-right: 4px; }

.fc-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 !important;
  line-height: 1.666;
  white-space: normal;
  color: #211714; }

.fc-title a {
  color: #211714; }

.fc-desc {
  white-space: normal;
  font-size: 13px !important;
  line-height: 1.7 !important; }

.fc-title + .fc-desc,
.fc-linkLive + .fc-desc {
  margin-top: 2px;
  margin-left: 0;
  white-space: normal; }

.fc-img img {
  display: block;
  padding: 6px 0;
  margin: 0 auto;
  width: auto;
  height: 78px; }

/* resizer */
.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  /* above content */
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

.fc-widget-header {
  white-space: normal;
  height: 39px;
  line-height: 1.2;
  font-size: 14px;
  vertical-align: middle !important;
  border: none !important;
  background-color: #403937; }

.fc-slot-wrap .fc-widget-header {
  border-right-width: 0 !important; }

.fc-widget-header a {
  font-weight: bold;
  line-height: 1.2 !important; }

.fc-axis {
  display: none;
  width: 0 !important;
  font-size: 0 !important; }

.fc-slot-wrap {
  width: 32px;
  background-color: #b1b1b1;
  z-index: 100; }

.fc-slot-wrap-header {
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  height: 35px; }

@-moz-document url-prefix() {
  .fc-slot-wrap-header {
    border-left: 1.5px solid #ddd; } }

.fc-event-wrap {
  width: 150px; }

.fc-slot-wrap .fc-axis {
  display: table-cell;
  width: 15px !important;
  font-size: 14px !important;
  line-height: 1; }

.fc-slot-wrap .fc-axis + .fc-widget-content,
.fc-slot-wrap .fc-axis + .fc-widget-header {
  width: 0 !important;
  display: none; }

/*
.fc-event-header-col-1{
	width:148px;
}
.fc-event-header-col-2{
	width:296px;
}
.fc-event-header-col-14{
	width:2072px;
}
*/
div[class*=fc-event-subheader-col-] {
  background-color: #403937;
  width: 245px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  line-height: 1.69;
  height: 55px;
  text-align: center;
  font-weight: bold;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  white-space: normal;
  vertical-align: middle !important;
  overflow: hidden !important; }

div[class*=fc-event-subheader-col-]:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 55px; }

div[class*=fc-event-subheader-col-] p {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.69;
  margin: 0; }

div[class*=fc-event-subheader-col-] span {
  display: inline;
  border-bottom: 2px solid #d8e8f7; }

div[class*=fc-event-header-col-] {
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  height: 40px;
  padding-top: 4px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  white-space: normal;
  vertical-align: top !important;
  overflow: hidden !important; }

.fc-event-row-header {
  position: absolute;
  z-index: 910; }

.fc-event-row {
  position: relative;
  white-space: nowrap;
  letter-spacing: -0.33em;
  line-height: 0;
  vertical-align: top; }

.fc-event-row > div {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  overflow: hidden;
  top: 0; }

.fc-agendaDay-view > table > thead {
  height: 55px; }

.fc-agendaDay-view > table > thead .fc-widget-header {
  position: relative;
  z-index: 910; }

.fc-event-scroller-header .fc-widget-header {
  background-color: #403937; }

.fc-event-wrap {
  width: 245px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  margin-right: 0; }

.fc-agendaDay-view > table,
.fc-agendaDay-view > table > tbody > td {
  box-sizing: border-box !important;
  border-spacing: 0; }

#dayHeader {
  position: relative;
  text-align: center;
  background-color: #0c3765;
  color: #fff;
  margin-left: 65px;
  margin-right: 65px;
  height: 38px;
  font-weight: bold;
  line-height: 38px; }

#dayHeader .dayHeaderTitle {
  text-align: center;
  color: #fff;
  height: 38px;
  font-weight: bold;
  line-height: 38px;
  font-size: 16px;
  width: 100%;
  z-index: 899;
  position: relative; }

#dayHeader .dayHeaderTitle.dayHeader1 {
  background-color: #0c3765; }

#dayHeader .dayHeaderTitle.dayHeader2 {
  background-color: #e14e4e; }

#dayHeader .dayHeaderTitle p {
  display: inline-block; }

#dayHeader .dayHeader1 a {
  position: absolute;
  right: 0;
  width: 187px;
  height: 28px;
  background-color: #ef344d;
  border-radius: 14px;
  box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, .6), 0.5px 0.9px 3px rgba(255, 255, 255, .6) inset;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 28px;
  margin: 5px 15px 0 0; }

#dayHeader .dayHeader2 a {
  position: absolute;
  right: 0;
  width: 187px;
  height: 28px;
  background-color: #0c3765;
  border-radius: 14px;
  box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, .6), 0.5px 0.9px 3px rgba(255, 255, 255, .6) inset;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 28px;
  margin: 5px 15px 0 0; }

#dayHeader .dayHeader1 a:hover,
#dayHeader .dayHeader2 a:hover {
  opacity: 0.9; }

#dayHeader .btn-anchors {
  color: #fff;
  width: 164px;
  height: 33px;
  background-color: #2c6efc;
  border-radius: 15px;
  line-height: 33px;
  text-align: left;
  margin-left: 26px; }

#dayHeader .btn-anchors a {
  color: #fff; }

#dayHeader.pink {
  position: relative;
  margin-top: 30px;
  text-align: center;
  background-color: #ee5555;
  color: #fff;
  margin-left: 65px;
  margin-right: 65px;
  height: 32px;
  font-weight: bold;
  line-height: 32px; }

#dayHeader.pink .dayHeaderTitle {
  width: 100%;
  text-align: center;
  background-color: #ee5555;
  color: #fff;
  height: 32px;
  font-weight: bold;
  line-height: 32px;
  z-index: 100; }

.timetable {
  position: relative;
  height: 3005px;
  margin: 0 65px 0 97px;
  overflow: hidden;
  background-color: #b1b1b1; }

.timetable-header {
  position: absolute;
  width: 32px;
  height: 3005px;
  overflow: hidden;
  margin-left: 65px;
  z-index: 900; }

.timetable-header .fc-event-row .fc-slot-wrap {
  border-left: none !important;
  border-right: none !important; }

.table-day2 {
  height: 2655px !important;
  overflow: hidden; }

.timetable-header .fc-event-row-body {
  position: relative;
  z-index: 900; }

.timetable-header .fc-event-row-body td {
  text-align: center; }

:root .timetable {
  height: 790px/IE9; }

:root .timetable {
  height: 770px/IE9; }

.timetable.day2 {
  height: 1600px;
  /*height:713px;*/
  overflow: hidden; }

.timetable-header.day2 {
  height: 2000px;
  /*height:713px;*/
  overflow: hidden; }

.fc-scroller,
.fc-time-grid-container {
  height: 3005px !important;
  /*height:725px !important;*/ }

.timetable.day2 .fc-scroller,
.timetable-header.day2 .fc-time-grid-container {
  height: 1800px !important;
  /*height:775px !important;*/ }

/* horizontal scroll */
.fc-event-scroller {
  position: relative;
  height: 3150px;
  /*height:900px;*/
  overflow: auto;
  width: 100%;
  box-sizing: border-box; }

.fc-event-scroller-header {
  position: relative;
  /*height:900px;*/
  overflow: hidden;
  width: 32px;
  box-sizing: border-box;
  border-right: 0px solid #fff;
  text-align: center;
  float: left; }

.fc-event-scroller-header .fc-event-row-header {
  height: 55px;
  overflow: hidden;
  background-color: #b1b1b1; }

.fc-agendaDay-view .fc-day-header {
  position: relative;
  color: #fff !important;
  z-index: 20;
  background-color: #403937; }

.fc-agendaDay-view .fc-day-header a {
  color: #fff;
  line-height: 1.69; }

.fc-event-scroller-header .fc-event-row-header .fc-slot-wrap-header {
  background-color: #b1b1b1; }

.fc-event-scroller-header .fc .fc-axis {
  background-color: #b1b1b1; }

hr.fc-widget-header {
  background-color: #b1b1b1 !important; }

.fc-event-scroller-header .fc .fc-axis .fc-widget-content {
  border-top: none !important;
  text-align: left !important; }

.list-anchor {
  letter-spacing: -0.4em;
  padding-bottom: 20px; }
  .list-anchor input[type=checkbox] {
    display: none; }
  .list-anchor label {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 23px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    color: #e6001f;
    font-weight: bold; }
  .list-anchor label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: 2px;
    width: 13px;
    height: 13px;
    background-color: white;
    border: 1px solid #b6b6b6;
    box-shadow: inset 0.6px 0.8px 1px rgba(75, 75, 75, .17);
    content: ''; }
  .list-anchor label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    left: 5px;
    top: 3px;
    display: block;
    width: 5px;
    height: 8px;
    border-right: 2px solid #e6001f;
    border-bottom: 2px solid #e6001f;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10; }
  .list-anchor input[type=checkbox]:checked + label:before {
    opacity: 1; }

.list-anchor li {
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  list-style: none;
  width: 25%;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2;
  margin-bottom: 12px; }

.list-anchor li a {
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 18px;
  padding-right: 20px; }
  .list-anchor li a:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 4px;
    content: "";
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #666666; }

#fc-event-prev {
  position: fixed;
  top: 50%;
  margin-top: -25px;
  left: 12px;
  cursor: pointer;
  opacity: 0.5; }

#fc-event-prev:hover img {
  opacity: 0.9; }

#fc-event-next {
  position: fixed;
  top: 50%;
  right: 10px;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0.5; }

#fc-event-next:hover img {
  opacity: 0.9; }

#event-slot1 {
  position: relative; }

html > body #event-slot1 {
  top: -1px\9; }

body:not(:target) #event-slot1 {
  top: -1px\9; }

#event-slot1 .fc-slats td {
  border-top: 1px solid #fff !important; }

#event-slot1 .fc-slats .fc-minor td {
  border-top: 1px dashed #bfbfbf !important; }

.fc-slats td {
  background-color: #ffffff; }

.fc-artist {
  margin-left: 4px;
  margin-right: 4px;
  white-space: normal;
  font-size: 10px; }

.fc-event-navi {
  position: relative; }

.icon-timetable {
  position: relative;
  top: 4px;
  margin-right: 5px; }

.fc-btn-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: -0.4em;
  margin-left: -5px;
  margin-right: -5px; }

.fc-btn-wrap a {
  display: inline-block;
  height: 30px;
  width: 100px;
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 5px; }

.fc-btn-wrap .fc-linkLive {
  display: inline-block;
  height: 41px;
  text-indent: -9999px;
  background: url(../images/parts/btn_timetable_live.png) 0 0 no-repeat; }
  .fc-btn-wrap .fc-linkLive:hover {
    background: url(../images/parts/btn_timetable_live_on.png) 0 0 no-repeat; }

.fc-btn-wrap .fc-linkBooth {
  display: inline-block;
  height: 41px;
  text-indent: -9999px;
  background: url(../images/parts/btn_timetable_booth.png) 0 0 no-repeat; }
  .fc-btn-wrap .fc-linkBooth:hover {
    background: url(../images/parts/btn_timetable_booth_on.png) 0 0 no-repeat; }

.fc-content {
  position: relative;
  padding: 14px 9px; }

#timetable-tooltip {
  width: 392px;
  border: 3px solid #ccc;
  border-radius: 3px;
  box-shadow: 3px 5.2px 9px rgba(0, 0, 0, .8);
  position: absolute;
  background-color: #fff;
  max-width: 500px;
  padding: 18px;
  z-index: 10;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 1.2; }

#timetable-tooltip .sankaku {
  position: absolute;
  width: 20px;
  height: 22px;
  z-index: 11;
  left: -20px;
  top: 50%;
  margin-top: -8px;
  background: url(/2017/common/images/parts/tooltip_arw_left.png) 0 50% no-repeat; }

#timetable-tooltip .sankaku.sankaku_right {
  left: auto;
  right: -20px;
  background: url(/2017/common/images/parts/tooltip_arw_right.png) 0 50% no-repeat; }

#timetable-tooltip .fc-title {
  margin-bottom: 4px;
  font-size: 16px;
  margin-bottom: 0;
  color: #333;
  height: auto; }

#timetable-tooltip .fc-desc {
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
  color: #666; }

#timetable-tooltip .fc-btn-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 -5px; }

#timetable-tooltip .fc-btn-wrap a {
  display: inline-block;
  height: 41px;
  width: 100px;
  margin: 0 5px; }

#timetable-tooltip table th {
  font-size: 10px;
  padding-right: 10px;
  font-weight: normal;
  text-align: left; }

#timetable-tooltip table td {
  font-size: 14px; }

#timetable-tooltip .fc-time-detail {
  display: none; }

#timetable-tooltip .fc-btn-wrap .fc-linkLive {
  display: inline-block;
  height: 41px;
  text-indent: -9999px;
  background: url(../images/parts/btn_timetable_live.png) 0 0 no-repeat; }

#timetable-tooltip .fc-btn-wrap .fc-linkBooth {
  display: inline-block;
  height: 41px;
  text-indent: -9999px;
  background: url(../images/parts/btn_timetable_booth.png) 0 0 no-repeat; }

#anchors_toggle {
  font-size: 15px;
  letter-spacing: -0.01em;
  cursor: pointer;
  background: url(../images/icon/anc-cheveron-down-w.png) 90% 51% no-repeat;
  padding-left: 20px; }

#anchors_toggle.active {
  background: url(../images/icon/anc-cheveron-up-w.png) 90% 51% no-repeat;
  padding-left: 20px; }

#anchors_toggle img {
  position: relative;
  top: 5px;
  margin-right: 6px; }

#timetableSelectedLabel {
  display: inline-block;
  width: 6.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle; }

.timetable-switch {
  float: left;
  margin-bottom: 27px;
  margin-left: -10px;
  margin-right: -10px; }
  .timetable-switch > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
    .timetable-switch > li a {
      display: block;
      width: 219px;
      height: 36px;
      border-radius: 18px;
      text-align: center;
      line-height: 36px;
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
  .timetable-switch .day1 {
    background-color: #0c3765;
    background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(255, 255, 255, .04) 100%);
    background-image: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, .04) 100%);
    box-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, .6), 0.5px 0.9px 3px rgba(255, 255, 255, .6) inset; }
    .timetable-switch .day1.active {
      background-image: none;
      box-shadow: none; }
  .timetable-switch .day2 {
    background-color: #ef344d;
    background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(255, 255, 255, .04) 100%);
    background-image: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, .04) 100%);
    box-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, .6), 0.5px 0.9px 3px rgba(255, 255, 255, .6) inset; }
    .timetable-switch .day2.active {
      background-image: none;
      box-shadow: none; }

.timetable-print {
  float: right;
  background-color: #fff;
  width: 412px;
  height: 40px;
  padding: 2px;
  box-sizing: border-box; }
  .timetable-print dl {
    height: 36px;
    box-sizing: border-box;
    margin-bottom: 0;
    border: 1px solid #bec3ca;
    padding-top: 5px;
    letter-spacing: -0.4em; }
    .timetable-print dl dt {
      letter-spacing: 0;
      display: inline-block;
      vertical-align: middle;
      color: #70330e;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: -0.03em;
      width: 203px;
      height: 21px;
      line-height: 22px;
      border-right: 1px solid #bebebe;
      text-align: center; }
      .timetable-print dl dt:after {
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 5px;
        border-color: transparent transparent transparent #666666;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-left: 10px; }
    .timetable-print dl dd {
      letter-spacing: 0;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      height: 21px;
      text-align: center;
      width: 100px; }
      .timetable-print dl dd + dd {
        border-left: 1px solid #bebebe; }
      .timetable-print dl dd a {
        font-weight: bold; }
      .timetable-print dl dd small {
        font-size: 12px; }

.timetable-toggle-all {
  letter-spacing: -0.4em; }
  .timetable-toggle-all > li {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    width: 89px;
    height: 24px; }
    .timetable-toggle-all > li button {
      font-weight: bold;
      width: 89px;
      height: 24px;
      line-height: 24px;
      padding: 0;
      background-color: white;
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .01) 0%, transparent 100%);
      background-image: linear-gradient(to top, rgba(0, 0, 0, .01) 0%, transparent 100%);
      border: 1px solid #d6dde1;
      box-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, .28); }
    .timetable-toggle-all > li:first-child button {
      color: #0c3765; }

.force-hover:hover {
  z-index: 100 !important; }

@font-face {
  font-family: 'DSEG7ModernBoldItalic';
  src: url("../fonts/DSEG7Modern-BoldItalic.woff") format("woff"); }

#theday {
  position: relative; }
  #theday > * {
    position: relative;
    z-index: 10; }
  #theday > #bg-sky {
    position: absolute;
    width: 100%;
    height: 1618px;
    top: 490px;
    z-index: 0;
    background: url(../images/theday/bg_sky.png) 0 0 repeat-x; }
  #theday > #bg-theday {
    position: absolute;
    width: 100%;
    top: 215px;
    height: 878px;
    margin-bottom: -30px;
    z-index: 0;
    background: url(../images/theday/bg.png) 50% 0 no-repeat;
    background-size: cover; }
  #theday > #bg-cloud {
    position: absolute;
    width: 100%;
    bottom: -165px;
    height: 434px;
    z-index: 3;
    background: url(../images/theday/bg_cloud.png) 50% 0 no-repeat; }
  #theday #score-area {
    position: relative;
    z-index: 109;
    height: 240px; }
  #theday #score-text {
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -182px;
    z-index: 1000; }
    #theday #score-text img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #theday #score-text time {
      position: relative;
      font-style: italic;
      color: #fff;
      font-size: 12.6px;
      top: -10px; }
  #theday #score-fukidashi {
    position: absolute;
    left: 50%;
    margin-top: 222px;
    margin-left: -302px;
    z-index: 100; }
    #theday #score-fukidashi a {
      position: absolute;
      top: 9px;
      display: block;
      right: 5px;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #theday #score-fukidashi a:hover {
        opacity: 0.8; }
  #theday #score-red {
    position: relative;
    float: left;
    width: 50%;
    height: 240px;
    background: url(../images/theday/bg_score_red.png) 100% 0 no-repeat; }
    #theday #score-red p {
      opacity: 0;
      position: absolute;
      font-family: 'DSEG7ModernBoldItalic';
      font-size: 58px;
      right: 115px;
      top: 80px;
      letter-spacing: 3px;
      text-align: right; }
    #theday #score-red.finished:before {
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out;
      opacity: 1; }
    #theday #score-red:before {
      opacity: 0; }
    #theday #score-red.superior:before {
      position: absolute;
      bottom: 35px;
      right: 368px;
      content: "";
      display: block;
      width: 138px;
      height: 152px;
      background: url(../images/theday/flag_superiority_red.png) 100% 0 no-repeat;
      z-index: 100; }
    #theday #score-red.day1win:before {
      position: absolute;
      bottom: 10px;
      right: 354px;
      content: "";
      display: block;
      width: 187px;
      height: 170px;
      background: url(../images/theday/flag_win_red_day1.png) 100% 0 no-repeat;
      z-index: 100; }
    #theday #score-red.day2win:before {
      position: absolute;
      bottom: 10px;
      right: 354px;
      content: "";
      display: block;
      width: 187px;
      height: 170px;
      background: url(../images/theday/flag_win_red_day2.png) 100% 0 no-repeat;
      z-index: 100; }
  #theday #score-blue {
    float: left;
    width: 50%;
    height: 240px;
    background: url(../images/theday/bg_score_blue.png) 0 0 no-repeat;
    position: relative; }
    #theday #score-blue p {
      opacity: 0;
      position: absolute;
      font-family: 'DSEG7ModernBoldItalic';
      font-size: 58px;
      left: 128px;
      top: 80px;
      letter-spacing: 3px;
      text-align: right; }
    #theday #score-blue.finished:before {
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out;
      opacity: 1; }
    #theday #score-blue:before {
      opacity: 0; }
    #theday #score-blue.superior:before {
      position: absolute;
      bottom: 35px;
      left: 376px;
      content: "";
      display: block;
      width: 138px;
      height: 152px;
      background: url(../images/theday/flag_superiority_blue.png) 100% 0 no-repeat;
      z-index: 100; }
    #theday #score-blue.day1win:before {
      position: absolute;
      bottom: 10px;
      left: 362px;
      content: "";
      display: block;
      width: 187px;
      height: 170px;
      background: url(../images/theday/flag_win_blue_day1.png) 100% 0 no-repeat;
      z-index: 100; }
    #theday #score-blue.day2win:before {
      position: absolute;
      bottom: 10px;
      left: 362px;
      content: "";
      display: block;
      width: 187px;
      height: 170px;
      background: url(../images/theday/flag_win_blue_day2.png) 100% 0 no-repeat;
      z-index: 100; }

#live-area {
  padding-top: 76px;
  position: relative;
  z-index: 108;
  letter-spacing: -0.4em;
  text-align: center;
  vertical-align: top;
  white-space: nowrap; }
  #live-area > div {
    display: inline-block;
    white-space: normal;
    vertical-align: top; }
    #live-area > div > img, #live-area > div a {
      display: block; }

#live-area-center {
  width: 463px;
  letter-spacing: 0; }
  #live-area-center > h2 {
    position: relative;
    background-color: #ff0022;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold; }
    #live-area-center > h2 span {
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -11px;
      width: 67px;
      height: 23px;
      line-height: 23px;
      padding-top: 1px;
      background-color: white;
      color: #ff0022;
      font-weight: bold;
      font-size: 17px;
      font-family: Helvetica, Arial, sans-serif; }

#live-area-center-mov {
  background-color: #000;
  padding: 8px 8px 4px;
  box-shadow: 1px 1.7px 16px rgba(0, 0, 0, .34); }

#attend-area {
  margin-top: 23px;
  width: 928px;
  margin-left: auto;
  margin-right: auto; }
  #attend-area > h2 {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: url(../images/theday/bg_title_attend.png) 50% 0 no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px; }

#info-area {
  position: relative;
  width: 928px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0.5px 0.9px 6px rgba(0, 0, 0, .4);
  white-space: nowrap;
  margin-bottom: 45px; }
  #info-area:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #info-area > h2 {
    position: absolute;
    font-size: 16px;
    background-color: #ff001b;
    text-align: center;
    width: 114px;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px 0 0 4px; }
    #info-area > h2 span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: bold;
      color: #fff; }
    #info-area > h2:after {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      content: ""; }
  #info-area > p {
    padding-top: 11px;
    padding-bottom: 11px;
    display: inline-block;
    padding-left: 124px;
    width: 100%;
    vertical-align: middle;
    padding-right: 10px;
    color: #ff001b;
    font-size: 18px;
    font-weight: bold;
    white-space: normal;
    line-height: 1.22; }

#bnr-area {
  width: 928px;
  margin-left: auto;
  margin-right: auto; }
  #bnr-area #twitter-timeline {
    width: 300px;
    float: right; }

#bnr-area-list {
  float: left;
  width: 614px;
  margin-left: -7px;
  margin-right: -7px;
  letter-spacing: -0.4em; }
  #bnr-area-list > .col-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 20px; }
  #bnr-area-list > .col-full {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 20px; }
  #bnr-area-list a {
    display: block;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    line-height: 0; }
    #bnr-area-list a:hover {
      opacity: 0.8; }

#btn-top {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 320px; }
  #btn-top > a {
    display: inline-block; }
    #btn-top > a img {
      -webkit-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }
    #btn-top > a:hover img {
      opacity: 0.8; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.carousel-theday {
  position: relative;
  width: 100%;
  margin-bottom: 45px; }
  .carousel-theday .owl-stage-outer {
    -webkit-mask-image: url(../images/theday/mask.png); }
  .carousel-theday .owl-item {
    width: 232px; }
  .carousel-theday .owl-nav > div {
    position: absolute;
    background-color: transparent !important;
    z-index: 2; }
  .carousel-theday .owl-nav .owl-prev {
    top: 50%;
    margin-top: -55px;
    margin-left: -485px; }
  .carousel-theday .owl-nav .owl-next {
    top: 50%;
    margin-top: -55px;
    margin-left: 405px !important; }
  .carousel-theday .owl-dots > .owl-dot span {
    width: 9px;
    height: 9px;
    margin-left: 5px;
    margin-right: 5px; }
  .carousel-theday .owl-dots > .owl-dot.active span {
    background-color: #ffaa24 !important; }
  .carousel-theday .item {
    padding-left: 10px;
    padding-right: 10px;
    width: 232px !important; }
    .carousel-theday .item a {
      display: block; }
      .carousel-theday .item a img {
        max-width: 100%;
        height: auto; }

html {
  width: 100%;
  height: 100%;
  background-color: #fff; }

body {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  color: #211714; }

ul {
  list-style: none; }

a {
  color: #d8383c; }


/*
 * 枠ツクール用
 */
#live-area-center {
    width: 530px;
}

#live-area-center-mov { 
    padding:0;
    width: 530px;
    height: 298px;
    background: url(/2017/common/images/theday/comingsoon_movie.jpg) no-repeat center;
    background-size:cover;
}



