.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  padding-top: 0;
}

#commonHeader {
  position: static;
}

#commonHeaderBanner {
  text-align: center;
  font-size: 1px;
  line-height: 0;
}
#commonHeaderBanner #commonHeaderBannerSp {
  display: none;
}
#commonHeaderBanner #commonHeaderBannerSp img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #commonHeaderBanner #commonHeaderBannerPc {
    display: none;
  }
  #commonHeaderBanner #commonHeaderBannerSp {
    display: block;
  }
}

body.headerFixed {
  padding-top: 60px;
}
body.headerFixed #commonHeader {
  position: fixed;
}

/*# sourceMappingURL=header_banner.css.map */
