/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  text-rendering: optimizeLegibility; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* customized with centered classes
*
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
.container {
  transition: all .2s linear; }

/* Grid
================================================== */
/* centered columns */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
/* Custom mixins & Placeholders */
/* Typography
----------------------------------------- */
* {
  box-sizing: border-box; }

html,
button,
input,
select,
textarea {
  color: #1f1f1f; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font: 15px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1f1f1f;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.125em;
  margin: 0 0 .675em 0;
  font-family: "Helvetica", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.26667em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.4em; }

h6 {
  font-size: 1.2em; }

a {
  text-decoration: none; }
  a:hover {
    color: #444; }

p {
  margin-bottom: 1em; }

small, .small {
  font-size: 0.750em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.center {
  text-align: center; }

div#header {
  background-image: url(../img/at-logo2.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 1px;
  line-height: 1;
  color: white;
  height: 0;
  width: 80px;
  padding: 80px 0 0 0;
  overflow: hidden;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100; }
  @media screen and (max-width: 720px) {
    div#header {
      position: fixed;
      top: 0px;
      left: 0px;
      height: 0;
      width: 100%;
      padding: 44px 0 0 0;
      background-color: #dedede;
      background-size: 38px;
      background-position: 3px 3px; } }
  div#header .navmenu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: black;
    background-color: #c5c5c5;
    width: 44px;
    height: 44px;
    text-align: center;
    padding-top: 12px; }
    @media screen and (max-width: 720px) {
      div#header .navmenu {
        display: block; } }

div#nav {
  position: fixed;
  top: 130px;
  left: 20px;
  width: 150px;
  z-index: 100; }
  @media screen and (max-width: 720px) {
    div#nav {
      display: none;
      position: fixed;
      top: 44px;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #dedede;
      background-color: white; } }
  div#nav ul.gnav {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1;
    font-size: 16px; }
    @media screen and (max-width: 720px) {
      div#nav ul.gnav {
        margin: 0 0; } }
    div#nav ul.gnav li a {
      font-family: "din-condensed-web",sans-serif;
      display: block;
      width: 100%;
      padding: 0.3em 0;
      color: black;
      -moz-transition: width 0.2s linear 0;
      -webkit-transition: width 0.2s linear 0;
      transition: all 0.2s linear 0; }
      div#nav ul.gnav li a:hover {
        background-color: black;
        color: white;
        padding: 0.3em; }
      @media screen and (max-width: 720px) {
        div#nav ul.gnav li a {
          padding: 0.8em;
          transition: all 0s linear 0; }
          div#nav ul.gnav li a:hover {
            background-color: #dedede;
            color: black;
            padding: 0.8em; } }
  div#nav p.note {
    font-size: 11px; }
  div#nav #tf {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 100; }
    @media screen and (max-width: 720px) {
      div#nav #tf {
        display: none; } }
    div#nav #tf a {
      display: block;
      padding: 20px; }
      div#nav #tf a:hover {
        background-color: #dedede; }
  @media screen and (max-width: 720px) {
    div#nav .ninja_onebutton {
      display: none; } }

