@charset "UTF-8";
html {
  font-size: 62.5%; /* root: 10px */
  height: 100%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: 400;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings : "palt";
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* lte IE8 */
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
.inner-01 {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.header-group  {
  background-color: #efefef;
  position: fixed;
  top: 0;
  width: 100%;
}
.deau-logo {
    font-size: 25px;
    font-size: 2.5rem;
    display: inline-block;
}
.deau-username {
  display: inline-block;
}
.hdleft {
float: left;
}
.hdright {
float: right;
}
.g-nav li {
display: inline-block;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  top: 0;
  left: 0;
  z-index: 100;
}
.loading.disp-none{
  display: none;
}
.loading-inner {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
