body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jinen_loader {
    width: 100%;
    height: 100%;
    background-image: url('../media/apple-touch-icon.png');
    background-position: 50% 31%;
    background-size: cover;
    background-repeat: no-repeat;
}

.upleft_icons {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.left_menus {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 60px;
    left: 0px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.upright_icons {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.preloader_screen {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.div-block {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0px;
    display: block;
    width: 300px;
    height: 185px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f1f1f1;
}

.div-block-2 {
    width: 100%;
    height: 100%;
    float: none;
    background-image: url('./preloader.png');
    background-position: 50% 50%;
    background-size: contain;
}

.preloader_div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
}   

.progress_bar {
    position: static;
    z-index: 2;
    display: block;
    width: 0%;
    height: 100%;
    float: left;
    background-color: #a28316;
}

.image {
    position: static;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    max-width: auto;
    float: none;
}

.div-block-3 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url('preloader.png');
    background-position: 50% 50%;
    background-size: contain;
}

.preloader_div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.percentage {
    position: absolute;
    left: 25%;
    top: auto;
    bottom: 17%;
    color: #a28316;
    font-size: 40px;
    line-height: 50px;
}

.div-block-4 {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0px;
    display: block;
    width: 300px;
    height: 185px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f1f1f1;
}

.div-block-5 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url('preloader.png');
    background-position: 50% 50%;
    background-size: contain;
}

.div-block-6 {
    position: relative;
    z-index: 2;
    width: 0%;
    height: 100%;
    float: left;
    background-color: #a28316;
}

.text-block {
    position: absolute;
    left: 0px;
    top: 68%;
    right: 0px;
    display: block;
    float: none;
    clear: none;
    font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif,"ヒラギノ角ゴシック";
    color: #a28316;
    font-size: 30px;
    text-align: center;
}

.counter {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif,"ヒラギノ角ゴシック";
    color: #555555;
    font-size: 12px;
    display: inherit;
}

.downleft_icons_c {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: none;
}

.downleft_icons_s {
    position: absolute;
    bottom: 5px;
    left: 60px;
    display: none;
}
.downright_icons {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: none;
}