@charset "UTF-8";

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/pin_on.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
    display: none;
}
