@charset "UTF-8";
/*
このCSSファイルはSASSで生成していますので、編集しないでください。
*/
section.col p.document, #messageArea, #origin blockquote {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  section.col p.document, #messageArea, #origin blockquote {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  section.col p.document, #messageArea, #origin blockquote {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#origin h1, #hatsuchousai h1, #news h1, #crests h1 {
  text-align: center;
}
@media screen and (min-width: 600px) {
  #origin h1, #hatsuchousai h1, #news h1, #crests h1 {
    text-align: justify;
  }
}

#hatsuchousai, #news, #crests {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  #hatsuchousai, #news, #crests {
    text-align: justify;
  }
}

#origin, #hatsuchousai, #news {
  border-bottom: thin dotted #333;
}

section.col p.document {
  text-align: justify;
}
section.col .columnPhoto {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}
section.col .columnPhoto img {
  width: 100%;
}

#messageArea {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}
#messageArea h1 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  #messageArea h1 {
    text-align: justify;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 600px) {
  #messageArea {
    text-align: justify;
  }
}

#hatsuchousai h1 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 600px) {
  #hatsuchousai h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#hatsuchousai ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-left: 2em;
  text-align: justify;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
#hatsuchousai #contact {
  font-size: 12px;
  font-size: 1.2rem;
}

#news {
  margin: 20px auto;
}
#news #newsList {
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  #news #newsList {
    width: 90%;
    height: 200px;
    border: thin solid #999;
    overflow-y: scroll;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) inset;
  }
}
#news #newsList table {
  width: 100%;
}
#news #newsList table th {
  font-size: 12px;
  font-size: 1.2rem;
  width: 40%;
  border-bottom: thin dashed #888;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  #news #newsList table th {
    font-size: 15px;
    font-size: 1.5rem;
    text-indent: 1em;
  }
}
#news #newsList table td {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  width: 60%;
  line-height: 1.3em;
  border-bottom: thin dashed #888;
}
@media screen and (min-width: 600px) {
  #news #newsList table td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  #news #newsList table td {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#crests {
  margin-top: 30px;
}
#crests .tabs .crest .crestImage {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}
#crests .tabs .crest .crestImage img {
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
