.no_select_text {
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

body {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    /* overflow: hidden; */
    font-family: 'Noto Sans', sans-serif;
}

#tr {
    position: absolute;
    top: 245px;
    right: 45px;
    z-index: 200;
    cursor: pointer;
}

#tl {
    position: fixed;
    top: 20px;
    left: 40px;
    z-index: 200;
}

#tc {
    position: absolute;
    left: 50%;
    width: 230px;
    margin-left: -115px;
    top: 45%;
    z-index: 145;
    padding: 10px;
    border-radius: 15px;
}

#br {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 200;
}

#bl {
    position: fixed;
    bottom: 0px;
    left: 28px;
    z-index: 200;
}

#cc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: 0px;
    z-index: 999999;
}


#bc {
    position: absolute;
    bottom: 50px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 200;
}

#ml {
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -40px;
    z-index: 200;
}

#mr {
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -40px;
    z-index: 200;
}

#mr_game {
    position: absolute;
    bottom: 130px;
    right: 0px;
    width: 182px;
    z-index: 140;
}

/* background animate */
#bg_bl {
    position: fixed;
    bottom: -50px;
    left: 0px;
    z-index: 100;
}

#bg_tr {
    position: fixed;
    top: -50px;
    right: 0px;
    z-index: 100;
}

/* fine - background animate */





