@charset "UTF-8";
 #loading {
 display: table;
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 background-color: #fff;
 opacity: 0.8;
}
 
#loading .loadingMsg {
 font-size: 20px;
 font-weight: 600;
 letter-spacing: 0.05em;
 color: crimson;
 display: table-cell;
 text-align: center;
 vertical-align: middle;
 padding-top: 80px;
 background: url("/service/oneway/images/icon_loader_a_wg_01_s1.gif") center center no-repeat;
}