.post {
  margin-bottom: 4rem;
}

.post__info {
  margin: -3rem 0 3rem;
  padding: 1.5rem 0 .5rem;
  background-color: #e9e9e9;
}

.post__info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post__cat {
  margin-right: 1em;
  padding: 0 1em;
  line-height: 1.5;
  color: #fff;
}

.post__time {
  font-family: "Alef", sans-serif;
}

.post__ttl {
  margin-bottom: 1em;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #308b97;
}

.post__content {
  padding-bottom: 2rem;
  border-bottom: 1px solid #666666;
}

.post__content p img {
  display: block;
  margin: auto;
}

.post__pager {
  margin: 1rem 0;
}

.post__pager__page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post__pager__page_list li {
  color: #008a9d;
}

.post__pager__page_list li a {
  text-decoration: underline;
}

.post__pager__prev:before {
  content: "<";
  margin-right: .5em;
}

.post__pager__next:after {
  content: ">";
  margin-right: .5em;
}

.post__link_list li {
  color: #008a9d;
}

.post__link_list li:before {
  content: ">";
  margin-right: .5em;
}

.post__link_list li a {
  text-decoration: underline;
}

.post-password-form input[type=password]{
  padding:0 .5em;
  border: 1px solid #008a9d;
}

.post-password-form input[type=Submit]{
  padding:0 1em;
  background-color: #008a9d;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .post__info {
    margin-top: -5rem;
    padding-bottom: 1rem;
  }
  .post__ttl {
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    font-size: clamp(1.2rem, 0.098rem + 1.88vw, 1.625rem);
  }
}
/*# sourceMappingURL=single.css.map */

.ad-detail strong {
	font-weight:bold;
}
.ad-detail p {
	margin:0.6em 0;
}










