.menu_background {
    width: 100%;
}

.box_map {
    width: 80%;
}

#in_store_map {
    width: 250px;
    height: 250px;
    background-image: url("../../image/map_cafetorionpu.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.player_elem_icon_too_small {
    width: 5%;

}

.player_elem_icon_small {
    width: 8%;
}

.player_elem_icon {
    width: 10%;
}

.player_elem_bar {
    width: 80%;

}

.player_elem_time {
    text-align: center;
}

.player_state_display_block {
    display: block;
}

.player_state_display_none {
    display: none;
}

.box_message {
    width: 80%;
    background-image: url("../../image/window.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#canvas_message {
    width: 70%;
    top: 0px;
    left: -10%;
    position: relative;
}