#livevideo p {
  font-family: "din-condensed-web",sans-serif;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #dedede;
  margin: 0 0 8px 0;
  cursor: pointer;
  border-radius: 2px; }
  #livevideo p:hover {
    background-color: #dedede; }
  #livevideo p.off {
    border: 1px solid #dedede;
    background-color: white;
    color: #dedede; }
    #livevideo p.off:hover {
      background-color: #f8f8f8; }
  #livevideo p.start {
    border: none;
    background-color: #e60012;
    color: white; }
    #livevideo p.start:hover {
      background-color: #b3000e; }
  #livevideo p.close {
    border: 1px solid #dedede;
    background-color: white;
    color: black; }
    #livevideo p.close:hover {
      background-color: #b3000e; }
  @media screen and (max-width: 720px) {
    #livevideo p {
      line-height: 1;
      margin: 0 0;
      display: block;
      padding: 0.8em;
      border: none;
      border-bottom: 1px solid #dedede; } }

#fbevent p {
  font-family: "din-condensed-web",sans-serif;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #dedede;
  cursor: pointer;
  margin: 0 0 8px 0;
  border-radius: 2px; }
  #fbevent p:hover {
    background-color: #dedede; }
  #fbevent p a {
    color: black; }
  @media screen and (max-width: 720px) {
    #fbevent p {
      line-height: 1;
      margin: 0 0;
      display: block;
      padding: 0.8em;
      border: none;
      border-bottom: 1px solid #dedede; } }

#lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1; }
  #lang ul:after {
    clear: both; }
  #lang ul:before, #lang ul:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #lang ul li {
    float: left;
    margin-right: 2px; }
    @media screen and (max-width: 720px) {
      #lang ul li {
        margin-right: 0;
        width: 50%; } }
    #lang ul li a {
      color: black;
      display: block;
      font-family: "din-condensed-web",sans-serif;
      padding: 0.3em 0.8em;
      border: 1px solid #dedede;
      cursor: pointer;
      margin: 0 0 8px 0;
      border-radius: 2px; }
      #lang ul li a:hover {
        background-color: #dedede; }
      @media screen and (max-width: 720px) {
        #lang ul li a {
          line-height: 1;
          text-align: center;
          margin: 0 0;
          display: block;
          padding: 0.8em;
          border: none;
          border-bottom: 1px solid #dedede;
          border-right: 1px solid #dedede; } }

.section {
  padding: 0 0 50px 170px;
  font-size: 14px;
  font-weight: normal;
  color: black;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .section {
      padding: 0 0 25px 170px; } }
  @media screen and (max-width: 720px) {
    .section {
      padding: 0 0 25px 0; } }
  .section h2 {
    font-family: "din-condensed-web",sans-serif;
    font-size: 46px;
    margin: 0 0 30px 0; }
  .section dt {
    float: left; }
  .section a {
    color: black; }

#top {
  text-align: center; }
  #top .sec-iner {
    padding: 0 0 0 100px; }
    @media screen and (max-width: 720px) {
      #top .sec-iner {
        padding: 44px 0 0 40px; } }

#mianv, #title, #date {
  margin: 0;
  width: 100%; }

#mianv {
  margin: 0 0 60px 0; }

#title {
  margin: 0 0 20px 0; }

#about {
  min-height: 334px; }

#about {
  padding-right: 400px; }
  @media screen and (max-width: 1000px) {
    #about {
      padding-right: 0px; } }
  @media screen and (max-width: 720px) {
    #about .sec-iner {
      padding: 0 40px 0 40px; } }
  #about .imagemap {
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: -1; }
    @media screen and (max-width: 1000px) {
      #about .imagemap {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        margin-bottom: 30px; } }
  #about .column {
    background-color: rgba(255, 255, 255, 0.8); }
    #about .column .figure {
      position: relative; }
      #about .column .figure img {
        display: block;
        margin: 30px auto 0;
        width: 85%; }
      #about .column .figure .caption {
        font-size: 12px;
        position: absolute;
        bottom: 60px;
        left: 50px; }
  #about .detail {
    border: 1px solid black;
    padding: 1em;
    font-size: 13px; }
  #about dl.event-info {
    padding: 15px 0;
    margin: 40px 0; }
    #about dl.event-info dt {
      width: 4em;
      margin: 0 0 1em 0;
      line-height: 1.5em; }
    #about dl.event-info dd {
      margin: 0 0 1em 4em;
      line-height: 1.5em; }
      #about dl.event-info dd p {
        line-height: 1.5em;
        margin: 0; }
      #about dl.event-info dd ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #about dl.event-info dd ul li {
          line-height: 1.5em;
          margin: 0; }

