.main-content {
  padding-bottom: 150px;
}

.post__id {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  justify-content: end;
  margin-bottom: 30px;
}
.post__id dt {
  line-height: 18px;
  margin: 3px 19px 0 0;
}
.post__id dd {
  border: 1px solid #707070;
  border-radius: 6px;
  background: #fbfbfb;
  height: 24px;
  line-height: 23px;
  padding: 0 8px;
  box-sizing: border-box;
}

.main {
  font-weight: 400;
  margin: 65px 0px 61px;
}
.main span {
  margin-top: 32px;
  display: block;
}

button {
  display: block;
  margin: 0 auto;
}

.sport__button {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  .main-content {
    padding-bottom: 97px;
  }
  .post__id dt {
    margin-right: 31px;
  }
  .main {
    margin-top: 47px;
  }
}

/*# sourceMappingURL=post2.css.map */
