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

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

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

#header {
  background-color: #000;
  padding: 5px 13px;
  line-height: 0; }
  #header img {
    width: 92px;
    height: auto; }
  #header .menuBtn2 {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 3px;
    right: 5px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/sp/img/header_btn_menu.png) 0 0 no-repeat;
    background-size: 39px 78px;
    line-height: 0;
    -webkit-appearance: none;
    border: none; }
    #header .menuBtn2[aria-expanded="true"] {
      background-position: 0 100%; }

.menu {
  position: absolute;
  width: 80%;
  overflow: hidden;
  top: 45px;
  right: 0px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .9); }

.menu li a {
  padding: 10px 30px;
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dotted #999; }

.hd-01 {
  position: relative;
  width: 100%;
  margin: 0  auto;
  height: 41px; }
  .hd-01 > a {
    color: #211714; }

.hd-tit-01 {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  line-height: 1.1;
  color: #000;
  z-index: 1000; }
  .hd-tit-01 > a {
    color: #211714; }

.lang-01 {
  display: table-cell;
  float: right;
  color: #333;
  letter-spacing: -0.4em;
  margin-top: 9px;
  margin-right: 90px;
  width: 300px;
  text-align: right; }
  .lang-01 > li {
    letter-spacing: 0;
    display: inline-block;
    border-left: 1px solid #666;
    padding-left: 12px;
    margin-left: 12px;
    vertical-align: middle;
    line-height: 1.2; }
    .lang-01 > li > a {
      color: #211714; }
    .lang-01 > li:first-child {
      border-left: none;
      padding-left: 0;
      margin-left: 0; }

.lang-02 {
  position: absolute;
  top: 30px;
  right: 0;
  width: 300px;
  display: inline-block;
  text-align: right;
  color: #fff;
  float: right;
  letter-spacing: -0.4em; }
  .lang-02 > li {
    letter-spacing: 0;
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 12px;
    margin-left: 12px;
    line-height: 1;
    vertical-align: middle; }
    .lang-02 > li > a {
      color: #fff; }
      .lang-02 > li > a.active {
        color: #ffbac8;
        font-weight: bold; }
    .lang-02 > li:first-child {
      border-left: none;
      padding-left: 0;
      margin-left: 0; }

#footer-01 {
  position: relative;
  background-color: #000;
  z-index: 100; }

.list-tokaigi-archives {
  padding-top: 13px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .list-tokaigi-archives dt {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding-right: 10px; }
    .list-tokaigi-archives dt img {
      width: auto;
      height: 19px;
      vertical-align: middle; }
  .list-tokaigi-archives .tokaigi2015 {
    padding-left: 10px;
    padding-right: 10px; }
    .list-tokaigi-archives .tokaigi2015 a {
      display: block; }
    .list-tokaigi-archives .tokaigi2015 img {
      height: 17px;
      vertical-align: middle; }
  .list-tokaigi-archives .tokaigi2016 {
    padding-left: 10px;
    padding-right: 10px; }
    .list-tokaigi-archives .tokaigi2016 img {
      height: 31px; }

.ft-01-copyright {
  display: block;
  text-align: center; }
  .ft-01-copyright img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 10px; }

.footer-info {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #333 !important; }
  .footer-info .footer-info-01 {
    padding-top: 5px;
    text-align: center; }
    .footer-info .footer-info-01 img {
      width: 295px;
      height: auto; }
    .footer-info .footer-info-01 a img {
      margin-top: 5px;
      width: 250px; }
  .footer-info .footer-info-02 {
    padding-top: 5px;
    text-align: center; }
    .footer-info .footer-info-02 img {
      width: 295px;
      height: auto; }
    .footer-info .footer-info-02 a img {
      margin-top: 5px;
      width: 113px; }

.ft-01-menu:after {
  display: block;
  content: "";
  clear: both; }

.ft-01-menu li {
  float: left;
  display: block;
  letter-spacing: 0;
  vertical-align: top;
  width: 50%;
  margin-bottom: 1px;
  box-sizing: border-box; }
  .ft-01-menu li:nth-child(2n -1) {
    border-right: 1px solid #000; }
  .ft-01-menu li a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #262626;
    color: #b3b3b3;
    font-size: 13px;
    font-weight: bold;
    padding-left: 12px; }
    .ft-01-menu li a:after {
      display: block;
      content: "";
      width: 7px;
      height: 13px;
      top: 50%;
      right: 10px;
      position: absolute;
      margin-top: -6px;
      background: url(../images/footer/arrow_right.png) 0 0 no-repeat;
      background-size: 7px 13px; }

.ft-01-sponsor {
  color: #fff;
  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-top: 20px; }
  .ft-01-sponsor + .ft-01-sponsor {
    margin-top: 15px; }
  .ft-01-sponsor dt {
    font-size: 10px;
    margin-right: 10px; }
  .ft-01-sponsor dd {
    font-size: 10px;
    line-height: 1; }

.btn-coverage {
  margin-top: 23px;
  margin-bottom: 30px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
  background-color: #4c4c4c;
  border-radius: 12.5px;
  color: #fff !important;
  font-size: 10px; }

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

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

.w100p {
  width: 100%; }

.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-01 span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3; }

.label-01 span + span {
  margin-top: 4px; }

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

.cap-01 {
  position: relative;
  text-align: center;
  margin: 5px auto 0; }
  .cap-01 > p {
    color: #9f0e1b; }

.seemore {
  display: none; }

.img-responsive, .list-15 > li a img, .list-16 > li a img, .kyosan-03 > dd > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.black {
  color: #000; }

.arrow_box {
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
  background: #fff;
  border: 2px solid #ffd300;
  border-radius: 3px;
  box-shadow: 1.5px 2.6px 5px rgba(10, 10, 10, .4);
  margin-bottom: 20px; }
  .arrow_box h2 {
    font-size: 13px;
    font-weight: bold;
    padding: 7px 9px;
    text-align: left;
    line-height: 1.2;
    color: #211714; }

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

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

body {
  -webkit-text-size-adjust: 100%; }

.nico_video embed,
.nico_video > div {
  max-width: 100% !important; }

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

.wrap-01 {
  *zoom: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .wrap-01:before, .wrap-01:after {
    content: "";
    display: table; }
  .wrap-01:after {
    clear: both; }

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

.wrap-03 {
  width: 100%;
  padding: 0 0 10px; }

.wrap-04 {
  margin: 20px 6px 0; }
  .wrap-04 + .wrap-04 {
    margin: 10px 6px 0; }

.wrap-05 {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px 20px;
  background-color: white;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }
  .wrap-05 iframe {
    max-width: 100%; }

.wrap-06 {
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px #999;
  padding: 15px; }

.wrap-07 {
  background-color: #fff;
  box-shadow: 0 0 6px #999;
  padding: 15px; }

.wrap-08 {
  margin: 10px; }

.main-01 {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px 20px;
  background-color: white;
  box-shadow: 0.25px 0.45px 1.5px rgba(0, 0, 0, .3); }

.main-02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-color: #fff; }

.side-01 {
  float: right;
  width: 100%; }

.gradeline {
  width: 100%;
  height: 107px;
  margin-bottom: -104px; }

/*
.fukidashi-00-ct:before{
}
*/
.fukidashi-00-ct:after {
  position: absolute;
  right: 0;
  width: 36px;
  height: 20px;
  display: block;
  content: " ";
  clear: both;
  background-size: auto 20px;
  -webkit-background-size: auto 20px; }

.fukidashi-00 {
  height: 20px;
  background-color: #373737; }
  .fukidashi-00 .fukidashi-00-ct {
    position: relative;
    vertical-align: middle; }
    .fukidashi-00 .fukidashi-00-ct dt {
      position: absolute;
      top: -12px;
      width: 85px;
      height: 53px;
      padding: 10px 14px;
      display: table-cell;
      content: " ";
      clear: both;
      text-align: center;
      vertical-align: middle;
      line-height: 1.1;
      font-size: 9px;
      background-size: 85px auto;
      -webkit-background-size: 85px 53px;
      z-index: 100;
      font-weight: bold;
      color: #f20b26;
      -webkit-transform: rotate(-5deg); }
    .fukidashi-00 .fukidashi-00-ct dd {
      position: absolute;
      color: #fff !important;
      white-space: nowrap;
      line-height: 20px; }

.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;
  border-top: 1px solid #d2d2d2; }
  .item-01 li {
    letter-spacing: 0;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
    margin-left: -1px;
    vertical-align: top;
    min-height: 88px;
    padding: 10px; }
    .item-01 li:hover {
      background-color: #fcf0f0; }
    .item-01 li .cboxContent {
      display: none; }
    .item-01 li a.popup {
      letter-spacing: 0;
      color: #666;
      vertical-align: top; }
      .item-01 li a.popup .img {
        position: absolute;
        line-height: 1;
        margin: 0;
        padding: 0;
        width: 65px;
        margin-right: 9px; }
        .item-01 li a.popup .img img {
          width: 65px;
          height: 65px; }
      .item-01 li a.popup dl {
        padding-left: 74px;
        margin: 0 0 0 0;
        font-size: 14px;
        line-height: 1.42;
        box-sizing: border-box; }
        .item-01 li a.popup dl dt {
          margin: 0;
          padding: 0;
          color: #333;
          height: 46px; }
        .item-01 li a.popup dl dd {
          margin: 0 0 0 0;
          padding: 0;
          font-size: 15px;
          color: #666; }
          .item-01 li a.popup dl dd strong {
            position: relative;
            top: 2px;
            float: right; }
          .item-01 li a.popup dl dd span {
            margin-right: 2.5px; }
      .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: #666; }
        .item-01 li a.popup .desc em {
          color: #cc0000;
          font-style: normal; }

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

.goodsicon-01 {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff2626;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  vertical-align: middle; }

.goodsicon-02 {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff8636;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  vertical-align: middle; }

.goodsicon-03 {
  display: inline-block;
  border-radius: 4px;
  background-color: #a5a5a5;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  vertical-align: middle; }

.small-01 {
  display: block;
  margin-left: 50px; }

.small-02 {
  display: block;
  margin-top: 8px; }

.small-02 span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3; }

.small-02 span + span {
  margin-top: 4px; }

.timetable-header {
  width: 100%;
  text-align: center;
  margin: 18px 0; }

.timetable-header .day1 {
  display: inline-block;
  font-size: 18px;
  background-color: #cbe8f9;
  margin: 0;
  padding: 6px 30px;
  border-radius: 4px;
  box-shadow: 0 0 6px #999; }

.timetable-header .day2 {
  display: inline-block;
  font-size: 18px;
  background-color: #fed9d9;
  margin: 0;
  padding: 6px 30px;
  border-radius: 4px;
  box-shadow: 0 0 6px #999; }

.kv-under-01 {
  height: 137px;
  background: url(../images/top/bg_kv_under.png) 0 0 repeat-x; }

.booth-01 {
  padding: 0 10px 20px;
  background: #fff;
  margin: 20px 10px 0 10px;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }
  .booth-01 a {
    word-break: break-all; }
  .booth-01 .booth-01-main {
    line-height: 0;
    margin: -13px -3px 16px; }
    .booth-01 .booth-01-main img {
      width: 50%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .booth-01 p.booth-01-txt {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.3; }
  .booth-01 dl.booth-01-txt dt {
    font-weight: bold;
    color: #211714;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 13px; }
  .booth-01 dl.booth-01-txt dd {
    font-size: 13px;
    line-height: 1.3; }
  .booth-01 .entry-01 {
    padding: 0;
    box-shadow: none; }
    .booth-01 .entry-01 .tit-02 {
      background-color: transparent !important;
      color: #000;
      margin-left: 0;
      margin-right: 0;
      border-bottom: 1px solid #000;
      margin-bottom: 20px; }

.box-highlight {
  margin: 0 10px;
  background-color: white;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }
  .box-highlight img {
    line-height: 0;
    vertical-align: top;
    width: 100%;
    height: auto; }

.entry-01 {
  padding: 0 10px 7px;
  border-radius: 12px;
  background: #fff;
  margin: 20px 10px 0 10px;
  box-shadow: 0 0 3px rgba(4, 0, 0, .3); }
  .entry-01 .tit-02 {
    position: relative;
    padding-right: 49px;
    line-height: 1.4;
    text-align: left; }
    .entry-01 .tit-02 .tweet-02 {
      display: block;
      position: absolute;
      right: 10px;
      top: 5px; }
  .entry-01 .entry-01-main {
    line-height: 0;
    margin: -13px -3px 16px; }
    .entry-01 .entry-01-main img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .entry-01 table {
    font-size: 13px; }
    .entry-01 table:after {
      display: block;
      content: "";
      clear: both; }
    .entry-01 table th {
      white-space: nowrap;
      text-align: right;
      padding: 8px 0 10px 10px;
      border-bottom: 1px solid #dfdfdf; }
    .entry-01 table td {
      padding: 8px 0 10px 10px;
      border-bottom: 1px solid #dfdfdf; }
    .entry-01 table tr:last-child th, .entry-01 table tr:last-child td {
      border-bottom: none;
      padding-bottom: 0; }
  .entry-01 .entry-01-txt {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.3; }
  .entry-01 .entry-01-txt {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.6; }
    .entry-01 .entry-01-txt h2 {
      margin-bottom: 8px;
      font-size: 14px; }
    .entry-01 .entry-01-txt p + p {
      margin-top: 1.6em; }
  .entry-01 .entry-01-btn {
    display: block;
    text-align: center;
    width: 200px;
    height: 35px;
    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: 14px;
    margin: 0 auto;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px; }
    .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: 200px;
    height: 35px;
    background-color: #e7e7e7;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 auto;
    line-height: 50px;
    font-weight: bold;
    color: #bcbcbc;
    margin-top: 20px;
    margin-bottom: 20px; }

.breadcrumbs-01 {
  width: 100%;
  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-wrap {
  position: relative;
  height: 48px;
  z-index: 11222; }

.gnav-00 {
  position: fixed;
  width: 100%;
  top: 0;
  height: 48px;
  background: #000;
  -webkit-background-size: 100% 45px;
  z-index: 11110;
  line-height: 1; }
  .gnav-00 > .gnav-menu-icon {
    display: block;
    position: absolute;
    right: 0;
    width: 52px;
    height: 47px;
    border-left: 1px solid #ccc;
    background: url(../images/gnav/menu_open.png) 12px 10px no-repeat;
    background-size: 28px 30px;
    -webkit-background-size: 28px 30px;
    z-index: 120; }
    .gnav-00 > .gnav-menu-icon.on {
      background: url(../images/gnav/menu_close.png) 17px 10px no-repeat;
      background-size: 20px 29px;
      -webkit-background-size: 20px 29px; }
  .gnav-00 > .gnav-ticket-icon {
    display: block;
    position: absolute;
    top: 3px;
    right: 53px;
    width: 47px;
    height: 41px;
    background: url(../images/gnav/icon_ticket.png) 0 50% no-repeat;
    background-size: 47px 41px;
    -webkit-background-size: 47px 41px;
    z-index: 120; }
  .gnav-00 > .gnav-00-ct {
    *zoom: 1;
    position: relative; }
    .gnav-00 > .gnav-00-ct:before, .gnav-00 > .gnav-00-ct:after {
      content: "";
      display: table; }
    .gnav-00 > .gnav-00-ct:after {
      clear: both; }
    .gnav-00 > .gnav-00-ct > .gnav-00-logo {
      position: absolute;
      top: 5px;
      left: 10px;
      z-index: 131; }
      .gnav-00 > .gnav-00-ct > .gnav-00-logo a {
        display: inline-block;
        width: 77px;
        vertical-align: middle; }
      .gnav-00 > .gnav-00-ct > .gnav-00-logo > span {
        line-height: 1.48;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 12px;
        margin-left: 10px; }
        .gnav-00 > .gnav-00-ct > .gnav-00-logo > span small {
          font-size: 10px; }
      .gnav-00 > .gnav-00-ct > .gnav-00-logo a img {
        width: 77px;
        height: auto; }
  .gnav-00 > .gnav-menu {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -40px;
    z-index: 112; }
    .gnav-00 > .gnav-menu > img {
      width: 25px;
      height: 11px; }
    .gnav-00 > .gnav-menu > a > img {
      width: 25px;
      height: 11px; }

.gnav-menu-00 {
  display: none;
  *zoom: 1;
  position: fixed;
  top: 44px;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 11111;
  background: rgba(0, 0, 0, .8);
  -webkit-background-size: 100% 100%;
  margin: 0;
  line-height: 1;
  border-top: 1px solid #808080; }
  .gnav-menu-00:before, .gnav-menu-00:after {
    content: "";
    display: table; }
  .gnav-menu-00:after {
    clear: both; }
  .gnav-menu-00 > .gnav-top {
    letter-spacing: 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    text-align: center;
    line-height: 38px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box; }
    .gnav-menu-00 > .gnav-top a {
      color: #fff; }
    .gnav-menu-00 > .gnav-top img {
      position: relative;
      top: 1px;
      vertical-align: middle;
      display: inline-block;
      margin: 0 10px;
      width: 32px;
      height: 29px; }
  .gnav-menu-00 > ul {
    position: relative;
    line-height: 0;
    letter-spacing: -0.5em; }
    .gnav-menu-00 > ul > li {
      display: inline-block;
      vertical-align: top;
      min-width: 33.3%;
      max-width: 33.3%;
      height: 104px;
      letter-spacing: 0;
      line-height: 1;
      border-right: 1px solid #808080;
      border-bottom: 1px solid #808080; }
      .gnav-menu-00 > ul > li:nth-child(3n) {
        border-right: 0 solid #808080; }
      .gnav-menu-00 > ul > li > img {
        height: auto; }
      .gnav-menu-00 > ul > li:first-child img {
        width: 57px;
        margin-bottom: 13px; }
      .gnav-menu-00 > ul > li:first-child + li img {
        width: 62px;
        margin-bottom: 20px; }
      .gnav-menu-00 > ul > li:first-child + li + li img {
        width: 49px;
        margin-bottom: 17px; }
      .gnav-menu-00 > ul > li:first-child + li + li + li img {
        width: 64px;
        margin-bottom: 16px; }
      .gnav-menu-00 > ul > li:first-child + li + li + li + li img {
        width: 54px;
        margin-bottom: 14px; }
      .gnav-menu-00 > ul > li:first-child + li + li + li + li + li img {
        width: 47px;
        margin-bottom: 21px; }
      .gnav-menu-00 > ul > li:first-child + li + li + li + li + li + li img {
        width: 46px;
        margin-bottom: 17px; }
      .gnav-menu-00 > ul > li:first-child + li + li + li + li + li + li + li img {
        width: 44px;
        margin-bottom: 19px; }
      .gnav-menu-00 > ul > li:first-child + li + li + li + li + li + li + li + li img {
        width: 67px;
        margin-bottom: 12px; }
      .gnav-menu-00 > ul > li > p {
        position: relative;
        display: table;
        width: 100%;
        height: 103px;
        font-size: 13px; }
        .gnav-menu-00 > ul > li > p > span:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url(/2016/common/images/gnav/coming.png) 50% 50% no-repeat;
          z-index: 100; }
        .gnav-menu-00 > ul > li > p > span > span {
          color: #888 !important; }
        .gnav-menu-00 > ul > li > p > a,
        .gnav-menu-00 > ul > li > p > span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative;
          height: 103px;
          vertical-align: middle;
          text-align: center; }
          .gnav-menu-00 > ul > li > p > a.comingsoon,
          .gnav-menu-00 > ul > li > p > span.comingsoon {
            cursor: not-allowed; }
            .gnav-menu-00 > ul > li > p > a.comingsoon:after,
            .gnav-menu-00 > ul > li > p > span.comingsoon:after {
              left: 0;
              top: 50%;
              margin-top: -10px;
              margin-left: 0;
              width: 100%;
              position: absolute;
              font-size: 10px;
              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;
              white-space: nowrap;
              word-break: keep-all;
              text-align: center;
              text-shadow: 0px 0px 1px white; }
            .gnav-menu-00 > ul > li > p > a.comingsoon:hover,
            .gnav-menu-00 > ul > li > p > span.comingsoon:hover {
              background-color: transparent; }
          .gnav-menu-00 > ul > li > p > a > img,
          .gnav-menu-00 > ul > li > p > span > img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            height: auto; }
          .gnav-menu-00 > ul > li > p > a:hover,
          .gnav-menu-00 > ul > li > p > span:hover {
            opacity: 0.8; }
          .gnav-menu-00 > ul > li > p > a span,
          .gnav-menu-00 > ul > li > p > span span {
            font-size: 13px;
            display: block;
            padding-bottom: 9px;
            min-width: 100%;
            color: #fff;
            font-weight: bold; }
  .gnav-menu-00 > .gnav-bnr {
    display: block;
    margin: 10px 18px; }
    .gnav-menu-00 > .gnav-bnr > a {
      display: block;
      vertical-align: top; }
      .gnav-menu-00 > .gnav-bnr > a > img {
        margin: 0 auto; }
  .gnav-menu-00 > .gnav-menu-up {
    position: absolute;
    top: 420px;
    left: 50%;
    margin-left: -45px;
    margin-top: -40px;
    z-index: 112; }
    .gnav-menu-00 > .gnav-menu-up > a > img {
      width: 91px;
      height: auto; }

.gnav-menu-niconico {
  border: 1px solid #808080;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 26px; }
  .gnav-menu-niconico a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
    text-align: center; }
    .gnav-menu-niconico a:after {
      content: "";
      width: 7px;
      height: 13px;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      right: 10px;
      background: url(/2017/sp/common/images/gnav/arrow_right.png) 50% 50% no-repeat;
      background-size: auto 13px; }

.lnav-01 {
  border-bottom: 1px solid #747474;
  padding-bottom: 4px;
  letter-spacing: -0.4em;
  text-align: center; }
  .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: 12px;
      line-height: 1; }

.lnav-01 + .tit-06 {
  border-top: none; }

.pnav-01-l {
  display: block;
  position: absolute;
  left: 0;
  margin-top: 25px;
  width: 106px;
  height: 36px;
  z-index: 10; }
  .pnav-01-l img {
    width: 106px; }

.pnav-01-r {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 25px;
  width: 106px;
  height: 36px;
  z-index: 10; }
  .pnav-01-r img {
    width: 106px; }

.update-00 {
  margin-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  background-color: #fff; }
  .update-00 > li {
    margin: 0 5px;
    padding: 0 5px;
    border-top: 1px solid #bebebe; }
    .update-00 > li:first-child {
      border-top: none; }
    .update-00 > li > a {
      display: block;
      min-height: 50px;
      color: #666;
      padding: 6px 15px 6px 0;
      background: url(../images/icon/cheveron-right.png) 100% 47% no-repeat;
      background-size: 8px 12px; }
      .update-00 > li > a:hover {
        opacity: 0.8; }
    .update-00 > li > p {
      display: block;
      min-height: 50px;
      color: #666;
      padding: 6px 15px 6px 0; }

.update-01 {
  margin: 10px;
  padding: 8px 6px 10px;
  min-height: 80px;
  background-color: #f0f0f0; }
  .update-01 > .img {
    position: absolute; }
    .update-01 > .img > img {
      width: 64px;
      height: auto; }
  .update-01 > .update-01-tit {
    color: #d20000;
    font-size: 13px;
    padding-left: 72px;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 4px; }
  .update-01 > .update-01-txt {
    color: #333333;
    font-size: 12px;
    padding-left: 12px;
    padding-left: 72px;
    line-height: 1.2; }

.update-02 {
  *zoom: 1;
  background-color: #fff; }
  .update-02:before, .update-02:after {
    content: "";
    display: table; }
  .update-02:after {
    clear: both; }
  .update-02 .update-02-txt li {
    margin: 0 5px;
    padding: 12px 5px;
    border-bottom: 1px solid #bebebe; }
    .update-02 .update-02-txt li > 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; }

.img-01 {
  border: 2px solid #e6e6e6; }

.img-02 {
  border: 2px solid #e6e6e6; }

.img-03 {
  border: 2px solid #e6e6e6; }

.img-04 {
  margin: -1px;
  border: 1px solid #ff0000; }

.img-04 {
  margin: -1px;
  border: 1px solid #595959; }

.img-05 {
  margin: -1px;
  border: 1px solid #008444; }

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

.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: 230px;
    text-align: right; }
  .imgdesc-r-02 > .desc {
    float: left;
    width: 467px; }

.imgdesc-r-03 {
  *zoom: 1; }
  .imgdesc-r-03:before, .imgdesc-r-03:after {
    content: "";
    display: table; }
  .imgdesc-r-03:after {
    clear: both; }
  .imgdesc-r-03 > .img {
    float: right;
    margin-right: 10px;
    width: 400px; }
  .imgdesc-r-03 > .desc {
    float: left;
    margin-left: 10px;
    width: 570px; }

.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: 10px;
    width: 500px; }
  .imgdesc-r-04 > .desc {
    float: left;
    margin-left: 10px;
    width: 469px; }

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

.imgdesc-b-03 {
  padding: 14px 10px 28px; }
  .imgdesc-b-03 > .img {
    margin-top: 12px; }
  .imgdesc-b-03 > .desc {
    font-size: 13px; }

.imgdesc-t-01 {
  padding: 12px 10px 0;
  margin-bottom: 12px; }
  .imgdesc-t-01 > .img > img {
    @extends .img-responsive;
    margin-bottom: 8px;
    min-width: 100%; }
  .imgdesc-t-01 > .desc {
    font-size: 13px; }

.imgdesc-t-02 {
  padding: 14px 10px 0;
  margin-bottom: 14px; }
  .imgdesc-t-02 > .img > img {
    @extends .img-responsive;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px; }
  .imgdesc-t-02 > .desc {
    font-size: 13px; }

.tit-01 {
  background-color: #fff;
  margin-bottom: 10px; }
  .tit-01 .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 35px; }

.tit-01-txt {
  font-size: 16px;
  color: #211714;
  padding-left: 40px;
  line-height: 1.3;
  padding-top: 8px;
  padding-bottom: 8px; }
  .tit-01-txt > small {
    display: inline-block;
    line-height: 1.1;
    white-space: normal;
    font-size: 8px;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    top: -1px; }
    .tit-01-txt > small.red {
      color: #ce3539; }
  .tit-01-txt > img {
    left: 0;
    top: 6px;
    position: absolute;
    margin-left: 10px;
    margin-right: 7px;
    width: auto;
    height: 22.5px;
    vertical-align: top; }

.tit-01-sns {
  margin-left: auto;
  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; }
  .tit-01-sns li {
    margin-left: 10px; }

.tit-02 {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  padding: 7px 10px;
  margin: 0 -10px 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-img {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background: #000 !important;
  border-radius: 6px 6px 0 0;
  padding: 4px 15px 3px;
  margin: -10px -10px 20px; }
  .tit-02-img .illust {
    position: absolute;
    bottom: 0;
    right: 8px; }

.tit-02-bnr {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  display: block;
  margin-bottom: -10px; }
  .tit-02-bnr img {
    width: 80%;
    height: auto; }

.tit-03 {
  position: relative;
  padding: 7px 50px 7px 10px;
  border-bottom: 1px solid #eeeff3;
  font-size: 15px; }
  .tit-03.tit-03-black {
    color: #fff;
    background-color: #747474; }
  .tit-03.tit-03-black {
    color: #fff;
    background-color: #747474; }
  .tit-03.tit-03-rounded {
    border-radius: 6px 0 0 0; }
  .tit-03.tit-03-2line {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 66px;
    line-height: 1.2;
    border-radius: 6px 0 0 0;
    letter-spacing: -0.05em;
    padding: 7px 40px 7px 10px;
    box-sizing: border-box;
    font-size: 13px; }
  .tit-03.tit-03-2line + .img {
    margin: 15px 15px 35px 15px;
    box-shadow: 0 0 6px #999;
    border: 3px solid #e6e6e6; }
  .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: 7px;
    width: 66px;
    margin-top: -13px; }
    .tit-03 > ul > li {
      display: inline-block;
      width: 26px;
      letter-spacing: 0;
      margin-left: 7px; }
  .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;
  margin-left: 21px;
  margin-top: 20px;
  margin-bottom: 10px; }
  .tit-04 > img {
    position: relative;
    vertical-align: middle;
    margin-left: -19px;
    top: 0; }
  .tit-04 > span {
    background-color: #211714;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    margin-left: -19px;
    padding: 3px 10px 4px 23px; }

.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-06 {
  position: relative;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px;
  color: #000;
  border-top: 1px solid #dedede;
  border-bottom: 2px solid #daa520;
  background-color: #fff;
  margin-top: 25px; }
  .tit-06 b, .tit-06::first-letter {
    color: #000; }
  .tit-06 > .btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px; }
    .tit-06 > .btn:hover {
      opacity: 0.8; }

.tit-07 {
  font-weight: bold;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  padding-left: 14px;
  padding-bottom: 4px;
  line-height: 1.2;
  color: #000;
  border-bottom: 2px solid #ff0606;
  max-width: 100%; }
  .tit-07 b, .tit-07::first-letter {
    color: #000; }
  .tit-07.collapse {
    margin-bottom: 0;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #bebebe;
    padding: 0; }
    .tit-07.collapse a {
      display: block;
      color: inherit;
      padding: 17px;
      background: url(../images/icon/cheveron-down.png) 95% 50% no-repeat;
      background-size: 12px 8px; }
      .tit-07.collapse a.on {
        background: url(../images/icon/cheveron-up.png) 95% 50% no-repeat;
        background-size: 12px 8px; }

.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: 14px;
  font-weight: bold; }
  .tit-live img {
    position: relative;
    top: -1px;
    margin-right: 8px;
    height: 17px; }

.tit-live-theday {
  padding-top: 8px;
  position: relative;
  margin-top: 25px;
  letter-spacing: -0.4em;
  margin-bottom: 10px; }
  .tit-live-theday:first-child {
    margin-top: 0; }
  .tit-live-theday span {
    display: inline-block;
    position: relative;
    top: 1px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #211714;
    font-size: 14px;
    line-height: 1.214;
    font-weight: bold;
    white-space: normal;
    width: calc(100% - 75px);
    padding-left: 25px; }
  .tit-live-theday > a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 34px;
    background-color: white;
    border: 2px solid #e7253f;
    border-radius: 3px;
    box-shadow: 1px 1.7px 3px rgba(0, 0, 0, .4);
    color: #e7253f;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    font-weight: bold; }
  .tit-live-theday img {
    position: absolute;
    top: 50%;
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 6px;
    height: 19px;
    left: 0; }

.list-live-theday + .tit-live-theday {
  margin-top: 17px; }

.tit-map {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  margin-left: 10px;
  max-width: 100%; }
  .tit-map::first-letter {
    color: #fff;
    display: inline-block;
    background-color: #000;
    border-radius: 50% 50%;
    width: 42px;
    height: 42px;
    padding: 9px;
    margin-right: 2px;
    box-sizing: border-box;
    line-height: 1; }
  .tit-map.collapse {
    margin-bottom: 0;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #bebebe;
    padding: 0; }
    .tit-map.collapse a {
      display: block;
      color: inherit;
      padding: 17px;
      background: url(../images/icon/cheveron-down.png) 95% 50% no-repeat;
      background-size: 12px 8px; }
      .tit-map.collapse a.on {
        background: url(../images/icon/cheveron-up.png) 95% 50% no-repeat;
        background-size: 12px 8px; }

.tab-00 {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 2px solid #a8adc5;
  padding-left: 18px; }
  .tab-00 > li {
    display: inline-block;
    width: 130px;
    text-align: center;
    vertical-align: bottom; }
    .tab-00 > li > a {
      min-width: 100%;
      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;
      background: url(../images/common/bg_tab.png) 0 0 no-repeat;
      background-size: 130px auto;
      font-weight: bold;
      color: #0c3765;
      width: 130px;
      height: 29px;
      padding-top: 6px;
      font-size: 11px;
      overflow: visible;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .tab-00 > li > a img {
        position: relative;
        top: 0;
        margin-right: 5px; }
      .tab-00 > li > a.active {
        font-size: 12px;
        position: relative;
        color: #fff;
        padding-top: 0;
        background: url(../images/common/bg_tab_on.png) 0 0 no-repeat;
        background-size: 130px auto; }
      .tab-00 > li > a.active {
        top: 2px; }
  .tab-00.tab-live {
    margin-bottom: 13px;
    text-align: center;
    padding-left: 0;
    letter-spacing: -0.4em;
    white-space: nowrap; }
    .tab-00.tab-live > li {
      display: inline-block;
      width: 105px;
      text-align: center;
      vertical-align: bottom;
      letter-spacing: 0; }
      .tab-00.tab-live > li.relative > a > img {
        margin-top: -3px;
        left: 11px; }
      .tab-00.tab-live > li.relative > a.active > img {
        margin-top: -6px; }
      .tab-00.tab-live > li > a {
        position: relative;
        min-width: 100%;
        display: block;
        background: url(../images/common/bg_tab_lg.png) 0 3px no-repeat;
        background-size: 105px auto;
        font-weight: bold;
        color: #0c3765;
        width: 105px;
        height: 46px;
        padding-top: 6px;
        font-size: 11px;
        overflow: visible;
        text-align: left;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        padding-left: 38px;
        line-height: 1.2;
        white-space: nowrap; }
        .tab-00.tab-live > li > a:after {
          content: "";
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .tab-00.tab-live > li > a span {
          position: relative;
          top: -1px;
          display: inline-block;
          vertical-align: middle;
          white-space: normal; }
        .tab-00.tab-live > li > a small {
          font-size: 9px; }
        .tab-00.tab-live > li > a img {
          position: absolute;
          top: 50%;
          margin-top: -8px;
          left: 8px;
          margin-right: 5px; }
        .tab-00.tab-live > li > a.active {
          font-size: 12px;
          position: relative;
          color: #fff;
          padding-top: 0;
          background: url(../images/common/bg_tab_lg_on.png) 0 1px no-repeat;
          background-size: 105px auto; }
        .tab-00.tab-live > li > a.active {
          top: 2px; }
  .tab-00.tab-01-arrowed {
    border-bottom: none; }
    .tab-00.tab-01-arrowed > li > a.active {
      top: 0; }
      .tab-00.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-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 {
  text-align: center;
  letter-spacing: -0.5em;
  background-color: #c0c2cb;
  height: 43px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 43px; }
  .tab-01 > li {
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0; }
    .tab-01 > li > a {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      height: 35px;
      color: #0c3765;
      background-color: #e7e8ed;
      min-width: 75px;
      border-radius: 5px 5px 0 0;
      font-weight: bold;
      line-height: 1.2 !important;
      margin-top: 8px; }
      .tab-01 > li > a.active {
        margin-top: 3px;
        height: 40px;
        font-size: 11px;
        line-height: 1.2;
        background-color: #0c3765;
        color: #fff; }

/*
## 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;
  letter-spacing: -0.4em;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #a0a7b5;
  line-height: 1;
  margin-bottom: 15px; }
  .tab-02 > li {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0;
    padding-left: 3px;
    padding-right: 3px;
    width: 50%; }
    .tab-02 > li > a {
      position: relative;
      top: 0;
      display: block;
      border-radius: 6px 6px 0 0;
      background-color: #bdc2cc;
      color: #fff;
      padding: 6px 0 4px;
      vertical-align: bottom;
      font-size: 12px;
      height: 25px;
      line-height: 1.3;
      text-align: center;
      border-bottom: 1px solid #a0a7b5;
      -webkit-transition: background-color 0.2s ease-out,color 0.2s ease-out;
      transition: background-color 0.2s ease-out,color 0.2s ease-out; }
      .tab-02 > li > a.active {
        position: relative;
        top: 0;
        color: #2e2e2e;
        font-size: 12px;
        border: 1px solid #a0a7b5;
        background-color: transparent;
        border-bottom: 1px solid #fdfdfd;
        font-weight: bold;
        letter-spacing: -0.05em; }
        .tab-02 > li > a.active.fs12 {
          font-size: 12px; }
      .tab-02 > li > a.font-s > a {
        font-size: 11px;
        line-height: 1.1; }
        .tab-02 > li > a.font-s > a.active {
          font-size: 13px; }
  .tab-02.tab3 > li {
    width: 33%; }
  .tab-02.tab4 > li {
    width: 25%; }
  .tab-02.tab5 > li {
    width: 20%; }

.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-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-l-g1 {
  margin-left: -7.5px;
  margin-right: -7.5px;
  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: 7.5px;
  padding-right: 7.5px; }

.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 > .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 .col-12 {
  text-align: center; }

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

.bnr-01 > li {
  margin-bottom: 10px; }
  .bnr-01 > li a:hover {
    opacity: 0.8; }

.bnr_kv {
  position: absolute;
  z-index: 100;
  right: 5px;
  margin-top: -90px; }

.bnr-live {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 8px; }
  .bnr-live a {
    display: block; }
    .bnr-live a img {
      display: block;
      max-width: 100%;
      height: auto; }

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

.table-02 {
  margin: 15px 12px;
  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;
    height: 51px; }
    .table-02 th > a,
    .table-02 td > a {
      display: block;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      line-height: 50px;
      text-align: left;
      color: #2c2c2c; }
      .table-02 th > a > img,
      .table-02 td > a > img {
        position: absolute;
        display: block;
        vertical-align: middle; }
      .table-02 th > a div,
      .table-02 td > a div {
        position: relative;
        top: -2px;
        display: inline-block;
        line-height: 1.2;
        padding-left: 65px;
        padding-right: 10px;
        vertical-align: middle; }
      .table-02 th > a:hover,
      .table-02 td > a:hover {
        background-color: #fbf8e8; }

.table-03 {
  margin-left: -5px;
  margin-right: -5px; }
  .table-03 th {
    text-align: right; }
  .table-03 th, .table-03 td {
    border-bottom: 1px solid #dfdfdf;
    padding: 6px 10px;
    font-size: 12px; }
    .table-03 th a, .table-03 td a {
      text-decoration: underline; }
      .table-03 th a img, .table-03 td a img {
        position: relative;
        top: 1px; }
    .table-03 th:first-child, .table-03 td:first-child {
      white-space: nowrap; }
  .table-03 th {
    padding-left: 4px;
    padding-right: 0; }

.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: 20px; }
  .table-05 thead th, .table-05 thead td {
    background-color: #dcdcdc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    font-size: 10px;
    color: #333;
    padding: 2px 10px 0; }
    .table-05 thead th > span, .table-05 thead td > span {
      font-size: 8px; }
  .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: 11px;
    padding: 12px; }
    .table-05 tbody th a, .table-05 tbody td a {
      font-weight: bold; }
  .table-05 tbody th {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #959595; }

.table-06 {
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }
  .table-06 thead th, .table-06 thead td {
    background-color: #fafafa;
    position: relative;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    font-size: 9.5px;
    padding: 10px 5px; }
  .table-06 tbody th, .table-06 tbody td {
    position: relative;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    font-size: 9.5px;
    padding: 5px;
    background-color: #fff; }

.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: 13px; }

.dl-01 > dd {
  margin-top: 6px;
  font-size: 12px; }

.dl-01.bordered {
  padding-top: 10px;
  border-top: 1px solid #dedede; }

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

/*
## dl-03
更新情報
```
<dl class="dl-03">
<dt>募集企画の概要</dt>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-03 --></dl>
```
*/
.dl-03 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 13px;
  background: #fff url(../images/icon/cheveron-right.png) 98% 49% no-repeat;
  background-size: 8px 12px; }
  .dl-03:hover {
    opacity: 0.8; }
  .dl-03 > dt {
    font-weight: bold;
    font-size: 11px;
    color: #666;
    font-weight: normal; }
  .dl-03 > dd {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    padding-right: 5%; }

.main-01 .dl-03:first-child {
  margin-top: 5px;
  border-top: 1px solid #bebebe; }

/*
## dl-04
お約束
```
<dl class="dl-04">
<dt>募集企画の概要</dt>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-03 --></dl>
```
*/
.dl-04 {
  margin: 10px 5px; }
  .dl-04 > dt {
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 10px; }
  .dl-04 > dd {
    font-size: 13px;
    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-05
```
<dl class="dl-05">
<dt>募集企画の概要</dt>
<dd>君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！君の手でリアルにマインクラフトの世界を完全再現しよう君の手でリアルマ　 インクラフトの世界を完全再現しよう！
</dd>
<!-- / .dl-03 --></dl>
```
*/
.dl-05 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: -0.4em;
  margin-bottom: -1px; }
  .dl-05.pouring > dd > ul {
    margin-left: -2px;
    margin-right: -2px; }
    .dl-05.pouring > dd > ul > li {
      padding-left: 2px;
      padding-right: 2px;
      width: 50%; }
      .dl-05.pouring > dd > ul > li > a {
        background-color: #f5f7fa;
        border: 2px solid #f5f7fa !important; }
        .dl-05.pouring > dd > ul > li > a img {
          min-width: 37px;
          width: 37px;
          height: 37px; }
  .dl-05 > dt {
    vertical-align: top;
    letter-spacing: 0;
    color: #fff;
    background-color: #d8383c;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 50% 50%;
    margin: 10px; }
  .dl-05 > dd {
    width: 100%;
    vertical-align: top;
    letter-spacing: 0;
    height: auto; }
    .dl-05 > dd > ul {
      display: block;
      vertical-align: top;
      letter-spacing: -0.5em;
      padding-left: 6px;
      padding-right: 6px; }
      .dl-05 > dd > ul > li {
        position: relative;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        padding: 2px;
        box-sizing: border-box; }
        .dl-05 > dd > ul > li > i {
          position: absolute;
          width: 26px;
          height: 26px;
          background: url(/2016/sp/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 {
          display: block;
          text-align: left;
          position: relative;
          box-sizing: border-box;
          letter-spacing: -0.4em;
          vertical-align: middle;
          font-size: 13px;
          padding: 0 6px 0 6px;
          height: 57px;
          line-height: 54px;
          background-color: #fff;
          box-shadow: 0.5px 0.9px 3px rgba(0, 0, 0, .3);
          overflow: hidden; }
          .dl-05 > dd > ul > li > a img {
            min-width: 41px;
            width: 41px;
            height: 41px;
            border-radius: 50% 50%;
            vertical-align: middle;
            letter-spacing: 0;
            margin-right: 7px; }
          .dl-05 > dd > ul > li > a > div {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            line-height: 1.1;
            letter-spacing: 0;
            color: #333;
            box-sizing: border-box;
            white-space: normal;
            word-break: break-all;
            width: calc(100% - 64px); }
            .dl-05 > dd > ul > li > a > div small {
              display: block;
              color: #999; }
          .dl-05 > dd > ul > li > a:hover {
            border-color: #fe4444; }

.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 {
  font-size: 15px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px 0 0 0;
  box-shadow: #1f1f1f 1px 1px 0px 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%);
  color: #fff;
  padding: 4px 10px;
  text-align: center;
  width: 125px;
  position: relative;
  behavior: url(/2016/common/js/PIE.htc); }
  .btn-01:hover {
    background-color: #4f4f4f;
    color: #fff; }

.btn-02 {
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  .btn-02 > a {
    display: inline-block;
    width: 224px;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 6px 8px;
    border-radius: 0 0 10px 10px 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%);
    background-color: #3f3f3f;
    color: #fff; }
    .btn-02 > a > img {
      position: relative;
      top: -1px;
      vertical-align: middle;
      margin-right: 8px; }
    .btn-02 > a:hover {
      background-color: #4f4f4f; }

.btn-03 {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px 0 0 0;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  letter-spacing: -0.1em; }
  .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/sp/common/images/icon/blank.png" alt="別ウインドウ" class="icon"></a>
```
*/
.btn-04 {
  font-size: 12px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  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);
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  color: #fff; }
  .btn-04 img {
    position: relative;
    vertical-align: middle;
    margin-right: 4px; }
  .btn-04:hover {
    color: #fff; }
  .btn-04 > .icon {
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 14px; }

.btn-05 {
  position: relative;
  display: inline-block;
  border-radius: 6px 0 0 0;
  background-color: #fff;
  width: 230px;
  height: 190px;
  padding: 20px 10px 40px;
  border: 3px solid #e5e5e5;
  text-align: center;
  color: #333;
  text-align: center;
  line-height: 1.3;
  vertical-align: top; }
  .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;
    width: 230px;
    left: 0;
    bottom: 10px;
    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;
    background-color: #e14a83;
    border-radius: 20px 0 0 0;
    padding: 8px 15px;
    min-width: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold; }
    .btn-05 > .btn-05-comment:before {
      position: absolute;
      display: block;
      margin-left: 10px;
      margin-top: 22px;
      content: url(/2016/sp/common/images/parts/btn-05-arw.png);
      width: 11px;
      height: 9px; }

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

.btn-08 {
  position: relative;
  width: 100%;
  color: #333;
  padding: 8px 7px;
  border: 1px solid #fff;
  white-space: nowrap;
  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);
  display: table;
  *zoom: 1; }
  .btn-08:before, .btn-08:after {
    content: "";
    display: table; }
  .btn-08:after {
    clear: both; }
  .btn-08 > img {
    display: table-cell;
    letter-spacing: 0;
    margin: 0 8px 0 0;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: 132px;
    height: 79px; }
  .btn-08 > .desc {
    display: table-cell;
    vertical-align: middle;
    margin: 0 0 0 0; }
    .btn-08 > .desc > .category {
      letter-spacing: 0; }
      .btn-08 > .desc > .category dt {
        display: inline-block;
        z-index: 2;
        color: #fff;
        font-size: 9px;
        font-weight: bold;
        background-color: #bbb;
        height: 15px;
        line-height: 15px;
        padding: 0 5px 1px;
        margin-bottom: 10px; }
      .btn-08 > .desc > .category dd {
        display: block; }
    .btn-08 > .desc > .txt {
      box-sizing: border-box;
      vertical-align: middle;
      white-space: normal; }
      .btn-08 > .desc > .txt > dt {
        color: #000;
        font-weight: bold;
        line-height: 1.25;
        font-size: 12px; }
        .btn-08 > .desc > .txt > dt > span {
          display: none; }
        .btn-08 > .desc > .txt > dt.label-02 {
          color: #7f7f7f; }
      .btn-08 > .desc > .txt dd {
        position: relative;
        background-color: #f5f5f5;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 3px;
        padding: 8px 6px;
        margin-top: 8px; }
        .btn-08 > .desc > .txt dd:before {
          content: "";
          position: absolute;
          left: 50%;
          top: -6px;
          margin-left: -6px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 6px 6px 6px;
          border-color: transparent transparent #f5f5f5 transparent; }

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

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

.btn-09 {
  display: block;
  position: relative;
  color: #000;
  *zoom: 1;
  background-size: 8px 12px; }
  .btn-09:before, .btn-09:after {
    content: "";
    display: table; }
  .btn-09:after {
    clear: both; }
  .btn-09 > .category {
    padding-top: 0;
    padding-left: 85px;
    height: 21px;
    line-height: 1; }
    .btn-09 > .category dt {
      padding: 1px  8px 0;
      font-size: 10px;
      line-height: 1;
      display: inline-block;
      background-color: #666;
      color: #fff;
      line-height: 1.3;
      z-index: 2;
      vertical-align: top;
      margin-right: 6px;
      border-radius: 10px 0 0 0;
      position: relative;
      behavior: url(/2016/common/js/PIE.htc); }
    .btn-09 > .category dd {
      padding-top: 2px;
      font-size: 10px;
      color: #666;
      display: inline-block;
      vertical-align: top; }
  .btn-09 > img {
    float: left;
    display: block;
    margin-bottom: 6px;
    z-index: 10;
    width: 80px;
    height: auto; }
  .btn-09 > .txt {
    padding-left: 85px;
    position: relative;
    z-index: 11; }
    .btn-09 > .txt > dt {
      position: relative;
      font-size: 12px;
      padding: 4px;
      color: #000;
      line-height: 1.4;
      font-weight: bold; }
      .btn-09 > .txt > dt.label-02 {
        color: #7f7f7f; }
    .btn-09 > .txt dd {
      padding: 4px;
      font-size: 9px;
      color: #333; }

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

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

.btn-10 {
  font-size: 15px;
  display: inline-block;
  border-radius: 6px 0 0 0;
  box-shadow: #1f1f1f 1px 1px 0px 0 0 0;
  background-color: #3f3f3f;
  color: #fff;
  padding: 0 15px;
  position: relative;
  behavior: url(/2016/common/js/PIE.htc); }
  .btn-10:hover {
    background-color: #4f4f4f;
    color: #fff; }

.btn-11 {
  display: block;
  padding: 13px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background-color: #f2f2f2; }
  .btn-11:hover {
    opacity: 0.8; }

.btn-12 {
  font-size: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  background-image: -webkit-linear-gradient(bottom, black 0%, black 32%, #8a8a8a 100%);
  background-image: linear-gradient(to top, black 0%, black 32%, #8a8a8a 100%);
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 0 0 5px rgba(4, 0, 0, .35);
  color: #fff; }
  .btn-12:hover {
    color: #fff; }

.btn-ticket-ippan {
  display: block;
  width: auto;
  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;
  width: auto;
  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_tokaigi_gp {
  display: block;
  text-align: center;
  margin: -5px 8px 0; }
  .btn_tokaigi_gp img {
    max-width: 100%;
    height: auto; }

.btn-seemore {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 250px;
  height: 30px;
  background-color: #0c3765;
  border: 2px solid #0c3765;
  border-radius: 15px;
  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: 13px;
  -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; }

.btn-live-collapse {
  display: block;
  width: auto;
  margin-left: 28px;
  margin-right: 28px;
  height: 34px;
  background-color: #fdfdfd;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  color: #0c3765;
  border: 1px solid #0c3765; }
  .btn-live-collapse:hover {
    color: #0c3765; }
  .btn-live-collapse:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #0c3765;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #0c3765 transparent transparent transparent;
    margin-right: 4px; }

.btn-live-collapse-day2 {
  display: block;
  width: auto;
  margin-left: 28px;
  margin-right: 28px;
  height: 34px;
  background-color: #fdfdfd;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  color: #e14e4e;
  border: 1px solid #e14e4e; }
  .btn-live-collapse-day2:hover {
    color: #e14e4e; }
  .btn-live-collapse-day2:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #e14e4e;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #e14e4e transparent transparent transparent;
    margin-right: 4px; }

.btn-switch-day {
  margin-top: 24px;
  margin-bottom: 3px;
  display: block;
  text-align: center;
  width: 250px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3baba+0,f1a9a9+1,eb8888+3,e77171+4,e77171+32,e66d6d+38,e25656+59,e14f4f+68,e14e4e+96,d64a4a+97,bf4242+99,b43e3e+100 */
  background: #f3baba;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3baba 0%, #f1a9a9 1%, #eb8888 3%, #e77171 4%, #e77171 32%, #e66d6d 38%, #e25656 59%, #e14f4f 68%, #e14e4e 96%, #d64a4a 97%, #bf4242 99%, #b43e3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3baba 0%, #f1a9a9 1%, #eb8888 3%, #e77171 4%, #e77171 32%, #e66d6d 38%, #e25656 59%, #e14f4f 68%, #e14e4e 96%, #d64a4a 97%, #bf4242 99%, #b43e3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3baba', endColorstr='#b43e3e',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 1px 1.5px 0.5px rgba(0, 0, 0, .6); }
  .btn-switch-day:hover {
    color: #fff; }
  .btn-switch-day span {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
    height: 15px;
    background-color: white;
    border-radius: 7.5px;
    margin-right: 10px;
    color: #e14e4e !important;
    font-size: 8px;
    line-height: 15px;
    font-weight: bold; }

.btn-switch-day2 {
  margin-top: 24px;
  margin-bottom: 3px;
  display: block;
  text-align: center;
  width: 250px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1b1c3+0,8a9eb5+1,5d7998+3,3d5f84+4,3d5f84+30,365a80+38,103a67+66,0c3765+71,0c3765+96,0a2e55+97,061e36+99,051628+100 */
  background: #a1b1c3;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a1b1c3 0%, #8a9eb5 1%, #5d7998 3%, #3d5f84 4%, #3d5f84 30%, #365a80 38%, #103a67 66%, #0c3765 71%, #0c3765 96%, #0a2e55 97%, #061e36 99%, #051628 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a1b1c3 0%, #8a9eb5 1%, #5d7998 3%, #3d5f84 4%, #3d5f84 30%, #365a80 38%, #103a67 66%, #0c3765 71%, #0c3765 96%, #0a2e55 97%, #061e36 99%, #051628 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1b1c3', endColorstr='#051628',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 1px 1.5px 0.5px rgba(0, 0, 0, .6); }
  .btn-switch-day2:hover {
    color: #fff; }
  .btn-switch-day2 span {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
    height: 15px;
    background-color: white;
    border-radius: 7.5px;
    margin-right: 10px;
    color: #0c3765 !important;
    font-size: 8px;
    line-height: 15px;
    font-weight: bold; }

.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-01 {
  display: block;
  border: 1px solid #ccc;
  margin: 0 auto 10px; }

.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: 7px; }
  .list-02:before, .list-02:after {
    content: "";
    display: table; }
  .list-02:after {
    clear: both; }
  .list-02 > li {
    float: right;
    margin-left: 10px; }

.list-03 li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em; }

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

.list-05 {
  *zoom: 1;
  background-color: #fff; }
  .list-05:before, .list-05:after {
    content: "";
    display: table; }
  .list-05:after {
    clear: both; }
  .list-05 > li {
    margin-top: 10px; }
    .list-05 > li iframe {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; }

.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: 10px;
  letter-spacing: -0.4em;
  margin-left: -4px;
  padding-right: -4px; }
  .list-07 > li {
    display: inline-block;
    letter-spacing: 0;
    padding-left: 4px;
    orphans: 4; }
    .list-07 > li > a {
      letter-spacing: 0;
      display: block;
      color: #0c3765;
      background-color: #e7e8ed;
      font-size: 13px;
      min-width: 90px;
      height: 21px;
      border-radius: 10px;
      line-height: 21px;
      text-align: center;
      -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: 1em; }
    .list-08 > li > a {
      color: #000;
      font-size: 18px; }
      .list-08 > li > a.disable {
        cursor: default;
        color: #aaa; }

.list-09 {
  *zoom: 1;
  letter-spacing: -0.4em;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center; }
  .list-09:before, .list-09:after {
    content: "";
    display: table; }
  .list-09:after {
    clear: both; }
  .list-09 > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0; }
    .list-09 > li a > img {
      width: 33px;
      height: auto; }
    .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;
  letter-spacing: -0.4em;
  line-height: 0;
  padding: 4px 10px; }
  .list-12:before, .list-12:after {
    content: "";
    display: table; }
  .list-12:after {
    clear: both; }
  .list-12 > li {
    position: relative;
    padding: 0;
    letter-spacing: 0;
    vertical-align: top;
    margin-bottom: 8px; }
    .list-12 > li > i {
      position: absolute;
      width: 27px;
      height: 27px;
      background: url(/2016/sp/common/images/icon/boothnew.png) 0 0 no-repeat;
      background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      right: 12px;
      top: 12px;
      text-indent: -9999em;
      overflow: hidden;
      z-index: 1000; }
    .list-12 > li > figure {
      padding: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      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); }
      .list-12 > li > figure > img {
        margin-right: 8px;
        width: 132px;
        min-width: 132px;
        height: auto;
        max-height: 132px;
        border: 1px solid #ccc; }
      .list-12 > li > figure figcaption dl.link dt {
        font-size: 12px;
        line-height: 1.2;
        font-weight: bold; }
      .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: 10px;
          font-size: 10px;
          line-height: 1.2;
          color: #666;
          padding: 4px 8px 4px 16px;
          background: #fafafc url(../images/icon/arrow_right_red.png) 6px 6px no-repeat;
          background-size: 8px auto; }

.list-13 {
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #bebebe;
  background-color: #fff; }
  .list-13:before, .list-13:after {
    content: "";
    display: table; }
  .list-13:after {
    clear: both; }
  .list-13 > li {
    position: relative;
    width: 100%;
    padding: 10px 5px;
    vertical-align: top;
    border-bottom: 1px solid #bebebe; }
    .list-13 > li > i {
      position: absolute;
      width: 17px;
      height: 17px;
      background: url(/2016/sp/common/images/icon/boothnew.png) 0 0 no-repeat;
      background-size: 17px 17px;
      -webkit-background-size: 17px 17px;
      left: 68px;
      top: 9px;
      text-indent: -9999em;
      overflow: hidden;
      z-index: 1000; }

.list-14 {
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff; }
  .list-14:before, .list-14:after {
    content: "";
    display: table; }
  .list-14:after {
    clear: both; }
  .list-14 > li {
    width: 100%;
    padding: 0 0;
    vertical-align: top;
    border-bottom: 1px solid #bebebe; }
    .list-14 > li > a {
      display: block;
      min-height: 80px;
      padding: 10px 15px 10px 5px;
      background: url(../images/icon/cheveron-right.png) 100% 49% no-repeat;
      background-size: 8px 12px; }
      .list-14 > li > a:hover {
        opacity: 0.8; }
      .list-14 > li > a > img {
        position: absolute;
        width: 107px;
        height: auto; }
      .list-14 > li > a > dl {
        padding-left: 117px; }
        .list-14 > li > a > dl > dt {
          font-weight: bold;
          color: #daa520;
          line-height: 1.2;
          letter-spacing: -0.1em;
          margin-bottom: 2px; }
        .list-14 > li > a > dl > dd {
          font-size: 10px;
          color: #333;
          line-height: 1.5; }

.list-15 {
  margin: 10px 4px;
  letter-spacing: -0.4em;
  text-align: center; }
  .list-15 > li {
    display: inline-block;
    width: 50%;
    padding: 0 4px; }
    .list-15 > li a {
      display: block; }
      .list-15 > li a:hover {
        opacity: 0.8; }

.list-16 {
  letter-spacing: -0.4em;
  text-align: center;
  padding: 10px 0 0; }
  .list-16 > li {
    display: inline-block;
    width: 50%;
    padding: 0 4px; }
    .list-16 > li a {
      display: block; }
      .list-16 > li a:hover {
        opacity: 0.8; }

.list-17 {
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff; }
  .list-17:before, .list-17:after {
    content: "";
    display: table; }
  .list-17:after {
    clear: both; }
  .list-17 > li {
    width: 100%;
    padding: 0 0;
    vertical-align: top;
    border-bottom: 1px solid #bebebe; }
    .list-17 > li > a {
      display: block;
      min-height: 80px;
      padding: 10px 15px 10px 5px;
      background: url(../images/icon/cheveron-right.png) 100% 49% no-repeat;
      background-size: 8px 12px; }
      .list-17 > li > a:hover {
        opacity: 0.8; }
      .list-17 > li > a > img {
        position: absolute;
        width: 65px;
        height: auto; }
      .list-17 > li > a > dl {
        padding-left: 75px; }
        .list-17 > li > a > dl > dt {
          font-size: 10px;
          line-height: 1.2;
          letter-spacing: -0.1em;
          margin-bottom: 2px;
          color: #000; }
        .list-17 > li > a > dl > dd {
          font-size: 10px;
          color: #000;
          line-height: 1.5; }

.list-18 {
  padding-left: 25px; }
  .list-18 li {
    list-style: outside decimal;
    letter-spacing: 0;
    text-indent: 0; }

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

.list-highlight {
  background: url(../images/booth/bg_booth_hilight.png) 0 0 no-repeat;
  background-size: 100% 100%; }
  .list-highlight > dl {
    padding-top: 10px;
    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; }
    .list-highlight > dl dt {
      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;
      background-color: #fff; }
      .list-highlight > dl dt img {
        width: 80px;
        height: auto; }
    .list-highlight > dl dd {
      position: relative;
      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;
      background-color: #fff;
      text-align: center;
      color: #1b2d84;
      font-size: 14px;
      height: 25px;
      line-height: 25px;
      font-weight: bold;
      overflow: visible;
      width: 155px;
      border-radius: 12.5px;
      margin-left: 10px; }
  .list-highlight ol {
    padding: 13px 10px 1px 10px; }
    .list-highlight ol li {
      width: 100%;
      display: block;
      text-align: left;
      font-size: 11px;
      line-height: 1.3;
      margin-bottom: 10px;
      color: #fff;
      font-weight: bold;
      position: relative;
      padding-left: 22px; }
      .list-highlight ol li span {
        position: absolute;
        top: 2px;
        left: 0;
        font-weight: bold;
        background-color: #fff;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        font-size: 11px;
        color: #1b2d84; }

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

.list-maps {
  margin: 0 10px; }

.list-maps li {
  display: none;
  text-align: center; }
  .list-maps li.active {
    display: block; }
  .list-maps li a {
    color: #211714;
    display: block;
    text-align: right;
    font-size: 10px; }
    .list-maps li a .icon {
      position: relative;
      top: 1px;
      width: auto;
      height: 10px;
      margin-left: 3px; }

.list-goods-notes {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px; }

.list-live-theday {
  border-top: 1px dashed #b4b4b4; }
  .list-live-theday li {
    border-bottom: 1px dashed #b4b4b4; }
    .list-live-theday li a {
      display: block;
      padding: 12.5px 0;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      color: #211714; }
      .list-live-theday li a figure:after {
        display: block;
        content: "";
        clear: both; }
      .list-live-theday li a figure > img {
        float: left;
        width: 90px;
        height: auto; }
      .list-live-theday li a figure figcaption {
        padding-left: 98px; }
        .list-live-theday li a figure figcaption .label-new {
          position: relative;
          top: -1px;
          display: inline-block;
          width: 36px;
          height: 18px;
          background-color: #e7253f;
          color: #fff !important;
          font-size: 10px;
          text-align: center;
          font-weight: bold;
          line-height: 18px;
          margin-right: 6px; }
        .list-live-theday li a figure figcaption time {
          font-size: 12px;
          font-weight: bold;
          color: #0c3765; }
        .list-live-theday li a figure figcaption p {
          padding-top: 5px;
          font-weight: bold;
          color: #211714;
          line-height: 1.25;
          margin-bottom: 0; }

.list-live-anchors {
  position: relative;
  background-color: #0c3765;
  letter-spacing: -0.5em;
  padding-top: 20px;
  margin-top: 6px; }
  .list-live-anchors:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #0c3765 transparent; }
  .list-live-anchors li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 20px;
    letter-spacing: 0;
    padding-bottom: 20px; }
    .list-live-anchors li:nth-child(2n -1) {
      padding-right: 17px; }
    .list-live-anchors li:nth-child(2n) {
      padding-left: 17px;
      padding-right: 20px; }
    .list-live-anchors li > a {
      display: block;
      color: #fdfdfd;
      font-weight: bold;
      font-size: 10px;
      line-height: 1.3; }

.list-live-anchors-day2 {
  position: relative;
  background-color: #e14e4e;
  letter-spacing: -0.5em;
  padding-top: 20px;
  margin-top: 6px; }
  .list-live-anchors-day2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #e14e4e transparent; }
  .list-live-anchors-day2 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 20px;
    letter-spacing: 0;
    padding-bottom: 20px; }
    .list-live-anchors-day2 li:nth-child(2n -1) {
      padding-right: 17px; }
    .list-live-anchors-day2 li:nth-child(2n) {
      padding-left: 17px;
      padding-right: 20px; }
    .list-live-anchors-day2 li > a {
      display: block;
      color: #fdfdfd;
      font-weight: bold;
      font-size: 10px;
      line-height: 1.3; }

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

.p-04 {
  font-size: 13px; }

.kv-00 {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  z-index: 10; }
  .kv-00 .bx-viewport {
    width: 100%; }
  .kv-00 img {
    width: 100%;
    height: auto; }

.kv-00-en {
  position: relative;
  width: 100%;
  height: 424px;
  overflow: hidden;
  background-color: #ffdddd; }
  .kv-00-en > .item {
    position: absolute;
    width: 1024px;
    height: 400px;
    margin-left: -512px;
    left: 50%;
    overflow: hidden; }

.kv-01 {
  position: relative;
  width: 100%;
  height: 364px;
  overflow: hidden; }
  .kv-01 > .kv-01-info {
    position: absolute;
    left: 50%;
    margin-left: -499px;
    margin-top: 13px;
    z-index: 99; }
    .kv-01 > .kv-01-info > img {
      position: absolute;
      z-index: 2; }
    .kv-01 > .kv-01-info p {
      position: absolute;
      top: -1px;
      display: table-cell;
      padding: 18px 20px;
      min-width: 200px;
      min-height: 72px;
      left: 60px;
      font-size: 15px;
      line-height: 1.4;
      font-weight: bold;
      border-radius: 6px 0 0 0;
      background-color: rgba(255, 255, 255, .9); }
  .kv-01 > .kv-01-controll {
    position: absolute;
    left: 50%;
    bottom: 15px;
    text-align: center;
    letter-spacing: -0.4em;
    z-index: 999; }
    .kv-01 > .kv-01-controll > li {
      cursor: pointer;
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(/2016/sp/common/images/icon/carousel_off.png) 0 0 no-repeat;
      margin-left: 5px;
      margin-right: 5px; }
      .kv-01 > .kv-01-controll > li.on {
        background: url(/2016/sp/common/images/icon/carousel_on.png) 0 0 no-repeat; }
  .kv-01 > .kv-01-prev {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -499px;
    z-index: 99; }
    .kv-01 > .kv-01-prev:hover {
      opacity: 0.8; }
  .kv-01 > .kv-01-next {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: 453px;
    z-index: 99; }
    .kv-01 > .kv-01-next:hover {
      opacity: 0.8; }
  .kv-01 > .item {
    position: absolute;
    width: 100%;
    height: 364px;
    overflow: hidden; }
    .kv-01 > .item > a {
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -512px;
      width: 1024px;
      height: auto;
      z-index: 2;
      background-color: #fff; }
      .kv-01 > .item > a > img {
        width: 1024px;
        height: auto; }
      .kv-01 > .item > a:hover {
        opacity: 0.8; }
    .kv-01 > .item > .kv-01-fg {
      position: absolute;
      left: 50%;
      margin-left: -512px;
      width: 1024px;
      height: auto;
      z-index: 2; }
    .kv-01 > .item > .kv-01-bg {
      position: relative;
      left: 0;
      width: 100%;
      height: auto;
      opacity: 0.3; }

.accordion-01 {
  position: relative;
  display: block;
  padding: 10px 14px 11px 44px;
  background-color: #eeeff3;
  color: #211714;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle; }
  .accordion-01 > img {
    position: absolute;
    top: 7px;
    left: 10px;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px; }
  .accordion-01:focus {
    color: #333; }

.accordion-01-ct {
  display: none;
  padding-top: 0; }
  .accordion-01-ct a {
    text-decoration: underline; }
  .accordion-01-ct .tit-03 {
    border-radius: 6px 0 0 0;
    margin-top: 0; }

.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 {
  *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 {
    padding: 20px 10px 0;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    color: #fff; }
  .kyosan-01 > dd {
    margin: 10px 10px 8px; }
    .kyosan-01 > dd > a {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px;
      background: #fff;
      text-align: center; }
      .kyosan-01 > dd > a > img {
        vertical-align: middle; }
      .kyosan-01 > dd > a:hover {
        opacity: 0.8; }

.kyosan-02 {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .kyosan-02:before, .kyosan-02:after {
    content: "";
    display: table; }
  .kyosan-02:after {
    clear: both; }
  .kyosan-02 > dt {
    padding: 6px 10px 8px;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    color: #fff; }
  .kyosan-02 > dd {
    margin: 0 10px 0;
    overflow: hidden; }
    .kyosan-02 > dd ul {
      margin-left: -6px;
      margin-right: -6px;
      letter-spacing: -0.4em; }
      .kyosan-02 > dd ul li {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 4px;
        box-sizing: border-box;
        letter-spacing: 0; }
        .kyosan-02 > dd ul li.col2 {
          width: 50%; }
        .kyosan-02 > dd ul li.col4 {
          width: 25%; }
        .kyosan-02 > dd ul li.col5:nth-child(16) a > img {
          width: 25px;
          height: auto; }
        .kyosan-02 > dd ul li.col5 {
          width: 20%; }
          .kyosan-02 > dd ul li.col5 a > img {
            margin-left: auto;
            margin-right: auto;
            vertical-align: middle;
            max-width: 100%;
            max-height: 35px;
            width: auto;
            height: auto; }
        .kyosan-02 > dd ul li a {
          background: #fff;
          padding: 0;
          height: 35px;
          line-height: 35px;
          display: table;
          width: 100%;
          max-width: 100%;
          text-align: center;
          vertical-align: middle; }
          .kyosan-02 > dd ul li a.pad_narrow {
            padding: 0 5px; }
          .kyosan-02 > dd ul li a > img {
            margin-left: auto;
            margin-right: auto;
            vertical-align: middle;
            max-width: 100%;
            height: auto; }
          .kyosan-02 > dd ul li a:hover {
            opacity: 0.8; }

.kyosan-03 {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .kyosan-03:before, .kyosan-03:after {
    content: "";
    display: table; }
  .kyosan-03:after {
    clear: both; }
  .kyosan-03 > dt {
    padding: 8px;
    background-color: #e2e2e2;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    color: #666;
    border-bottom: 1px solid #ccc; }
  .kyosan-03 > dd {
    margin: 12px;
    overflow: hidden; }
    .kyosan-03 > dd > a {
      display: block;
      float: left;
      text-align: center;
      width: 33%; }
      .kyosan-03 > dd > a.mb-0 {
        margin-bottom: 0; }
      .kyosan-03 > dd > a > img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .kyosan-03 > dd > a:hover {
        opacity: 0.8; }

.kyosan-04 {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  background-color: #e2e2e2;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  border-top: 1px solid #ccc; }
  .kyosan-04:before, .kyosan-04:after {
    content: "";
    display: table; }
  .kyosan-04:after {
    clear: both; }
  .kyosan-04 ul {
    letter-spacing: -0.4em;
    line-height: 1; }
    .kyosan-04 ul li {
      display: inline-block;
      width: 50%;
      padding: 5px 10px;
      letter-spacing: 0;
      font-size: 9px;
      line-height: 1.2;
      vertical-align: top;
      color: #999;
      font-weight: bold; }
      .kyosan-04 ul li:hover {
        opacity: 0.8; }

.tweet-01 {
  margin: 10px;
  background-color: #fff;
  border-radius: 6px 0 0 0;
  padding: 18px 18px 10px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #999; }
  .tweet-01 > p {
    font-weight: bold;
    margin-bottom: 10px; }

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

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

.twitter-count-01 {
  display: inline-block;
  width: 42px;
  height: 21px;
  padding: 6px 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/sp/common/images/parts/bg-twitter-count.png) 0 0 no-repeat;
  background-size: 42px 21px;
  -webkit-background-size: 42px 21px; }

.sns-01 {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, .7);
  letter-spacing: -0.4em;
  text-align: center;
  vertical-align: text-bottom;
  margin: 0 10px 15px;
  padding-top: 9px;
  line-height: 1;
  padding-bottom: 2px;
  height: 37px; }
  .sns-01.sns-top {
    box-shadow: 0 0 3px rgba(4, 0, 0, .3);
    background-color: #fff; }
  .sns-01 > li {
    letter-spacing: 0;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle; }
    .sns-01 > li:nth-child(1) {
      position: relative;
      top: 0;
      width: 110px;
      overflow: hidden; }

/*
    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: 999999999;
  overflow: visible !important; }

#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  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: 0;
  right: 0;
  display: block;
  color: #444;
  text-indent: -9999em;
  background: url(/2017/sp/common/images/icon/cbox-close.png) 50% 45% no-repeat;
  background-size: 12px 12px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 101; }

.cboxContent:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  content: "";
  background-color: #e5e5e5;
  z-index: 100; }

/*
  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: 100%;
  height: 100%; }
  .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 {
    margin-top: 10px;
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    background-color: #f2f2f2;
    vertical-align: middle; }
    .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: 100%;
      max-height: 300px;
      width: auto;
      height: auto;
      text-align: center;
      vertical-align: middle;
      top: 0;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .cboxContent .cboxContentItemTitle {
    text-align: left;
    font-size: 14px;
    padding-top: 13px;
    color: #211714;
    line-height: 1.2; }
    .cboxContent .cboxContentItemTitle span {
      display: block;
      color: #000;
      text-align: left;
      margin-bottom: 30px;
      padding-left: 11px; }
    .cboxContent .cboxContentItemTitle em {
      display: block;
      text-align: right;
      color: #666666;
      font-style: normal;
      margin-bottom: 8px; }
  .cboxContent .cboxContentItemExhibit {
    font-size: 14px;
    border-bottom: 0px dashed #cbcace;
    padding: 0 10px 13px;
    line-height: 1.5;
    font-weight: bold; }
    .cboxContent .cboxContentItemExhibit a {
      text-decoration: underline;
      color: #d8383c; }
  .cboxContent .cboxContentItemDesc {
    padding: 12px 11px;
    border-top: 1px dotted #676767;
    margin: 8px 0 15px;
    border-bottom: 1px dotted #676767;
    font-size: 12px;
    line-height: 1.25; }
  .cboxContent .btn-12 {
    margin-bottom: 24px; }
  .cboxContent .cboxContentItemTw {
    text-align: center;
    font-size: 12px;
    border-top: 1px dotted #676767;
    height: 55px;
    line-height: 55px; }
    .cboxContent .cboxContentItemTw a {
      color: #1da1f2; }
    .cboxContent .cboxContentItemTw img {
      position: relative;
      top: 8px;
      margin-right: 5px;
      width: 25px; }
      .cboxContent .cboxContentItemTw img.arrow_tw_right {
        top: 2px;
        margin-right: 0;
        margin-left: 10px; }
  .cboxContent > .cboxContentWrap {
    padding: 30px 10px 0;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch; }
    .cboxContent > .cboxContentWrap > .cboxContentPhoto:before {
      display: block;
      clear: both;
      content: ""; }
    .cboxContent > .cboxContentWrap > .cboxContentVisual {
      position: relative;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cboxContent > .cboxContentWrap > .cboxContentVisual > .artistLink {
        position: absolute;
        bottom: 6px;
        width: 250px;
        height: 33px;
        left: 50%;
        margin-left: -125px;
        letter-spacing: -0.4em;
        padding-right: 5px;
        text-align: right; }
        .cboxContent > .cboxContentWrap > .cboxContentVisual > .artistLink li {
          display: inline-block;
          vertical-align: bottom;
          letter-spacing: 0;
          margin-right: 5px;
          min-width: 33px;
          height: 33px; }
          .cboxContent > .cboxContentWrap > .cboxContentVisual > .artistLink li a {
            display: block; }
          .cboxContent > .cboxContentWrap > .cboxContentVisual > .artistLink li img {
            width: 33px;
            height: auto; }
      .cboxContent > .cboxContentWrap > .cboxContentVisual > .cboxContentPhoto {
        clear: both;
        width: 100%;
        height: 250px;
        text-align: center;
        vertical-align: middle; }
        .cboxContent > .cboxContentWrap > .cboxContentVisual > .cboxContentPhoto > img {
          width: 250px;
          height: auto;
          vertical-align: middle; }
    .cboxContent > .cboxContentWrap > .cboxContentTitle {
      position: relative;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 1.2;
      color: #211714; }
      .cboxContent > .cboxContentWrap > .cboxContentTitle small {
        font-size: 12px;
        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: 12px;
        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; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > h3 span {
          display: block;
          font-size: 12px;
          color: #fff;
          background-color: #211714;
          margin-left: -20px;
          padding-left: 27px;
          line-height: 25px;
          width: 100%; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > h3 img {
          position: relative;
          top: 0;
          vertical-align: middle; }
      .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated {
        padding: 15px 0 15px 7px; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated + .cboxContentRelated {
          padding-top: 0;
          margin-top: -2px; }
        .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dt {
          position: relative;
          margin-bottom: 8px;
          padding-left: 24px; }
          .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dt img {
            position: absolute;
            top: 1px;
            left: 0;
            margin-right: 6px;
            height: 24px; }
          .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dt a {
            color: #d8383c;
            font-size: 12px;
            line-height: 1.2;
            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: 165px;
            height: 25px;
            background-color: #f9fafb;
            border: 1px solid #dce0e7;
            border-radius: 12.5px;
            color: #211714;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none; }
            .cboxContent > .cboxContentWrap .cboxContentInfo > .cboxContentRelated dd a:after {
              display: inline-block;
              vertical-align: middle;
              position: relative;
              top: -1px;
              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; }

#ticket {
  padding: 0 10px 0;
  background-size: 100% auto; }
  #ticket h2 {
    position: relative;
    margin-top: -76px;
    margin-bottom: 30px;
    text-align: center; }
    #ticket h2 img {
      width: 211px;
      height: auto; }
  #ticket .icon-item {
    position: absolute;
    margin-left: 31px; }
  #ticket .ticket-inner .list-ticket-type {
    margin-bottom: 28px; }
    #ticket .ticket-inner .list-ticket-type li {
      margin-top: 15px; }
      #ticket .ticket-inner .list-ticket-type li:first-child {
        margin-top: 0; }
  #ticket .ticket-type-header h4 {
    position: relative; }
  #ticket .ticket-type-header ul li {
    padding-top: 3px;
    padding-bottom: 3px; }

.premium {
  margin-left: -10px;
  margin-right: -10px; }
  .premium .ticket-type-header {
    position: relative;
    background-color: #e6395f;
    padding-bottom: 14px; }
    .premium .ticket-type-header:after {
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -4px;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 4px 0 4px;
      border-color: #e6395f transparent transparent transparent; }
    .premium .ticket-type-header h4 {
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      line-height: 1;
      padding-top: 16px;
      padding-bottom: 16px; }
    .premium .ticket-type-header ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .premium .ticket-type-header ul li {
        width: 145px;
        height: 30px;
        background-color: white;
        border: 2px solid rgba(255, 179, 196, .96);
        border-radius: 15px;
        margin: 0 10px; }
        .premium .ticket-type-header ul li dl {
          padding: 0 10px;
          height: 100%;
          display: table;
          font-size: 14px;
          white-space: nowrap;
          width: 100%; }
          .premium .ticket-type-header ul li dl dt {
            display: table-cell;
            font-weight: bold;
            vertical-align: middle; }
          .premium .ticket-type-header ul li dl dd {
            padding-left: 5px;
            display: table-cell;
            vertical-align: middle;
            color: #e6395f;
            font-weight: bold; }

.group {
  margin-left: -10px;
  margin-right: -10px; }
  .group .ticket-type-header {
    position: relative;
    background-color: #38af75;
    padding-bottom: 14px; }
    .group .ticket-type-header:after {
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -4px;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 4px 0 4px;
      border-color: #38af75 transparent transparent transparent; }
    .group .ticket-type-header h4 {
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      line-height: 1;
      padding-top: 16px;
      padding-bottom: 16px; }
    .group .ticket-type-header ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .group .ticket-type-header ul li {
        width: 145px;
        height: 30px;
        background-color: white;
        border: 2px solid #8cd6b3;
        border-radius: 15px;
        margin: 0 10px; }
        .group .ticket-type-header ul li dl {
          padding: 0 15px;
          height: 100%;
          letter-spacing: -0.4em;
          font-size: 14px;
          display: table;
          width: 100%; }
          .group .ticket-type-header ul li dl dt {
            display: table-cell;
            letter-spacing: 0;
            vertical-align: middle;
            font-weight: bold; }
          .group .ticket-type-header ul li dl dd {
            text-align: center;
            display: table-cell;
            letter-spacing: 0;
            vertical-align: middle;
            color: #38af75;
            font-weight: bold; }
            .group .ticket-type-header ul li dl dd.no {
              text-align: center;
              color: #000;
              letter-spacing: -0.04em; }

.normal {
  margin-left: -10px;
  margin-right: -10px; }
  .normal .ticket-type-header {
    position: relative;
    background-color: #2e9fe3;
    padding-bottom: 14px; }
    .normal .ticket-type-header:after {
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -4px;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 4px 0 4px;
      border-color: #2e9fe3 transparent transparent transparent; }
    .normal .ticket-type-header h4 {
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      line-height: 1;
      padding-top: 16px;
      padding-bottom: 16px; }
    .normal .ticket-type-header ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 34px;
      padding-right: 34px;
      margin: 0; }
      .normal .ticket-type-header ul li {
        width: 100%;
        background-color: white;
        border: 2px solid #9ed7fa;
        border-radius: 15px;
        margin: 0 0 10px;
        padding: 10px 0; }
        .normal .ticket-type-header ul li dl {
          padding: 0 15px;
          height: 100%;
          font-size: 14px;
          text-align: center;
          display: table; }
          .normal .ticket-type-header ul li dl dt {
            display: table-cell;
            font-weight: bold;
            vertical-align: middle;
            white-space: nowrap; }
          .normal .ticket-type-header ul li dl dd {
            display: table-cell;
            color: #2e9fe3;
            font-weight: bold;
            margin-left: 45px;
            vertical-align: middle;
            width: 100%; }
            .normal .ticket-type-header ul li dl dd .label {
              display: inline-block;
              margin-right: 20px;
              background-color: #989898;
              color: #fff;
              border-radius: 3px;
              font-size: 10px;
              width: 53px;
              text-align: center;
              vertical-align: middle;
              position: relative;
              top: -1px; }

.ticket-type-body {
  padding: 10px 10px 10px; }
  .premium .ticket-type-body {
    background-color: #f8ecee; }
  .group .ticket-type-body {
    background-color: #e9f3eb;
    color: #333;
    padding: 25px 20px; }
    .group .ticket-type-body p {
      font-size: 14px;
      text-align: center;
      font-weight: bold;
      margin: 17px 0 0; }
  .normal .ticket-type-body {
    background-color: #eff7fa; }
  .ticket-type-body table {
    width: 100%;
    margin-bottom: 10px; }
    .ticket-type-body table th {
      color: #fff;
      font-weight: bold;
      background-color: #747474;
      vertical-align: middle;
      text-align: left;
      padding: 8px;
      border: 1px solid rgba(227, 227, 227, .96);
      font-size: 10px;
      line-height: 1.2;
      width: 90px; }
    .ticket-type-body table td {
      background-color: #fff;
      border: 1px solid rgba(227, 227, 227, .96);
      color: #747474;
      font-size: 10px;
      line-height: 1.2;
      padding: 8px 14px;
      vertical-align: middle; }
    .ticket-type-body table tr:first-child td {
      text-align: center;
      vertical-align: middle; }

.sold_out {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  min-width: 60px;
  padding-left: 4px;
  padding-right: 4px;
  height: 13px;
  line-height: 13px;
  font-size: 8px;
  color: #e6001f;
  font-weight: bold;
  margin-top: 2px;
  text-align: center;
  letter-spacing: -0.05em;
  margin-left: 18px; }

.select-01 {
  display: block;
  margin: 8px  auto 12px;
  width: 298px;
  font-size: 17px;
  /*
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:0;
    border: none;
    cursor: pointer;
	padding:5px 10px 5px 18px;
	background-color:#fff;
	z-index: 10;
	border: 1px solid #999;
	@include border-radius(10px);
	background:#fff url(/2016/sp/common/images/parts/bg-select.png) 100% 50% no-repeat;
	-webkit-background-size: auto 36px;
	*/ }

.pagetop-01 {
  position: absolute;
  right: 5px;
  bottom: 0px;
  z-index: 100; }
  .pagetop-01 a {
    display: block; }
  .pagetop-01 img {
    width: auto;
    height: 47px; }

/**
 * 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-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

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

.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;
  background: url("owl.video.play.png") no-repeat;
  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%; }

.carousel-theday {
  position: relative;
  width: 100%;
  margin-bottom: 23px; }
  .carousel-theday .owl-stage-outer {
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, .7); }
  .carousel-theday .owl-nav > div {
    position: absolute;
    background-color: transparent !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: 8px;
    padding-right: 8px; }
    .carousel-theday .item a {
      display: block; }
      .carousel-theday .item a img {
        max-width: 100%;
        height: auto; }

.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; }
    .map-booth > ul > li {
      position: relative;
      padding-left: 9px;
      padding-right: 9px;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0;
      margin-top: 25px;
      width: 50%; }
      .map-booth > ul > li.jaepo {
        width: auto;
        display: block; }
        .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:before {
            position: absolute;
            right: 6px;
            bottom: 5px;
            content: "";
            width: 60px;
            height: 25px;
            background-size: 60px 25px; }
          .map-booth > ul > li.jaepo a .desc > img {
            margin-top: 7px;
            max-width: 100%;
            height: auto;
            width: 124px;
            margin-left: 6px;
            float: left; }
          .map-booth > ul > li.jaepo a .desc .txt {
            padding-right: 6px;
            padding-top: 10px;
            padding-left: 142px; }
            .map-booth > ul > li.jaepo a .desc .txt p {
              font-size: 12px;
              line-height: 1.2; }
      .map-booth > ul > li a {
        display: block;
        position: relative; }
        .map-booth > ul > li a .desc > img {
          margin-top: 10px;
          max-width: 100%;
          width: 100%;
          height: auto;
          border: 1px solid #e9e9e9; }
        .map-booth > ul > li a .category p {
          position: relative;
          padding: 3px 58px 3px 17px;
          color: #fff;
          background-color: #000;
          line-height: 17px;
          font-size: 12px;
          height: 26px; }
          .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: 41px;
            text-align: center;
            position: absolute;
            right: 5px;
            top: 50%;
            height: 20px;
            line-height: 20px;
            background-color: #fff;
            color: #000;
            font-size: 12px;
            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; }

.paging-01 {
  display: table;
  margin: 30px auto;
  text-align: center; }
  .paging-01 .next,
  .paging-01 .prev {
    padding-right: 0;
    display: table-cell;
    padding-top: 3px; }
    .paging-01 .next a,
    .paging-01 .prev a {
      display: inline-block;
      font-size: 14px;
      padding-left: 10px;
      color: #0c3765;
      font-weight: bold;
      background: url(../images/icon/prev-paging.png) 0 40% no-repeat;
      background-size: auto 13px; }
      .paging-01 .next a.disabled,
      .paging-01 .prev a.disabled {
        opacity: 0.3;
        cursor: not-allowed; }
  .paging-01 .next {
    letter-spacing: 0; }
    .paging-01 .next a {
      display: inline-block;
      padding-right: 10px;
      padding-left: 0;
      background: url(../images/icon/next-paging.png) 100% 40% no-repeat;
      background-size: auto 13px; }
  .paging-01 .prev {
    margin-right: 0;
    letter-spacing: 0; }
  .paging-01 ul {
    display: table-cell;
    text-align: center;
    letter-spacing: -0.4em;
    padding: 0 15px; }
    .paging-01 ul li {
      display: inline-block;
      letter-spacing: 0; }
      .paging-01 ul li a {
        display: inline-block;
        box-sizing: border-box;
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin: 0 2px;
        border: 1px solid #ccc;
        color: #211714;
        background-color: #f2f2f2; }
        .paging-01 ul li a:hover {
          border: 1px solid #ccc;
          background-color: #ccc;
          color: #767676; }
        .paging-01 ul li a.current {
          font-weight: bold;
          color: #666;
          border: none;
          background-color: transparent; }

.page-01 {
  display: none; }

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

#goodsScreen {
  margin: 30px 0; }

#goodsSource {
  visibility: hidden; }

#selectCompany {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline; }

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

.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;
  padding-bottom: 400px;
  margin-bottom: -400px;
  position: relative;
  z-index: 10; }

.bg-content-top {
  margin-top: -82px;
  position: relative;
  padding-top: 82px;
  background: #5374bf url(../images/common/bg_sky.jpg) 50% 0 repeat-x;
  background-size: 100% auto; }

.bg-content-lower {
  position: relative;
  background: #5374bf url(../images/common/bg_sky_lower.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: 240px;
  z-index: 10; }

.bg-content-lower > .wrap-01 {
  position: relative;
  z-index: 20; }

.bg-bricks-top {
  margin-top: -91px;
  width: 100%;
  display: block;
  height: 91px;
  background-size: 100% auto; }

.bg-bricks-lower {
  position: relative;
  z-index: 10;
  margin-top: -27px;
  width: 100%;
  display: block;
  height: 27px;
  background: url(../images/common/bg_bricks_lower.png) 50% -1px repeat-x;
  background-size: auto 28px; }

.bg-bricks {
  position: relative;
  background: url(../images/common/bg_bricks_repeat.png) 50% 0; }

.bg-grassland-top {
  position: relative;
  z-index: 2;
  margin-top: -265px;
  height: 265px;
  background: url(../images/common/bg_grassland_top.png) 50% 100% repeat-x;
  background-size: 100% auto; }

.bg-grassland {
  position: relative;
  z-index: 2;
  margin-top: -383px;
  height: 260px;
  background: url(../images/common/bg_grassland.png) 50% 0 repeat-x;
  background-size: auto 260px; }

html body {
  background: none;
  background-color: #f4f4f4;
  -webkit-text-size-adjust: 100%; }

#page_top > a.pagetop {
  bottom: 5px !important;
  right: 5px !important;
  background: #870000 url(../images/footer/icon_arrow.png) 50% 50% no-repeat; }

.tit-pickup {
  background: url(../images/top/bg_tit_pickup.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px; }
  .tit-pickup img {
    vertical-align: middle; }

/* what's do */
.whatdo {
  letter-spacing: -0.5em;
  margin-left: 9px;
  margin-right: 9px; }
  .whatdo li {
    display: inline-block;
    margin-top: 10px;
    height: 30px;
    overflow: visible;
    min-width: 33.3%;
    width: 33.3%;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
    letter-spacing: 0;
    cursor: pointer; }
    .whatdo li div {
      text-align: center;
      line-height: 30px;
      height: 30px;
      white-space: nowrap;
      background-color: #dbdbdb;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      border-radius: 3px; }
    .whatdo li.active > div {
      position: relative; }
      .whatdo li.active > div:after {
        position: absolute;
        bottom: -7px;
        left: 50%;
        margin-left: -4px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 4px 0 4px;
        border-color: transparent transparent transparent transparent; }
      .whatdo li.active > div.color-all {
        background-color: #ffad1f; }
        .whatdo li.active > div.color-all:after {
          border-color: #ffad1f transparent transparent transparent; }
      .whatdo li.active > div.color-see {
        background-color: #47b658; }
        .whatdo li.active > div.color-see:after {
          border-color: #47b658 transparent transparent transparent; }
      .whatdo li.active > div.color-meet {
        background-color: #ec79a7; }
        .whatdo li.active > div.color-meet:after {
          border-color: #ec79a7 transparent transparent transparent; }
      .whatdo li.active > div.color-join {
        background-color: #66b8f1; }
        .whatdo li.active > div.color-join:after {
          border-color: #66b8f1 transparent transparent transparent; }
      .whatdo li.active > div.color-buy {
        background-color: #db6161; }
        .whatdo li.active > div.color-buy:after {
          border-color: #db6161 transparent transparent transparent; }
      .whatdo li.active > div.color-publish {
        background-color: #5769b6; }
        .whatdo li.active > div.color-publish:after {
          border-color: #5769b6 transparent transparent transparent; }

#whatdoList {
  min-height: 300px;
  padding: 4px 0; }
  #whatdoList > li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d9dbeb; }
    #whatdoList > li > a {
      display: block;
      color: #211714;
      display: table; }
      #whatdoList > li > a > img {
        vertical-align: top;
        width: 60px;
        height: auto;
        margin-right: 8px; }
      #whatdoList > li > a dl {
        display: table-cell;
        vertical-align: top; }
      #whatdoList > li > a dd {
        margin-top: 5px; }
        #whatdoList > li > a dd p {
          font-size: 14px;
          line-height: 1.214;
          margin-bottom: 0; }
      #whatdoList > li > a dt {
        position: relative;
        top: -2px;
        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;
        line-height: 1; }
      #whatdoList > li > a time {
        position: relative;
        top: 1px;
        vertical-align: middle;
        font-size: 9px;
        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: 5px;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start; }
        #whatdoList > li > a ul li {
          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: 11px;
          vertical-align: middle;
          width: 28px;
          height: 11px;
          border-radius: 2px;
          font-size: 7px;
          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: 10px auto 0;
  text-align: center;
  height: 40px;
  line-height: 40px; }

#listMore {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 270px;
  height: 40px;
  background-color: white;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  vertical-align: middle;
  box-sizing: content-box;
  color: #545454;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #listMore .arrow {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #c8c8c8 transparent transparent transparent; }
  #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 {
  background-size: 100% auto;
  padding-bottom: 5px; }

.partner-01 {
  padding: 15px 15px; }
  .partner-01 dt {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
    .partner-01 dt img {
      width: 19px;
      height: auto;
      vertical-align: middle;
      margin-right: 10px; }
  .partner-01 dd img {
    width: 100%;
    height: auto; }

.partner-02 {
  padding: 15px 15px; }
  .partner-02 dt {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
    .partner-02 dt img {
      width: 19px;
      height: auto;
      vertical-align: middle;
      margin-right: 10px; }
  .partner-02 dd ul {
    margin-left: -6px;
    margin-right: -6px;
    letter-spacing: -0.4em; }
    .partner-02 dd ul li {
      letter-spacing: 0;
      display: inline-block;
      vertical-align: top; }
    .partner-02 dd ul.partner-02-01 li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .partner-02 dd ul.partner-02-02 li {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; }
    .partner-02 dd ul.partner-02-03 li {
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
      max-width: 33.33333333%; }
      .partner-02 dd ul.partner-02-03 li.partner-02-04 {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
        max-width: 20%; }
    .partner-02 dd ul.partner-02-04 li {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      max-width: 20%; }
    .partner-02 dd ul li {
      padding-left: 6px;
      padding-right: 6px;
      box-sizing: border-box;
      margin-bottom: 10px; }
      .partner-02 dd ul li a {
        display: block;
        line-height: 1;
        vertical-align: top; }
  .partner-02 dd img {
    width: 100%;
    height: auto; }

.andmore {
  padding-top: 15px !important;
  font-size: 20px;
  color: #c41313 !important; }

.rwdClickable {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  width: 152px;
  height: 88px;
  opacity: 0; }

.side-media {
  margin-top: 20px; }
  .side-media dt {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #1c2e84; }
  .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; }
  .side-media .bx-wrapper .bx-next {
    left: 0;
    width: 260px;
    height: 16px;
    margin-top: 0;
    top: 100%; }
  .side-media .bx-viewport {
    left: 0;
    right: 0;
    background-color: transparent !important; }

.pickup-01 {
  padding-bottom: 20px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px; }
  .pickup-01 .bx-viewport {
    background-color: transparent !important; }
  .pickup-01 li {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px; }
    .pickup-01 li + li {
      padding-top: 10px;
      border-top: 1px dotted #959696; }
    .pickup-01 li a figure {
      display: table; }
      .pickup-01 li a figure img {
        display: table-cell;
        width: 90px;
        min-width: 90px;
        vertical-align: top; }
      .pickup-01 li a figure figcaption {
        display: table-cell;
        padding-left: 15px;
        color: #211714;
        font-size: 15px;
        vertical-align: top; }
        .pickup-01 li a figure figcaption time {
          color: #0c3765;
          font-size: 10px;
          line-height: 1;
          font-weight: bold;
          margin-top: 0;
          margin-bottom: 7px;
          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 {
  overflow: visible;
  box-shadow: 1px 1.7px 4px rgba(0, 0, 0, .1);
  background-color: #fff;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 100; }

.side-01 {
  z-index: 2;
  position: relative;
  margin-top: -186px;
  padding-top: 190px;
  padding-bottom: 22px;
  background: url(../images/common/bg_grassland_top.png) 50% 100% repeat-x;
  background-size: 100% auto;
  margin-bottom: 65px; }
  .side-01:after {
    width: 100%;
    bottom: -65px;
    position: absolute;
    content: "";
    display: block;
    height: 65px;
    background: url(../images/top/bg_media.png) repeat-x 50% 100%;
    background-size: auto 65px; }
  .side-01 .bx-pager {
    bottom: -30px !important; }
  .side-01 .side-media dd {
    margin-top: 0;
    background-color: rgba(255, 255, 255, .8);
    padding: 6px; }
    .side-01 .side-media dd ul li {
      width: 135px;
      height: 35px; }
      .side-01 .side-media dd ul li img {
        width: 135px;
        height: 35px; }

/**
 * 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: 0;
  /*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: -26px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  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: 6px; }

.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 {
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 3px;
  outline: 0;
  background-color: #fff;
  border: 2px solid #517600; }

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

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -50px; }

.bx-wrapper .bx-next {
  right: -40px; }

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

.guide-ticket {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: url(../images/guide/bg_ticket.png) 50% 50% repeat-y;
  background-size: 100% auto;
  color: #211714; }
  .guide-ticket table {
    letter-spacing: -0.03em;
    color: #211714;
    font-size: 11px; }

.guide-ticket-tit {
  color: #0c3765;
  width: 120px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 5px; }

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

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

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

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

.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: 0;
  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 */
  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[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; }

/* 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-event-scroller-header .fc-time-grid .fc-slats td {
  box-sizing: border-box;
  border: none;
  border-top: 1px solid #fff !important; }

.fc-time-grid-container {
  border-top: 1px solid #fff !important; }

.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: 50px;
  box-sizing: border-box;
  /*height: 1.5em;*/
  border: 1px dotted #d1d1d1 !important;
  background-color: #fff; }

.fc-event-row-body .active.fc-event-wrap .fc-slats tr td {
  background-color: #9fbdff;
  opacity: 1; }

.fc-event-row-body .active.fc-event-wrap .fc-slats tr:nth-child(2n) td {
  background-color: #84abff;
  opacity: 1; }

.fc-event-row-body .fc-slats table {
  border-spacing: 0 !important; }

.fc-event-row-body .fc-slats .fc-minor tr td,
.fc-event-row-body .fc-slats .fc-minor tr .fc-widget-content {
  border-top: none !important;
  border-spacing: 0 !important; }

.fc-agendaDay-view .fc-day-header {
  background-color: #231815;
  width: 100%; }

.fc-event-row-body .fc-event-wrap {
  border-right: 1px solid #ccc; }

.fc-event-row-body .active.fc-event-wrap {
  /*opacity: 1;*/ }

.fc-event-row-body .fc-event-wrap .fc-slats tr td {
  -moz-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear; }

.fc-slats .fc-minor td {
  border: none !important; }

.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

.fc-widget-content {
  border-right-width: 0 !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: 10px;
  font-weight: bold;
  margin-bottom: 4px;
  white-space: normal;
  color: #0c3765; }

.fc-time-grid-event .fc-bg {
  z-index: 1;
  background: #fff;
  border: 1px solid #dadada !important;
  border-radius: 1px; }

/* 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-grid-event.fc-short .fc-title {
  font-size: 12px;
  /* make the title text the same size as the time */
  line-height: 1.3; }

.icon_timetable_live {
  position: relative;
  top: 2px;
  margin-right: 4px; }

.fc-title {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 9px;
  line-height: 1.3 !important;
  white-space: normal;
  color: #211714; }

.fc-title a {
  color: inherit;
  text-decoration: underline; }

.fc-title + .fc-desc {
  font-size: 10px !important;
  line-height: 1.6 !important;
  margin-bottom: 9px; }

.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;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

.fc-slot-wrap .fc-widget-header {
  border-right-width: 0 !important; }

.fc-widget-header {
  white-space: normal;
  height: 44px;
  line-height: 1.2;
  background-color: #efefef;
  font-size: 12px;
  vertical-align: middle !important;
  -moz-transition: background-color 0.5s linear, color 0.2s linear;
  -webkit-transition: background-color 0.5s linear, color 0.2s linear;
  -o-transition: background-color 0.5s linear, color 0.2s linear;
  -ms-transition: background-color 0.5s linear, color 0.2s linear; }

.active .fc-widget-header {
  background-color: #2c6efc;
  color: #fff; }

.fc-widget-header a {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff; }

.fc-axis {
  display: none;
  width: 0 !important;
  font-size: 0 !important; }

.fc-slot-wrap {
  width: 27px;
  background-color: #b1b1b1;
  z-index: 100; }

.fc-slot-wrap-header {
  border-left: 1px solid #888;
  height: 35px;
  box-sizing: border-box; }

.fc-event-wrap {
  width: 145px;
  border-right: 1px solid ccc !important;
  box-sizing: border-box; }

.fc-slot-wrap .fc-axis {
  display: table-cell;
  width: 15px !important;
  font-size: 13px !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; }

div[class*=fc-event-subheader-col-] {
  background-color: #403937;
  width: 145px;
  color: #fff;
  font-size: 12px;
  height: 35px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: middle !important;
  overflow: hidden !important;
  border-right: 1px solid #ccc; }

.fc-event-row > .fc-event-subheader-col-1.active {
  background-color: #2c6efc;
  color: #fff; }

div[class*=fc-event-subheader-col-] p:after {
  vertical-align: middle;
  height: 35px;
  display: inline-block;
  content: "";
  clear: both;
  margin: 0;
  font-size: 12px; }

div[class*=fc-event-subheader-col-] span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2; }

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: 1px solid #ccc;
  white-space: normal;
  overflow: hidden; }

#dayHeader {
  position: relative;
  margin-top: 0;
  text-align: center;
  color: #fff;
  height: 62px;
  line-height: 62px;
  font-weight: bold;
  z-index: 10; }

#dayHeader .dayHeaderTitle {
  width: 100%;
  text-align: center;
  color: #fff;
  height: 62px;
  line-height: 62px;
  font-weight: bold;
  z-index: 910; }

#dayHeader .dayHeaderTitle.dayHeader1 {
  background-color: #0c3765; }

#dayHeader .dayHeaderTitle.dayHeader2 {
  background-color: #e14e4e; }

#dayHeader .dayHeaderTitle p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold; }

#dayHeader .btn-anchors {
  width: 130px;
  height: 32px;
  line-height: 28px;
  margin-left: 15px;
  text-align: center;
  background-color: white;
  background-image: -webkit-linear-gradient(bottom, transparent 0%, transparent 100%);
  background-image: linear-gradient(to top, transparent 0%, transparent 100%);
  border: 2px solid #c3d2db;
  border-radius: 2px;
  box-shadow: 1px 1.7px 4px rgba(0, 0, 0, .8);
  color: #0c3765;
  font-size: 12px; }
  #dayHeader .btn-anchors:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #0c3765 transparent transparent transparent;
    vertical-align: middle; }

#dayHeader .btn-anchors a {
  color: #303030; }

.btn-anchors .colorboxSelect {
  font-size: 12px; }

.btn-anchors .colorboxSelect img {
  position: relative;
  top: -2px;
  width: 10px;
  height: 14px;
  margin-left: 15px;
  margin-right: 7px;
  vertical-align: middle; }

.fc-event-row-header {
  position: absolute;
  z-index: 99;
  -webkit-transition: top 0 linear;
  transition: top 0 linear;
  background-color: #eee; }

.fc-event-row-body {
  /*margin-top:47px;*/ }

.fc-agendaDay-view > table > thead {
  height: 44px; }

.fc-agendaDay-view > table > thead > tr td {
  background-color: #e5e5e5;
  height: 44px; }

.fc-agendaDay-view > table > thead > .fc-widget-header {
  padding-top: 0;
  padding-bottom: 0; }

.fc-event-row {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  line-height: 0;
  letter-spacing: -0.33em; }

.fc-event-row > div {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top; }

.timetable {
  position: relative;
  margin-left: 27px;
  overflow: hidden;
  height: 1700px;
  /*height:800px;*/ }

.timetable-header {
  position: absolute;
  width: 27px;
  box-sizing: border-box;
  border-right: 0px solid #fff;
  margin-left: 0;
  margin-top: 0;
  background-color: #b1b1b1;
  z-index: 101;
  overflow: hidden; }

#table-day2,
#timetable-header-day2 {
  height: 1665px !important;
  overflow: hidden; }

.timetable-header .fc-event-row-header .fc-event-row {
  display: none;
  background-color: #b1b1b1 !important; }

.timetable-header .fc-event-row-body {
  position: relative;
  z-index: 100; }

.fc-btn-wrap {
  margin-left: -2px;
  margin-right: -2px;
  letter-spacing: -0.4em;
  margin-bottom: 10px; }

.fc-btn-wrap a {
  letter-spacing: 0;
  display: inline-block;
  height: 25px;
  width: 55px;
  margin-right: 2px;
  margin-left: 2px; }

.fc-btn-wrap .fc-linkLive {
  display: inline-block;
  height: 25px;
  text-indent: -9999px;
  background: url(../../common/images/parts/btn_timetable_live.png) 0 0 no-repeat;
  background-size: 55px 25px; }

.fc-btn-wrap .fc-linkBooth {
  display: inline-block;
  height: 25px;
  text-indent: -9999px;
  background: url(../../common/images/parts/btn_timetable_booth.png) 0 0 no-repeat;
  background-size: 55px 25px; }

.fc-scroller,
.fc-time-grid-container {
  /*height:725px !important;*/
  height: 1766px !important; }

.timetable.day2 .fc-scroller,
.timetable-header.day2 .fc-time-grid-container {
  /*height:775px !important;*/
  height: 1800px !important; }

.fc-event-scroller {
  position: relative;
  height: 1900px;
  /*height:900px;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: inline-block;
  letter-spacing: 1em;
  white-space: normal; }

.fc-event-scroller-header .fc .fc-axis {
  background-color: #b1b1b1;
  border: none;
  color: #fff !important;
  font-weight: bold; }

.fc-event-scroller .fc-event-row {
  position: relative; }

.fc-event-scroller-header {
  position: absolute;
  height: 1900px;
  overflow: hidden;
  width: 27px;
  background-color: #b1b1b1;
  color: #fff; }

.fc-event-scroller-header,
.timetable-header,
.timetable {
  height: 1645px;
  /*height:735px;*/ }

#table-day2,
#timetable-header-day2 {
  height: 1554px !important;
  overflow: hidden; }

#anchors-modal-title {
  color: #0c3765;
  line-height: 50px;
  font-size: 16px;
  padding-left: 16px; }
  #anchors-modal-title small {
    font-size: 14px; }
  #anchors-modal-title:before {
    position: relative;
    display: inline-block;
    top: -1px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 7px 0 7px;
    border-color: #0c3765 transparent transparent transparent;
    vertical-align: middle; }

.list-anchor {
  padding-bottom: 46px; }
  .list-anchor li {
    position: relative;
    white-space: nowrap;
    display: block;
    border-bottom: 1px dashed #d2d2d2;
    height: 40px; }
    .list-anchor li:first-child {
      border-top: 1px dashed #d2d2d2; }
    .list-anchor li:after {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .list-anchor input[type=checkbox] {
    display: none; }
  .list-anchor label {
    white-space: normal;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    padding: 0 40px 0 18px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    color: #221815;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle; }
  .list-anchor label:before {
    position: absolute;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    right: 23px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 5px;
    height: 8px;
    border-right: 3px solid #dd4c4c;
    border-bottom: 3px solid #dd4c4c;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10; }
  .list-anchor input[type=checkbox]:checked + label {
    color: #dd4c4c; }
  .list-anchor input[type=checkbox]:checked + label:before {
    opacity: 1; }

#fc-event-prev {
  position: absolute;
  top: 400px;
  margin-top: -25px;
  margin-left: -60px;
  cursor: pointer; }

#fc-event-prev:hover img {
  opacity: 0.8; }

#fc-event-next {
  position: absolute;
  top: 400px;
  right: 0;
  margin-top: -25px;
  margin-right: -50px;
  cursor: pointer; }

#fc-event-next:hover img {
  opacity: 0.8; }

#event-slot1 {
  position: relative; }

#event-slot1 .fc-slats .fc-minor td,
.fc-slats .fc-minor td {
  border-top: 1px dashed #d1d1d1 !important; }

.fc-desc {
  white-space: normal; }

.fc-event-navi {
  position: relative; }

.icon-timetable {
  position: relative;
  top: 4px;
  margin-right: 5px; }

.btn_timetable_booth {
  margin-left: 2px;
  margin-right: 4px; }

.fc-content {
  position: relative;
  cursor: pointer;
  padding: 10px 6px; }

#timetable-tooltip {
  position: absolute;
  background-color: #fff;
  width: 95%;
  padding: 4px;
  color: #666;
  z-index: 100000;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc; }

#timetable-tooltip .sankaku {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 8px solid #333;
  z-index: 10000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none; }

.cboxSelect #cboxLoadedContent {
  overflow: auto !important; }

.cboxSelect#colorbox {
  border-radius: 2px;
  border: 2px solid #ccc;
  box-shadow: 1.5px 2.6px 4.5px rgba(0, 0, 0, .8);
  background-color: #fff; }

.cboxSelect#cboxOverlay {
  background-color: #fff; }

.cboxSelect .cboxContent:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  z-index: 10; }

.cboxSelect #cboxClose {
  top: -1px;
  right: -1px;
  background: #ccc url(../images/parts/btn_timetable_modal_close.png) 50% 50% no-repeat;
  background-size: 12px 12px; }

.cboxSelect #anchors-modal-ok {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  background-color: #e4e4e4;
  padding: 8px;
  height: 66px;
  z-index: 99; }
  .cboxSelect #anchors-modal-ok button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #e14e4e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    box-shadow: none; }

.cboxTimetable {
  /* colorbox */ }
  .cboxTimetable#colorbox {
    border-radius: 2px;
    border: 2px solid #ccc;
    box-shadow: 1.5px 2.6px 4.5px rgba(0, 0, 0, .8);
    background-color: #fff; }
  .cboxTimetable#cboxOverlay {
    background-color: #fff; }
  .cboxTimetable .cboxContent:before {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #ccc; }
  .cboxTimetable #cboxClose {
    top: 0;
    right: 0;
    background: url(../images/parts/btn_timetable_modal_close.png) 50% 50% no-repeat;
    background-size: 12px 12px; }
  .cboxTimetable #cboxLoadedContent h2 {
    margin-bottom: 4px; }
  .cboxTimetable #cboxLoadedContent .fc-btn-wrap {
    padding-top: 10px;
    margin-left: 6px; }
  .cboxTimetable .fc-btn-wrap a:hover {
    opacity: 0.8; }
  .cboxTimetable #cboxLoadedContent .fc-desc {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    color: #666; }
  .cboxTimetable #cboxLoadedContent .fc-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
    height: auto; }
  .cboxTimetable #cboxLoadedContent .fc-btn-wrap {
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0 -3px; }
  .cboxTimetable #cboxLoadedContent .fc-btn-wrap a {
    display: inline-block;
    height: 30px;
    width: 100px;
    margin: 0 3px; }
  .cboxTimetable #cboxLoadedContent table th {
    font-size: 10px;
    padding-right: 10px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap; }
  .cboxTimetable #cboxLoadedContent table td {
    font-size: 14px; }
  .cboxTimetable #cboxLoadedContent .fc-btn-wrap .fc-linkLive {
    display: inline-block;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/parts/btn_timetable_live_lg.png) 0 0 no-repeat;
    background-size: 100px 30px; }
    .cboxTimetable #cboxLoadedContent .fc-btn-wrap .fc-linkLive:hover {
      background: url(../images/parts/btn_timetable_live_lg_on.png) 0 0 no-repeat;
      background-size: 100px 30px; }
  .cboxTimetable #cboxLoadedContent .fc-btn-wrap .fc-linkBooth {
    display: inline-block;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/parts/btn_timetable_booth_lg.png) 0 0 no-repeat;
    background-size: 100px 30px; }
    .cboxTimetable #cboxLoadedContent .fc-btn-wrap .fc-linkBooth:hover {
      background: url(../images/parts/btn_timetable_booth_lg_on.png) 0 0 no-repeat;
      background-size: 100px 30px; }
  .cboxTimetable .fc-btn-wrap a:hover {
    opacity: 0.8; }
  .cboxTimetable #cboxContent .fc-time {
    font-size: 10px;
    margin-bottom: 3px; }
  .cboxTimetable #cboxContent .fc-time img {
    width: 12px;
    height: auto; }
  .cboxTimetable #cboxContent .fc-title {
    font-size: 13px;
    margin-bottom: 18px; }
  .cboxTimetable #cboxContent .fc-desc {
    font-size: 11px; }
  .cboxTimetable .btn-live {
    display: none; }
  .cboxTimetable #cboxContent .btn-live {
    display: block;
    height: 44px;
    background-color: #ea2a35;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-bottom: 10px; }
  .cboxTimetable #cboxContent .btn-live img {
    position: relative;
    top: -2px;
    margin-left: 16px;
    width: 16px;
    height: auto;
    vertical-align: middle; }
  .cboxTimetable #cboxContent .btn-booth {
    display: block;
    height: 44px;
    background-color: #0770ff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-bottom: 10px; }
  .cboxTimetable #cboxContent {
    height: auto !important;
    overflow: visible !important; }
  .cboxTimetable #cboxContent .cboxContentWrap {
    padding: 17px 20px 0; }
  .cboxTimetable #cboxContent .cboxContentWrap .fc-time {
    font-size: 12px;
    font-weight: bold;
    color: #0c3765; }
  .cboxTimetable #cboxContent .cboxContentWrap .fc-title {
    font-size: 14px;
    font-weight: bold;
    color: #211714;
    line-height: 1.3;
    margin-bottom: 12px; }
  .cboxTimetable #cboxContent #cboxLoadedContent {
    background-color: #fff;
    position: relative; }

#timetableSelectedLabel {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle; }

.frame {
  width: 100%;
  padding: 0;
  background-color: #eee; }

.frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none; }

.fc-event-row-header {
  display: none !important; }

.hidden {
  display: none; }

.timetable-print {
  position: absolute;
  background-color: #fff;
  padding: 2px;
  box-sizing: border-box;
  left: 15px;
  right: 15px;
  margin: 15px 0; }
  .timetable-print dl {
    box-sizing: border-box;
    margin-bottom: 0;
    border: 1px solid #bec3ca; }
    .timetable-print dl:after {
      display: block;
      content: "";
      clear: both; }
    .timetable-print dl dt {
      letter-spacing: 0;
      display: block;
      vertical-align: middle;
      color: #70330e;
      font-weight: bold;
      font-size: 14px;
      padding: 2px;
      border-bottom: 1px solid #bebebe;
      text-align: center; }
    .timetable-print dl dd {
      float: left;
      letter-spacing: 0;
      font-size: 12px;
      display: block;
      vertical-align: middle;
      height: 21px;
      text-align: center;
      width: 50%; }
      .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-switch {
  margin-bottom: 27px;
  margin-left: 6px;
  margin-right: 6px;
  letter-spacing: -0.4em; }
  .timetable-switch > li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    width: 50%;
    box-sizing: border-box;
    letter-spacing: 0; }
    .timetable-switch > li a {
      display: block;
      height: 40px;
      border-radius: 20px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      font-weight: bold;
      font-size: 14px; }
      .timetable-switch > li a span {
        display: inline-block;
        width: 40px;
        height: 15px;
        font-size: 8px;
        line-height: 15px;
        background-color: #fff;
        border-radius: 8px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 11px; }
  .timetable-switch .day1 {
    background-color: #0c3765;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1b1c3+0,8a9eb5+1,5d7998+3,3d5f84+4,3d5f84+30,365a80+38,103a67+66,0c3765+71,0c3765+96,0a2e55+97,061e36+99,051628+100 */
    background: #a1b1c3;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1b1c3 0%, #8a9eb5 1%, #5d7998 3%, #3d5f84 4%, #3d5f84 30%, #365a80 38%, #103a67 66%, #0c3765 71%, #0c3765 96%, #0a2e55 97%, #061e36 99%, #051628 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1b1c3 0%, #8a9eb5 1%, #5d7998 3%, #3d5f84 4%, #3d5f84 30%, #365a80 38%, #103a67 66%, #0c3765 71%, #0c3765 96%, #0a2e55 97%, #061e36 99%, #051628 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1b1c3', endColorstr='#051628',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0 0 1.5px 0.5px rgba(0, 0, 0, .6); }
    .timetable-switch .day1 span {
      color: #0c3765; }
    .timetable-switch .day1.active {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07213d+0,082646+1,0c325c+3,0d3866+4,17406c+29,31567d+72,3d5f84+100 */
      background: #07213d;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #07213d 0%, #082646 1%, #0c325c 3%, #0d3866 4%, #17406c 29%, #31567d 72%, #3d5f84 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #07213d 0%, #082646 1%, #0c325c 3%, #0d3866 4%, #17406c 29%, #31567d 72%, #3d5f84 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07213d', endColorstr='#3d5f84',GradientType=0 );
      /* IE6-9 */ }
  .timetable-switch .day2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3baba+0,f1a9a9+1,eb8888+3,e77171+4,e77171+32,e66d6d+38,e25656+59,e14f4f+68,e14e4e+96,be4242+97,792a2a+99,5a1f1f+100 */
    background: #f3baba;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3baba 0%, #f1a9a9 1%, #eb8888 3%, #e77171 4%, #e77171 32%, #e66d6d 38%, #e25656 59%, #e14f4f 68%, #e14e4e 96%, #be4242 97%, #792a2a 99%, #5a1f1f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3baba 0%, #f1a9a9 1%, #eb8888 3%, #e77171 4%, #e77171 32%, #e66d6d 38%, #e25656 59%, #e14f4f 68%, #e14e4e 96%, #be4242 97%, #792a2a 99%, #5a1f1f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3baba', endColorstr='#5a1f1f',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0 0 1.5px 0.5px rgba(0, 0, 0, .6); }
    .timetable-switch .day2 span {
      color: #ef344d; }
    .timetable-switch .day2.active {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#872f2f+0,9b3636+1,ca4747+3,e14f4f+4,e35858+34,e66d6d+82,e77171+100 */
      background: #872f2f;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #872f2f 0%, #9b3636 1%, #ca4747 3%, #e14f4f 4%, #e35858 34%, #e66d6d 82%, #e77171 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #872f2f 0%, #9b3636 1%, #ca4747 3%, #e14f4f 4%, #e35858 34%, #e66d6d 82%, #e77171 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#872f2f', endColorstr='#e77171',GradientType=0 );
      /* IE6-9 */ }

@font-face {
  font-family: 'DSEG7ModernBoldItalic';
  src: url("../fonts/DSEG7Modern-BoldItalic.woff") format("woff"); }

#theday {
  position: relative; }
  #theday .sns-01 {
    margin-bottom: 65px; }
  #theday > * {
    position: relative;
    z-index: 10; }
  #theday > #bg-sky {
    position: absolute;
    width: 100%;
    height: 1265px;
    bottom: 0;
    z-index: 0;
    background: #5374bf url(../images/theday/bg_sky.png) 0 0 no-repeat;
    background-size: 100% auto; }
  #theday > #bg-theday {
    position: absolute;
    width: 100%;
    top: -50px;
    height: 878px;
    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: 215px; }
  #theday #score-text {
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -140px;
    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: 9px;
      top: 17px;
      letter-spacing: -0.03em; }
  #theday #score-fukidashi {
    position: absolute;
    left: 0;
    margin-top: 188px;
    z-index: 110;
    width: 100%; }
    #theday #score-fukidashi > img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      width: 100%;
      height: auto; }
    #theday #score-fukidashi a {
      position: absolute;
      display: block;
      right: 1.5%;
      top: 50%;
      margin-top: -10px;
      text-align: right;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #theday #score-fukidashi a > img {
        width: auto;
        height: 28px; }
      #theday #score-fukidashi a:hover {
        opacity: 0.8; }
  #theday #score-red {
    position: relative;
    float: left;
    width: 50%;
    height: 215px;
    background: url(../images/theday/bg_score_red.png) 100% 0 no-repeat;
    background-size: auto 215px; }
    #theday #score-red p {
      opacity: 0;
      position: absolute;
      font-family: 'DSEG7ModernBoldItalic';
      font-size: 29px;
      right: 15px;
      top: 85px;
      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;
      top: 128px;
      right: 48px;
      content: "";
      display: block;
      width: 93px;
      height: 67px;
      background: url(../images/theday/flag_superiority_red.png) 100% 0 no-repeat;
      background-size: 100% auto;
      z-index: 100; }
    #theday #score-red.day1win:before {
      position: absolute;
      top: 122px;
      right: 0;
      margin-right: -148px;
      content: "";
      display: block;
      width: 296px;
      height: 67px;
      background: url(../images/theday/flag_win_red_day1.png) 100% 0 no-repeat;
      background-size: 100% auto;
      z-index: 100; }
    #theday #score-red.day2win:before {
      position: absolute;
      top: 122px;
      right: 42px;
      content: "";
      display: block;
      width: 102px;
      height: 67px;
      background: url(../images/theday/flag_win_red_day2.png) 100% 0 no-repeat;
      background-size: 100% auto;
      z-index: 100; }
  #theday #score-blue {
    float: left;
    width: 50%;
    height: 215px;
    background: url(../images/theday/bg_score_blue.png) 0 0 no-repeat;
    background-size: auto 215px;
    position: relative; }
    #theday #score-blue p {
      opacity: 0;
      position: absolute;
      font-family: 'DSEG7ModernBoldItalic';
      font-size: 29px;
      left: 18px;
      top: 85px;
      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;
      top: 128px;
      left: 48px;
      content: "";
      display: block;
      width: 93px;
      height: 67px;
      background: url(../images/theday/flag_superiority_blue.png) 100% 0 no-repeat;
      background-size: 100% auto;
      z-index: 100; }
    #theday #score-blue.day1win:before {
      position: absolute;
      top: 122px;
      left: 0;
      margin-left: -148px;
      content: "";
      display: block;
      width: 296px;
      height: 67px;
      background: url(../images/theday/flag_win_blue_day1.png) 100% 0 no-repeat;
      background-size: 100% auto;
      z-index: 100; }
    #theday #score-blue.day2win:before {
      position: absolute;
      top: 122px;
      left: 42px;
      content: "";
      display: block;
      width: 102px;
      height: 67px;
      background: url(../images/theday/flag_win_blue_day2.png) 100% 0 no-repeat;
      background-size: 100% auto;
      z-index: 100; }

#live-area {
  position: relative;
  padding-top: 50px;
  position: relative;
  z-index: 108;
  letter-spacing: -0.4em;
  text-align: center;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px; }

#live-area-left {
  position: absolute;
  left: -18px;
  margin-top: 84px; }

#live-area-right {
  letter-spacing: -0.4em;
  white-space: nowrap; }
  #live-area-right > img, #live-area-right a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: auto; }
    #live-area-right > img img, #live-area-right a img {
      max-width: 100%;
      height: auto;
      margin-top: 2px; }

#live-area-center {
  letter-spacing: 0; }
  #live-area-center > h2 {
    position: relative;
    background-color: #ff0022;
    color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 1px; }
    #live-area-center > h2 span {
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -7px;
      width: 40px;
      height: 15px;
      line-height: 15px;
      padding-top: 1px;
      background-color: white;
      color: #ff0022;
      font-weight: bold;
      font-size: 11px;
      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-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: 14px;
    font-weight: bold;
    margin-bottom: 11px; }

#info-area {
  position: relative;
  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: 23px;
  margin-left: 10px;
  margin-right: 10px; }
  #info-area:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #info-area > h2 {
    font-size: 14px;
    background-color: #ff001b;
    text-align: center; }
    #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: 10px 14px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #ff001b;
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    line-height: 1.45; }

#bnr-area {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; }

#bnr-area-list {
  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: 8px; }
  #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: 8px; }
  #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 img {
      width: 100%;
      height: auto; }
    #bnr-area-list a:hover {
      opacity: 0.8; }

#btn-top {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 324px;
  margin-left: 10px;
  margin-right: 10px; }
  #btn-top > a {
    position: relative;
    top: -20px;
    display: inline-block; }
    #btn-top > a img {
      -webkit-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out;
      max-width: 100%;
      height: auto; }
    #btn-top > a:hover img {
      opacity: 0.8; }

body {
  font-size: 12px;
  line-height: 1.75;
  width: 100%;
  background-color: #fff; }

ul {
  list-style: none; }

a {
  color: #d8383c; }


/*
 * 枠ツクール用
 */

#live-area-center-mov { 
    padding: 0;
    width: 100%;
    height: 191px;
    background: url(/2017/common/images/theday/comingsoon_movie.jpg) no-repeat center;
    background-size:cover;
}