#program {
  zoom: 1; }
  #program:after {
    clear: both; }
  #program:before, #program:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #program .sec-iner {
    padding: 0 24px 0 84px; }
    @media screen and (max-width: 720px) {
      #program .sec-iner {
        padding: 0 40px 0 40px; } }
  #program h2 {
    padding: 0 0 0 16px; }
    @media screen and (max-width: 720px) {
      #program h2 {
        padding: 0; } }
  #program .column {
    background-color: rgba(255, 255, 255, 0.8); }
  #program img.ts {
    width: 100%;
    margin-bottom: 40px; }
  #program .program {
    margin-bottom: 48px;
    padding: 0 16px;
    width: 50%;
    box-sizing: border-box; }
    @media screen and (max-width: 720px) {
      #program .program {
        width: 100%;
        margin-bottom: 20px;
        padding: 0; } }
    #program .program .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 0; }
      #program .program .title span {
        display: inline-block;
        font-family: "din-condensed-web",sans-serif;
        background-color: black;
        padding: 3px 10px 3px 15px;
        margin-right: 0.5em;
        margin-top: -3px;
        color: white;
        font-size: 12px;
        letter-spacing: 0.3em;
        box-sizing: border-box; }
        @media screen and (max-width: 720px) {
          #program .program .title span {
            display: block;
            width: min-intrinsic;
            margin: 0 0 8px 0; } }
    #program .program .detail {
      margin-top: 0; }
    #program .program .note {
      font-size: 12px; }

#space {
  zoom: 1; }
  #space:after {
    clear: both; }
  #space:before, #space:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #space .sec-iner {
    padding: 0 24px 0 84px; }
    @media screen and (max-width: 720px) {
      #space .sec-iner {
        padding: 0 40px 0 40px; } }
  #space h2 {
    padding: 0 0 0 16px; }
    @media screen and (max-width: 720px) {
      #space h2 {
        padding: 0; } }
  #space .column {
    background-color: rgba(255, 255, 255, 0.8); }
  #space .space {
    margin-bottom: 48px;
    padding: 0 16px 0 156px;
    width: 50%;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 910px) {
      #space .space {
        width: 100%; } }
    @media screen and (max-width: 720px) {
      #space .space {
        width: 100%;
        padding: 0 0 0 0px; } }
    #space .space .spacelogo {
      position: absolute;
      top: 0;
      left: 16px; }
      @media screen and (max-width: 720px) {
        #space .space .spacelogo {
          left: 0;
          position: relative;
          margin-bottom: 20px; } }
      #space .space .spacelogo.totatoga {
        width: 120px; }
    #space .space .name {
      font-size: 16px;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0.5em; }
      #space .space .name span {
        display: inline-block;
        font-family: "din-condensed-web",sans-serif;
        background-color: black;
        padding: 3px 10px 3px 15px;
        margin-right: 0.5em;
        margin-top: -3px;
        color: white;
        font-size: 12px;
        letter-spacing: 0.3em;
        box-sizing: border-box; }
    #space .space .detail {
      margin: 0 0 0.5em 0; }
    #space .space .link {
      font-size: 12px;
      margin: 0 0 0.5em 0; }
      #space .space .link a {
        background-color: black;
        display: inline-block;
        padding: 5px 15px;
        color: white; }
        #space .space .link a:hover {
          background-color: #4d4d4d; }

#artist {
  zoom: 1; }
  #artist:after {
    clear: both; }
  #artist:before, #artist:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #artist .sec-iner {
    padding: 0 24px 0 84px; }
    @media screen and (max-width: 720px) {
      #artist .sec-iner {
        padding: 0 40px 0 40px; } }
  #artist h2 {
    padding: 0 0 0 16px; }
    @media screen and (max-width: 720px) {
      #artist h2 {
        padding: 0; } }
  #artist .column {
    background-color: rgba(255, 255, 255, 0.8); }
  #artist .artist {
    margin-bottom: 80px;
    padding: 0 16px 0 156px;
    position: relative;
    width: 50%;
    box-sizing: border-box; }
    @media screen and (max-width: 910px) {
      #artist .artist {
        width: 100%; } }
    @media screen and (max-width: 720px) {
      #artist .artist {
        width: 100%;
        padding: 0 0 0 0; } }
    #artist .artist .artistlogo {
      position: absolute;
      top: 0;
      left: 16px; }
      @media screen and (max-width: 720px) {
        #artist .artist .artistlogo {
          left: 0;
          position: relative;
          margin-bottom: 20px; } }
    #artist .artist .name {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0.5em; }
      #artist .artist .name span {
        display: inline-block;
        font-family: "din-condensed-web",sans-serif;
        background-color: black;
        padding: 3px 10px 3px 15px;
        margin-right: 0.5em;
        margin-top: -3px;
        color: white;
        font-size: 12px;
        letter-spacing: 0.3em;
        box-sizing: border-box; }
    #artist .artist .detail {
      margin: 0 0 0.5em 0; }
    #artist .artist .link {
      font-size: 12px;
      margin: 0 0 0.5em 0; }
      #artist .artist .link a {
        background-color: black;
        display: inline-block;
        padding: 5px 15px;
        color: white; }
        #artist .artist .link a:hover {
          background-color: #4d4d4d; }

