@charset "utf-8";

/* CSS Document */


/* apply a natural box layout model to all elements */

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

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

sup {
    font-size: 20px;
    color: #fff;
}

a {
    display: block;
    text-decoration: none;
}

#bg_exit {
    position: absolute;
    width: 300px;
    height: 600px;
}

#stage {
    position: absolute;
    width: 300px;
    height: 600px;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 18px;
    z-index: 3050;
    overflow: hidden;
    border: 1px #000000 solid;
    background: #ffffff;
}

#border {
    z-index: 999999;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.bg {
    width: 300px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 600px;
}

.hide {
    opacity: 0;
}

.copy1 {
    position: absolute;
    width: 300px;
    height: 50px;
    text-align: center;
    font-family: 'Gotham-Book';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 4px;
    color: #ffffff;
    top: 37px;
    /**40**/
    z-index: 1000;
    line-height: 20px;
}

