/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/08/05, 16:35:23
    Author     : saito
*/
.loading_msg {
	position: fixed;
	top: calc( 50% - 50px );
	left: calc( 50% - 155px);
	background-color: #fff;
	font-size: 20px;
	width: 300px;
	height: 120px;
	text-align: center;
	padding: 70px 5px 5px;;
	border-radius: 10px;
	opacity: 0.8;
	background-image: url('images/loading8-0.gif');
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #aaa;
	color: #444;
}