#mc {
  zoom: 1; }
  #mc:after {
    clear: both; }
  #mc:before, #mc:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #mc .sec-iner {
    padding: 0 24px 0 84px; }
    @media screen and (max-width: 720px) {
      #mc .sec-iner {
        padding: 0 40px 0 40px; } }
  #mc h2 {
    padding: 0 0 0 16px; }
    @media screen and (max-width: 720px) {
      #mc h2 {
        padding: 0; } }
  #mc .column {
    background-color: rgba(255, 255, 255, 0.8); }
  #mc .mc {
    margin-bottom: 80px;
    padding: 0 16px;
    width: 50%;
    box-sizing: border-box; }
    @media screen and (max-width: 720px) {
      #mc .mc {
        width: 100%;
        padding: 0; } }
    #mc .mc .name {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0.5em; }
      #mc .mc .name span {
        display: inline-block;
        font-family: "din-condensed-web",sans-serif;
        background-color: black;
        padding: 3px 10px 3px 15px;
        margin-right: 0.5em;
        margin-top: -3px;
        color: white;
        font-size: 12px;
        letter-spacing: 0.3em;
        box-sizing: border-box; }
    #mc .mc .detail {
      margin: 0 0 0.5em 0; }
    #mc .mc .link {
      font-size: 12px;
      margin: 0 0 0.5em 0; }
      #mc .mc .link a {
        background-color: black;
        display: inline-block;
        padding: 5px 15px;
        color: white; }
        #mc .mc .link a:hover {
          background-color: #4d4d4d; }

#food {
  zoom: 1; }
  #food:after {
    clear: both; }
  #food:before, #food:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #food .sec-iner {
    padding: 0 24px 0 84px; }
    @media screen and (max-width: 720px) {
      #food .sec-iner {
        padding: 0 40px 0 40px; } }
  #food h2 {
    padding: 0 0 0 16px; }
    @media screen and (max-width: 720px) {
      #food h2 {
        padding: 0; } }
  #food .column {
    margin-bottom: 80px;
    zoom: 1; }
    #food .column:after {
      clear: both; }
    #food .column:before, #food .column:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
  #food .food {
    padding: 0 16px;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    float: left; }
    @media screen and (max-width: 720px) {
      #food .food {
        width: 100%;
        float: none; } }
    #food .food.gam {
      padding: 0 16px 0 16px; }
      @media screen and (max-width: 720px) {
        #food .food.gam {
          padding: 0; } }
    #food .food .image {
      /*
      			position: absolute;
      			top: 60px;
      			right: -50px;
      			z-index: -1;
      */
      width: 100%;
      max-width: 300px; }
      @media screen and (max-width: 720px) {
        #food .food .image {
          /*
          				position: relative;
          				top: 0;
          				right: 0;
          				z-index: 0;
          */
          width: 100%;
          max-width: none; } }
    #food .food .name {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0.5em; }
      #food .food .name span {
        display: inline-block;
        font-family: "din-condensed-web",sans-serif;
        background-color: black;
        padding: 3px 10px 3px 15px;
        margin-right: 0.5em;
        margin-top: -3px;
        color: white;
        font-size: 12px;
        letter-spacing: 0.3em;
        box-sizing: border-box; }
    #food .food .detail {
      margin: 0 0 0.5em 0; }
    #food .food .link {
      font-size: 12px;
      margin: 0 0 0.5em 0; }
      #food .food .link a {
        background-color: black;
        display: inline-block;
        padding: 5px 15px;
        color: white; }
        #food .food .link a:hover {
          background-color: #4d4d4d; }

@media screen and (max-width: 720px) {
  #staff .sec-iner {
    padding: 0 40px 0 40px; } }
