@charset 'Shift_JIS';

/*--ditai_reset--*/
* { margin: 0; padding: 0; }
body { -webkit-text-size-adjust: 100%; }
ul, li, ol { list-style: none; }
img { border: 0; }
br { letter-spacing: 0; }
a { text-decoration: none; outline: none; }
textarea, input, input[type='submit'] { -webkit-appearance: none; }

/*-- base --*/
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'MS P Gothic', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

a:hover {
  color: #000;
}
a {
  color: #999;
}

h2, h3, h4 {
  font-family: 'Times New Roman', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  letter-spacing: 2px;
}
h3 {
  text-align: center;
}
h4 {
  text-align: right;
}

.text {
  margin: 0 auto;
  font-family: 'Hiragino Kaku Gothic ProN', 'MS P Gothic', sans-serif;
  line-height: 2.0;
}

img {
  display: table;
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  padding: 80px 0 10px;
  text-align: right;
}

@media screen and (min-width: 920px) {
  .text {
    max-width: 800px;
    padding: 20px 60px 80px;
  }
}

@media screen and (max-width: 919px) {
  .text {
    width: 80%;
    padding: 20px 5% 80px;
  }
}

@media screen and (max-width: 640px) {
  .text {
    width: 86%;
    padding: 20px 4% 80px;
  }
}
