/*
*/

.loading {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.wj-loading {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

/* スピナー画像 */

.wj-spinner img {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0.5;
}

.wj-spinner img,
.wj-spinner.wj-gauge {
    display: block;
    margin: auto;
}