#staff .column {
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.8); }
#staff dl.staff-list {
  padding: 0;
  margin: 0; }
  #staff dl.staff-list dt {
    margin: 0 1em 1em 0;
    line-height: 1.5em;
    font-weight: bold; }
    @media screen and (max-width: 720px) {
      #staff dl.staff-list dt {
        float: none;
        margin: 0 1em 0 0; } }
  #staff dl.staff-list dd {
    margin: 0 0 1em 4em;
    line-height: 1.5em; }
    @media screen and (max-width: 720px) {
      #staff dl.staff-list dd {
        float: none;
        margin: 0 0 1em 0; } }
    #staff dl.staff-list dd p {
      line-height: 1.5em;
      margin: 0; }
    #staff dl.staff-list dd ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #staff dl.staff-list dd ul li {
        line-height: 1.5em;
        margin: 0; }

#info {
  padding-right: 400px; }
  @media screen and (max-width: 1000px) {
    #info {
      padding-right: 0px; } }
  @media screen and (max-width: 720px) {
    #info .sec-iner {
      padding: 0 40px 0 40px; } }
  #info .imagemap {
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: -1; }
    @media screen and (max-width: 1000px) {
      #info .imagemap {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        margin-bottom: 30px; } }
  #info .column {
    background-color: rgba(255, 255, 255, 0.8); }
  #info .detail {
    border: 1px solid black;
    padding: 1em;
    font-size: 13px; }
  #info dl.event-info {
    padding: 15px 0;
    margin: 40px 0; }
    #info dl.event-info dt {
      width: 4em;
      margin: 0 0 1em 0;
      line-height: 1.5em; }
    #info dl.event-info dd {
      margin: 0 0 1em 4em;
      line-height: 1.5em; }
      #info dl.event-info dd p {
        line-height: 1.5em;
        margin: 0; }
      #info dl.event-info dd ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #info dl.event-info dd ul li {
          line-height: 1.5em;
          margin: 0; }
      #info dl.event-info dd a {
        display: inline-block;
        padding: 0.1em 0.5em;
        margin: 0 0.3em;
        background-color: #ebebeb;
        border-radius: 1px; }
        #info dl.event-info dd a:hover {
          background-color: #dedede; }

.en #info dl.event-info dt {
  width: 5em;
  margin: 0 0 1em 0;
  line-height: 1.5em; }
.en #info dl.event-info dd {
  margin: 0 0 1em 5em; }

#access .sec-iner {
  zoom: 1; }
  #access .sec-iner:after {
    clear: both; }
  #access .sec-iner:before, #access .sec-iner:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  @media screen and (max-width: 720px) {
    #access .sec-iner {
      padding: 0 40px 0 40px; } }
  #access .sec-iner .contact {
    margin-bottom: 30px; }
    #access .sec-iner .contact p {
      margin: 0; }
  #access .sec-iner .map {
    float: left;
    width: 48%; }
    @media screen and (max-width: 720px) {
      #access .sec-iner .map {
        float: none;
        width: 100%; } }
    #access .sec-iner .map .accessmap {
      display: block;
      width: 100%; }
      @media screen and (max-width: 720px) {
        #access .sec-iner .map .accessmap {
          margin: 0 auto 40px;
          width: 100%; } }
  #access .sec-iner .column {
    float: right;
    position: relative;
    padding: 0 0 0 0;
    width: 48%; }
    @media screen and (max-width: 720px) {
      #access .sec-iner .column {
        float: none;
        padding: 0;
        width: 100%; } }
    #access .sec-iner .column .cat {
      font-size: 14px;
      font-weight: bold;
      margin: 0;
      background-color: black;
      color: white;
      padding: 0.5em;
      border-radius: 2px; }
    #access .sec-iner .column p {
      margin: 0; }
    #access .sec-iner .column .station {
      margin-bottom: 25px; }
      #access .sec-iner .column .station .category {
        font-size: 13px;
        padding: 1em 0;
        border-bottom: 1px dotted #dedede;
        zoom: 1; }
        #access .sec-iner .column .station .category:after {
          clear: both; }
        #access .sec-iner .column .station .category:before, #access .sec-iner .column .station .category:after {
          content: '\0020';
          display: block;
          overflow: hidden;
          visibility: hidden;
          width: 0;
          height: 0; }
        #access .sec-iner .column .station .category .name {
          font-weight: bold;
          float: left;
          width: 5em;
          font-size: 14px; }
        #access .sec-iner .column .station .category .detail {
          margin: 0 0 0 6em; }
    #access .sec-iner .column .traffic {
      margin-bottom: 25px; }
      #access .sec-iner .column .traffic .category {
        font-size: 13px;
        padding: 1em 0;
        border-bottom: 1px dotted #dedede;
        zoom: 1; }
        #access .sec-iner .column .traffic .category:after {
          clear: both; }
        #access .sec-iner .column .traffic .category:before, #access .sec-iner .column .traffic .category:after {
          content: '\0020';
          display: block;
          overflow: hidden;
          visibility: hidden;
          width: 0;
          height: 0; }
        #access .sec-iner .column .traffic .category .name {
          font-weight: bold;
          margin: 0 0 5px 0;
          font-size: 14px; }
    #access .sec-iner .column .nearinfo .category {
      font-size: 13px;
      padding: 1em 0;
      border-bottom: 1px dotted #dedede;
      zoom: 1; }
      #access .sec-iner .column .nearinfo .category:after {
        clear: both; }
      #access .sec-iner .column .nearinfo .category:before, #access .sec-iner .column .nearinfo .category:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0; }
      #access .sec-iner .column .nearinfo .category .name {
        font-weight: bold; }

