@charset "UTF-8";
/* CSS Document */



.bannerArea {
  height: 55px;
}

@media (max-width: 640px) {
  .bannerArea {
  display: none;
  }
}