.news_detail_inner {
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0; }

.post-content p {
  font-size: 13px;
  margin-bottom: 20px; }

.post-content .date {
  display: inline-block;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #80c6cc;
  color: #fff;
  font-size: 12px;
  font-family: 'overpass-regular', sans-serif;
  margin-bottom: 0; }

.post-content .post_ttl {
  margin: 20px 0;
  font-size: 18px; }

.post_links {
  margin: 50px auto;
  text-align: center;
  font-size: 14px; }

.post_links a {
  display: inline-block;
  max-width: 110px;
  width: 100%;
  padding: 10px 20px;
  margin: 1%;
  background: #80c5cb;
  border: 1px solid #80c5cb;
  color: #fff; }

.post_links a:hover {
  background: #fff;
  color: #80c5cb;
  opacity: 1; }

/*# sourceMappingURL=news-detail.css.map */
