/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 juin 2016, 01:31:24
    Author     : macpro
*/
html {
    background-color: #00d98f;
}
@font-face {
    font-family: 'kazmann_sansregular';
    src: url('/nolang/v3/kazmann_sans-webfont.woff2') format('woff2'),
         url('/nolang/v3/kazmann_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
            #r-margin {
                width: 10px;
                height: 100%;
                position: absolute;
                z-index: 10000;
                left: 0px;
                top: 0px;
                bottom: 0px;
                background: url("/nolang/v3/border.png") repeat-y;
            }
            .loader {
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 200000;
    background-color: black;
    background-position: center center;
    background-size: 15% auto;
    background-repeat: no-repeat;
    position: absolute;
}
#takifugu_content {
    left: 10%;
    bottom: 0px;
    top: 0px;
    right: 0px;
    width: 90%;
    height:100%;
    background: url("/nolang/takifugu/wall.png") repeat;
    position: absolute;
    overflow: hidden;

}
#takibar {
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 8%;
    background-color: gray;
    position: absolute;
    text-align: center;
}
#barbtns {
    height: 90%;
    top: 5%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 300;
}
#barbtns2 {
    height: 90%;
    top: 5%;
    position: absolute;
    text-align: center;
    z-index: 50;
    width: 100%;
}
.tile {
    height: 100%;
    width: auto;
    text-align: center;
}
#btnpage {
    visibility: hidden;
}
#viewpage {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#viewarea {
        visibility: hidden;
        background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/nolang/takifugu/map.gif");
}
#viewcry {
        visibility: hidden;

}
#viewsize {
        visibility: hidden;
background-size: auto 92%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("/nolang/takifugu/size.jpg");
}
.global_view {
        width: 100%;
        height: 100%;
        position: absolute;
        font-size: 30px;
        font-family: 'kazmann_sansregular';
}
.infotaki {
    background-image: url('/nolang/takifugu/square.png');
    background-repeat: repeat;
    background-size: auto 5%;
    -webkit-border-radius: 15%;
-moz-border-radius: 15%;
border-radius: 15%;
position: absolute;
}
.infotext {
    text-align: center;
    width: 90%;
    height: 90%;
    top: 2%;
    left: 5%;
    position: absolute;
}
#infopage {
    width: 80%;
    height: 30%;
    left: 10%;
    bottom: 5%;
}
#exit {
    top: 5%;
    right: 2%;
    width: auto;
    height: 90%;
    z-index: 10000;
    position: absolute;
}
#page2, #prevview {
    visibility: hidden;
}
.prevnext {
    bottom: 10%;
    left: 1%;
    position: absolute;
    height: 15%;
    width: auto;
}
.thefugu {
    top: 15%;
    left: 5%;
    width: auto;
    height: 60%;
    position: absolute;
}
#thebutton {
    top: 25%;
    right: 15%;
    width: auto;
    height: 30%;
    position: absolute;
    border-radius: 50%; 
}
#cry0 {
        width: 80%;
    height: 40px;
    left: 10%;
    bottom: 5%;
    visibility: hidden;
}
#cryglove {
    z-index: 3000;
    visibility: hidden;
}
#cry1, #cry2 {
        visibility: hidden;
}
#fishbtn {
    transition: transform .8s ease-in-out;
    width: 10%;
    height: auto;
    transform: rotate(-7deg);
    position: absolute;
    bottom: 7%;
    right: 3%;
    border-radius: 15px;
}
#fishbtn:hover {
    transform: rotate(14deg);
}
#sharescreen {
    visibility: hidden;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 20000;
    position: absolute;
}
#sharewin {
    z-index: 20100;
    width: 480px;
    height: 300px;
    top: calc(50% - 240px);
    left: calc(50% - 150px);
    background-color: white;
    text-align: center;
    position: absolute;
    font-size: 30px;
        font-family: 'kazmann_sansregular';
}
#closebtn {
    z-index: 20100;
    width: 50px;
    height: auto;
    top: calc(50% - 270px);
    right: calc(50% - 350px);
    position: absolute;
}
