/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
/* cleafix
------------------------------------------------------------ */
.u_cf {
  *zoom: 1;
}

.u_cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  about.css
***************************************************/
.l_gNav .l_gNav_nav01 .menu01 > li:nth-child(2) > a {
  background: url(/assets/img/common/gnav_bg01.png) 50% 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .l_gNav .l_gNav_nav01 .menu01 > li:nth-child(2) > a {
    background-image: none;
  }
}

/* #about.index
------------------------------------------------------------ */
