a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,q {
    quotes: none
}

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

a img {
    border: 0
}

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

@-webkit-keyframes pulse {
    from {
        opacity: 1
    }

    to {
        opacity: .5
    }
}

@keyframes pulse {
    from {
        opacity: 1
    }

    to {
        opacity: .5
    }
}

.spin {
    width: 20px;
    height: 20px
}

.spin .bar1 {
    background: url(../img/common/loading.gif);
    margin: -5px 0 0 -5px;
    width: 30px;
    height: 30px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .spin {
        -webkit-animation: spin 1.5s linear infinite;
        -moz-animation: spin 1.5s linear infinite;
        -ms-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite
    }

    .spin div {
        width: 2px;
        height: 6px;
        background: #000;
        position: absolute;
        top: 7px;
        left: 9px
    }

    .spin .bar1 {
        width: 2px;
        height: 6px;
        background: 0 0;
        -moz-transform: rotate(0deg) translate(0,-8px);
        -webkit-transform: rotate(0deg) translate(0,-8px);
        opacity: .12
    }

    .spin .bar2 {
        -moz-transform: rotate(45deg) translate(0,-8px);
        -webkit-transform: rotate(45deg) translate(0,-8px);
        opacity: .25
    }

    .spin .bar3 {
        -moz-transform: rotate(90deg) translate(0,-8px);
        -webkit-transform: rotate(90deg) translate(0,-8px);
        opacity: .37
    }

    .spin .bar4 {
        -moz-transform: rotate(135deg) translate(0,-8px);
        -webkit-transform: rotate(135deg) translate(0,-8px);
        opacity: .5
    }

    .spin .bar5 {
        -moz-transform: rotate(180deg) translate(0,-8px);
        -webkit-transform: rotate(180deg) translate(0,-8px);
        opacity: .62
    }

    .spin .bar6 {
        -moz-transform: rotate(225deg) translate(0,-8px);
        -webkit-transform: rotate(225deg) translate(0,-8px);
        opacity: .75
    }

    .spin .bar7 {
        -moz-transform: rotate(270deg) translate(0,-8px);
        -webkit-transform: rotate(270deg) translate(0,-8px);
        opacity: .87
    }

    .spin .bar8 {
        -moz-transform: rotate(315deg) translate(0,-8px);
        -webkit-transform: rotate(315deg) translate(0,-8px);
        opacity: .95
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

html {
    height: 100%
}

body {
    height: 100%;
    font-size: 62.5%;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden
}

::selection {
    background: 0 0
}

::-moz-selection {
    background: 0 0
}

a:link {
    color: #fff;
    text-decoration: none
}

a:hover,a:visited {
    color: #fff
}

a:active {
    color: #ccc
}

a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%
}

body {
    background: #000;
    color: #282828
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

input[type=text] {
    -webkit-user-select: auto
}

:not(input) {
    -webkit-user-select: none
}

html {
    background: #000
}

body {
    opacity: 0;
    margin-top: 20px
}

.blink {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.mainImg {
    width: 640px;
    height: 480px;
    position: absolute;
}

.wrapper {
    margin: 0 auto;
    width: 1024px;
    position: relative
}

.bigImgCover,
.TranImgCover {
    width: 1024px;
    height: 698px;
    background: #000;
    display: block;
    position: absolute;
    top: 0
}
.TranImgCoverMini {
    width: 640px;
    height: 480px;
    background: #777;
    display: block;
    position: absolute;
    top: 0
}
.TranImgCover,
.TranImgCoverMini {
    z-index: 500;
}

.bigImgContainer {
    width: 1024px;
    height: 698px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -512px
}

.bigImgContainer p {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 57px;
    height: 48px;
    background: url(../img/common/btnDefaultImage.png) no-repeat;
    background-size: 57px 48px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: none;
    opacity: 1;
    cursor: pointer
}

.bigImgContainer .btnChangeImage2 {
    position: absolute;
    bottom: 8px;
    right: 68px;
    width: 62px;
    height: 47px;
    background: url(../img/common/btnChangeImage.png) no-repeat;
    background-size: 62px 47px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    cursor: pointer
}

.bigImgContainer .btnDefaultImage {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 57px;
    height: 48px;
    background: url(../img/common/btnDefaultImage.png) no-repeat;
    background-size: 57px 48px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    cursor: pointer
}

.mainBigImg {
    width: 1024px;
    height: 698px;
    position: absolute;
    z-index: 200;
}

.shiyoImg {
    position: absolute;
}

.overlayContainerPDF {
    z-index: 300;
}
