@charset "UTF-8";

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////
for Secondary Pages
////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* ===================================================================== */
/* stories_detail * /
/* ===================================================================== */
#stories_detail hr {
  width: 80%;
  margin: 4rem auto;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

#stories_detail .stories_img {
  width: 80%;
  margin: 0 auto 1rem auto;
  overflow: hidden;
}

#stories_detail .stories_img p {
  text-align: center;
}

#stories_detail h5 {
  text-align: center;
  line-height: 2.2rem;
  font-size: 2.6rem;
  letter-spacing: 0;
  margin: 6rem 0 2rem 0;
}

#stories_detail ul {
  margin: 0 0 0 0;
  padding: 0;
}

#stories_detail ul li {
  margin: 0 0 .5rem 0;
  padding: 0;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.8rem;
  list-style-type: none;
}

#stories_detail ul li span {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 1.4rem;
}

#stories_detail table {
  width: 100%;
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}

#stories_detail table tr th,
#stories_detail table tr td {
  vertical-align: top;
  color: #333;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-bottom: 1px #ccc solid;
}

#stories_detail table tr th {
  background-color: #eee;
  width: 20%;
}

/* --------------------
for smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #stories_detail h3 {
    font-size: 2.1rem;
  }

  #stories_detail .stories_img {
    width: 80%;
    margin: 0 auto 1rem auto;
    overflow: hidden;
    border-radius: 0;
    border: 0;
  }

  #stories_detail .stories_img p {
    text-align: center;
  }

  #stories_detail ul {
    margin: 0 0 0 0;
    padding: 0;
  }

  #stories_detail table {
    width: 100%;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
  }

  #stories_detail table tr th,
  #stories_detail table tr td {
    display: block;
    width: 100%;
  }

  #stories_detail table tr th {
    background-color: #eee;
    width: 100%;
  }
}
