.post-detail ._block {
  display: block;
}
.post-detail ._bold {
  font-weight: 700;
}
.post-detail ._mt8 {
  margin-top: 8px;
}
.post-detail ._mt15 {
  margin-top: 15px;
}
.post-detail ._mt20 {
  margin-top: 20px;
}
.post-detail ._mt25 {
  margin-top: 25px;
}
.post-detail ._mt48 {
  margin-top: 48px;
}
.post-detail ._ml8 {
  margin-left: 8px;
}
.post-detail ._ml30 {
  margin-left: 30px;
}
.post-detail__go-list {
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
.post-detail__go-list._button {
  align-items: center;
  border: 1px solid #404040;
  display: flex;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  margin: 45px auto 0;
  width: 108px;
}
.post-detail__go-list img {
  margin-right: 8px;
}
.post-detail__text-box {
  color: #777777;
  font-size: 15px;
  line-height: 22px;
}
.post-detail__text-box._text-right {
  text-align: right;
}
.post-detail__text-box._table {
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
}
.post-detail__text-box._table :last-child {
  display: none;
}
@media (min-width: 600px) {
  .post-detail__text-box._table {
    grid-template-columns: auto 1fr auto;
  }
  .post-detail__text-box._table :last-child {
    display: initial;
  }
}
.post-detail__text-box a {
  text-decoration: underline;
}
.post-detail__title {
  font-size: 24px;
  line-height: 35px;
  margin-top: 15px;
}
.post-detail__body {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  margin-top: 20px;
  overflow-x: auto;
  padding: 40px 0;
}
.post-detail__body a {
  color: -webkit-link;
}
.post-detail__body img {
  max-width: 100%;
}

.post-controls > a {
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #202020;
  border-radius: 5px;
  color: #202020;
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  line-height: 19px;
  margin-top: 20px;
  padding: 8px 10px;
}
.post-controls > a:not(:first-child) {
  margin-left: 10px;
}
