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

@import "reset.css";
@import "header.css";
@import "footer.css";

/* ---------- COMMON ---------- */
body {
  color: #41616f;
  font-family: 'Zen Old Mincho', serif;
  font-size: 16px;
  line-height: 1.5em;
}

/* link */
a{
  color: #41616f;
  text-decoration: none;
}

/* ----- layout ----- */


/* ---------- Mobile ---------- */
@media(max-width:737px) {
img {
    max-width: 100%;
}

}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Mobile / Tablet ---------- */
@media(max-width:1022px){}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {}

/* ---------- Tablet ---------- */
@media(max-width:1022px) and (min-width: 737px){}

/* ---------- PC ---------- */
@media(min-width:1023px){}