@charset "UTF-8";
/* CSS Document */
body {
  background: #f8f8f8;
  color: #3D3D3D;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: normal;
}

/* リンク */
a {
  color: #D7D7D7;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

/******************** 基本構成 *********************/
#text {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0 70px 0;
}

#text .logtitle {
  text-align: right;
}

#t_footer {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #E5E5E5;
  padding: 30px 0 20px 0;
}

/******************** デザイン *********************/
hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  margin: 50px 0 50px 0;
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #D7D7D7;
  text-align: right;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1;
  margin: 0 auto 5px;
  width: 95%;
  max-width: 700px;
}

#ttlLink {
  text-align: right;
  font-size: 10px;
  font-size: 1.0rem;
  color: #D7D7D7;
  margin: 0 auto 15px;
  width: 95%;
  max-width: 700px;
}

#ttlLink:empty {
  display: none;
}

#pagenavi {
  text-align: center;
  margin-bottom: 15px;
}

a:link {
  color: #B8B8B8;
}

a:hover {
  color: #D8D8D8;
}

a::after {
  content: "";
  width: 0;
  height: 0;
}

#date {
  text-align: center;
  font-size: 8px;
  font-size: 0.8rem;
  color: #D7D7D7;
}

/******************** スマホ用 *********************/
@media (max-width: 700px) {
  /*#text, h1, #ttlLink {
    width: 95%;
  }*/
}
