/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, tt, var,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;

    font-family: inherit;

    font-size: 100%;

    font-style: inherit;

    font-weight: inherit;

    margin: 0;

    outline: 0;

    padding: 0;

    vertical-align: baseline;

}

:focus { /* remember to define focus styles! */
    outline: 0;

}

body {
    background: #fff;

    line-height: 1;

}

ol, ul {
    list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";

}

blockquote, q {
    quotes: "" "";

}

a img {
    border: 0;

}

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

}

*:after {
    display: block;
    clear: both;
}

body {
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 1.8em;
}

p {
    margin: 12px 0;
    font-size: 1em;
}

p.indent {
    margin: 12px 20px;
    font-size: 1em;
}

a, a:focus, a:link, a:active {
    color: #f90;
}

/*
for bootstrap btn
 */
a.btn, a.btn:focus, a.btn:link, a.btn:active {
    color: #fff;
}

a:hover {
    color: #ff0;
}

strong {
    font-weight: bold;
    color: #ccc;
}

blockquote {
    font-size: 0.8em;
    line-height: 1.8em;
    margin: 10px;
}

.belongs {
    font-size: 0.5em;
}

.info h1 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 2.3em
}

.info h2 {
    margin: 15px 0;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.8em
}

h3 {
    margin: 15px 0;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5em
}

h4 {
    margin: 20px 0 5px;
    line-height: 1.5em;
    padding: 3px 5px;
    border-bottom: 1px solid #f90;
    letter-spacing: 0.5em;
    color: #f90;
}

h5 {
    font-size: 0.8em;
    margin: 30px 0 15px;
    line-height: 1.5em;
    padding: 3px 5px;
    border-bottom: 1px solid #f90;
    color: #f90;
}

h6 {
    font-weight: bold;
    margin: 15px 0;
    line-height: 1.5em;
}

.home h1 {
    position: absolute;
    top: -1000px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #ccc;
}

#header {
    background: #222 url(../../images/gradation.png) center -20px repeat-x;
    height: 35px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 10px #221;
    z-index: 10000;
}

@media screen and (max-width: 480px) {
    #header {
        height: 70px;
    }
}

#top-image {
    position: absolute;
    width: 400px;
    height: 470px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -235px;
    text-align: center;
}

#top-image img {
    box-shadow: 0px 0px 30px #fff;
    border-radius: 10px;
}

#top-image span a {
}

.top .footer {
    display: none;
}

#site-title, #site-descript {
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 0.5em;
    padding: 0;
}

#site-title a {
    display: block;
    text-decoration: none;
    font-size: 0.7em;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #fff;
}

#site-descript {
    display: none;
    font-size: 0.8em;
}

.main-menu {
    z-index: 10000;
    position: relative;

}

.info .main-menu ul {
    float: left;
    height: 35px;
    padding-left: 0.5em;
}

.info .main-menu ul li {
    display: inline;
    margin-left: 0.5em;
    line-height: 35px;
}

.info .main-menu ul li a {
    text-decoration: none;
}

#home-menu {
    margin-top: 670px;
}

#home-menu li {
    display: inline;
    margin-right: 1em;
    font-size: 1.3em;
}

li a.current {
    border-bottom: 2px solid #fff;
}

#container {
    color: #fff;
    width: 800px;
    text-align: left;
    margin: 35px auto 0;
    padding: 20px;
}

body.info {
    background: #333;
    z-index: 1;
    position: relative;
}

.home #container {
    position: absolute;
    width: 800px;
    height: 700px;
    background: #333 url(../../images/urasuji_chouai_main.jpg) no-repeat center top;
    text-align: center;
    left: 50%;
    margin-left: -400px;
}

.home li#menu-info a {
    display: block;
    text-indent: -3000px;
    text-decoration: none;
    height: 40px;
    position: absolute;
    top: 380px;
    left: 0px;
    width: 160px;
    background: url(../../images/urasuji_chouai_info.png) no-repeat left top;
}

.home li#menu-blog a {
    display: block;
    text-indent: -3000px;
    text-decoration: none;
    height: 40px;
    position: absolute;
    top: 380px;
    right: 0px;
    width: 230px;
    background: url(../../images/urasuji_chouai_blog.png) no-repeat right top;
}

.home li#menu-sale a {
    display: block;
    text-indent: 0;
    top: 700px;
}

.home li#menu-info a:hover {
    background: url(../../images/urasuji_chouai_info-over.png) no-repeat left top;
    left: 2px;
}

.home li#menu-blog a:hover {
    background: url(../../images/urasuji_chouai_blog-over.png) no-repeat left top;
}

.img-border-shadow {
    border: 1px solid #444;
    box-shadow: 0 0 3px 3px #303030;
}

img.getty_link {
    float: left;
    margin-right: 10px;
}

img.qr_code {
    float: right;
}

.ticket_link {
    font-size: 0.7em;
    line-height: 25px;
}

img.tirashi {
    float: right;
    margin-top: 20px;
}

.staff p {
    font-size: 0.85em;
}

table.timetable {
    font-size: 0.8em;
    line-height: 1.3em;
    width: 100%;
    text-align: center;
    margin: 12px 0 6px;
}

.timetable th {
    border-bottom: 1px solid #999;
    text-align: center;
}

.timetable td {
    border-top: 1px solid #ddd;
    text-align: center;
    color: #f90;
    font-size: 1.3em;
    padding: 10px;
}

.timetable td.time {
    color: #eee;
    font-size: 1.15em;
}

.footer {
    margin: 1em;
    font-size: 0.5em;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.border-box {
    border: 1px solid #aaa;
    margin: 1.25em 0;
    padding: 0.5em 1em;
    line-height: 1.6;
    border-radius: 4px;
}