/* variable
----------------------- */
/* font family */
/* media query */
/* color */
/* reset add
----------------------------------- */
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

/* common
------------------ */
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: #FEFFF0;
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

/* import
----------------------------------- */
#top .box1 {
  background: url("../images/image10_bg.png") repeat-x;
  background-size: contain;
}
#top .box2 {
  background: #9CBF6E;
}
