@charset "utf-8";
#loading{
/**/width:130px;
border: 1px solid #f8912d;
background: #fffdda;
padding: 5px;
position: absolute ;
left: 0px;
color: #000000;
font-size: 12px;
text-align: center;
}

.dlgVeil{ 
  position: absolute;
  display:none;
  top: 0px;
  left: 0px;
  cursor: "not-allowed";
  background-color: black;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
}
.clear{clear: both;}
.clear_l{clear: left;}
.clear_r{clear: right;}
.center_align{text-align: center;}
.right_align{text-align: center;}
th, td{border: 0px; padding: 0em;}

.jmap-g .jmap-u{float:right;}
.jmap-g div.first{float:left;}
.jmap-g .jmap-u{width:89.5%;}
.jmap-g div.first{width:10%;}
.jmap-g:after{content:".";display:block;height:0;clear:both; visibility:hidden;}
.jmap-g{zoom:1;}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