.en #access .sec-iner .column {
  width: 100%;
  float: none; }
  .en #access .sec-iner .column .map {
    margin: 1em 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    .en #access .sec-iner .column .map img.gmap {
      display: block;
      width: 100%; }
    .en #access .sec-iner .column .map span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      .en #access .sec-iner .column .map span:hover {
        border: 5px solid #929292; }
  .en #access .sec-iner .column .link {
    margin: 1em 0; }
    .en #access .sec-iner .column .link a {
      display: inline-block;
      padding: 0.8em;
      border: 1px solid #dedede;
      border-radius: 2px; }
      .en #access .sec-iner .column .link a:hover {
        background-color: #dedede; }

#footer {
  padding-bottom: 150px; }
  #footer .sec-iner {
    padding: 0 0 0 100px; }
    @media screen and (max-width: 720px) {
      #footer .sec-iner {
        padding: 0 40px 0 40px; } }
  #footer .column {
    background-color: rgba(255, 255, 255, 0.8); }
  #footer .organize {
    margin-bottom: 30px; }
    #footer .organize p {
      margin: 0;
      font-size: 12px; }
      #footer .organize p a {
        display: inline-block;
        padding: 0.1em 0.5em;
        margin: 0 0.3em;
        background-color: #ebebeb;
        border-radius: 1px; }
        #footer .organize p a:hover {
          background-color: #dedede; }
  #footer .spaces {
    margin-bottom: 40px;
    zoom: 1; }
    #footer .spaces:after {
      clear: both; }
    #footer .spaces:before, #footer .spaces:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    #footer .spaces p {
      float: left;
      margin-right: 5px; }
      #footer .spaces p a {
        display: block;
        width: 120px;
        text-align: center;
        padding: 1em;
        border: 1px solid #dedede;
        border-radius: 2px; }
        #footer .spaces p a:hover {
          background-color: #dedede; }
  #footer .ap img {
    margin-right: 50px; }
    @media screen and (max-width: 720px) {
      #footer .ap img {
        max-width: 100%; } }

html {
  height: 100%; }

body {
  height: 100%;
  background-color: white;
  position: relative; }

.sec-iner {
  padding: 0 40px 0 100px; }

#contents {
  margin: 0 0 70px 0; }

#live {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.95);
  zoom: 1; }
  #live:after {
    clear: both; }
  #live:before, #live:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #live .live-ui {
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #dedede; }
    #live .live-ui p {
      line-height: 1;
      color: white;
      display: inline-block;
      padding: 0.3em 0.8em;
      border: 1px solid #dedede;
      cursor: pointer;
      margin: 0 0;
      border-radius: 2px; }
      #live .live-ui p:hover {
        background-color: #dedede;
        color: black; }
  #live iframe#video {
    height: 100%;
    width: 80%;
    float: left; }
  #live iframe#stream {
    height: 100%;
    width: 20%;
    float: right; }

/* Helper classes
----------------------------------------- */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Print Styles
----------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }