﻿/* インディケーターメイン */
.divIndicatorContents
{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    z-index: 2000;
}

.divIndicatorLoading 
{
    margin-top: 20%;
    height: 100px;
    z-index: 2001;
}

.divIndicatorInfo 
{
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
    z-index: 2001;
}