@charset "shift_jis";
/* CSS Document */

html, body {
  width: 100%;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 62.5%;
  line-height: 1.6;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header {
  max-width: 800px;
  margin: 0 auto 1rem;
}

main {
  max-width: 800px;
  margin: 0 auto 6rem;
  padding: 0 2rem;
  display: block;     /* for IE */
}

footer {
  max-width: 800px;
  margin: 0 auto;
}

#footer_copy {
  text-align: center;
  font-size: 1.2rem;
}
