@charset "UTF-8";
*, body, div, html {
    margin: 0;
    padding: 0
}

body, header, html {
    width: 100%;
    background: #fff
}

#wrapper, header, img {
    height: auto
}

#wrapper, nav {
    top: 0;
    left: 0
}

#nav1, #nav2 {
    height: 40px
}

footer p, section {
    text-align: center
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

ol, ul {
    list-style: none
}

a, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 400
}

img {
    vertical-align: middle;
    max-width: 100%
}

a img, iframe, img {
    border: none
}

body, html {
    zoom: 1;
    position: relative;
    height: 100%;
    color: #000;
    letter-spacing: -.1px;
    min-width: 600px;
    font-size: 62.5%;
    line-height: 1.4;
    font-family: "Mplus 1p", sans-serif;
    -webkit-text-size-adjust: 100%
}

.clearfix:after {
    content: "";
    clear: both;
    display: block
}

#wrapper {
    position: relative;
    width: 100%
}

header {
    position: fixed;
    top: 0;
    z-index: 100
}

header #header_inner {
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: auto
}

nav {
    position: absolute;
    width: 600px;
    height: 116px;
    background: url(images/nav_bg.jpg) no-repeat;
    border-bottom: solid 2px #fff
}

#nav1 {
    position: relative;
    margin: 17px auto 8px;
    width: 500px
}

#nav2 {
    position: relative;
    margin: 0 auto;
    width: 560px
}

#nav1, #nav2 {
    clear: both;
    overflow: hidden
}

.nav[data-name=home] {
    position: relative;
    width: 69px;
    height: 26px;
    background: url(images/nav_home.png) no-repeat
}

.nav[data-name=introduction] {
    position: relative;
    width: 166px;
    height: 26px;
    background: url(images/nav_introduction.png) no-repeat
}

.nav[data-name=game] {
    position: relative;
    width: 104px;
    height: 26px;
    background: url(images/nav_game.png) no-repeat
}

.nav[data-name=event] {
    position: relative;
    width: 117px;
    height: 26px;
    background: url(images/nav_event.png) no-repeat
}

.nav[data-name=ticket] {
    position: relative;
    width: 116px;
    height: 26px;
    background: url(images/nav_ticket.png) no-repeat
}

.nav[data-name=goods] {
    position: relative;
    width: 61px;
    height: 26px;
    background: url(images/nav_goods.png) no-repeat
}

.nav[data-name=notice] {
    position: relative;
    width: 86px;
    height: 26px;
    background: url(images/nav_notice.png) no-repeat
}

.nav[data-name=question] {
    position: relative;
    width: 117px;
    height: 26px;
    background: url(images/nav_question.png) no-repeat
}

.nav[data-name=contact] {
    position: relative;
    width: 125px;
    height: 26px;
    background: url(images/nav_contact.png) no-repeat
}

nav .nav {
    margin: 2px 0 0;
    float: left;
    cursor: pointer
}

.nav[data-name=question], .nav[data-name=contact], .nav[data-name=introduction], .nav[data-name=game], .nav[data-name=event], .nav[data-name=goods], .nav[data-name=notice] {
    margin: 2px 0 0 13px
}

#contents, .hr {
    margin: 0 auto
}

.nav[data-name] a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block
}

#contents, .hr, footer {
    width: 600px
}

.nav[data-name=question]:after, .nav[data-name=contact]:after, .nav[data-name=introduction]:after, .nav[data-name=game]:after, .nav[data-name=event]:after, .nav[data-name=goods]:after, .nav[data-name=notice]:after {
    position: absolute;
    top: -2px;
    left: -10px;
    content: url(images/nav_line.png)
}

#contents, .answer_button, .hr, footer, section {
    position: relative
}

#contents {
    padding: 116px 0 0;
    height: auto
}

section {
    width: 100%;
    height: auto
}

.inner {
    padding: 45px 0
}

.hr {
    height: 3px;
    background: url(images/hr.jpg) no-repeat
}

.answer_button {
    margin: 5px auto 40px;
    display: block
}

footer {
    margin: 0 auto;
    padding: 60px 0 80px;
    height: auto;
    background: #805821
}

footer p {
    font-size: 24px;
    line-height: 40px;
    color: #fff
}