@charset "utf-8";

body {
  *zoom: 0.75;
  overflow: visible;
  background: none;
}
a {
  text-decoration: underline;
}
img {
  border: 0;
}
.container {
  display: table;
  width: 900px;
}
.row {
  display: table;
  width: 100%;
}
.col {
  display: table-cell;
  float: none;
  vertical-align: top;
}

/* header */
.site-menu {
  display: table;
}
.site-menu li {
  display: table-cell;
}

/* gnav */
.gnav-area-sub>.container, .gnav-area>.container {
  display: block;
}
.gnav {
  display: table;
  width: 100%;
}
.gnav>li {
  display: table-cell;
  float: none;
  vertical-align: top;
}

/* slider */
.front-slider-area {
  overflow: hidden;
}

/* footer */
.footer, .footer a {
  color: #eeeeee;
}
