@charset "utf-8";
/*====================================================
# Single
====================================================*/
.post_content {
  border-bottom: 2px solid #000;
}
.post_content + .btn_wrap {
  position: relative;
  max-width: 850px;
  min-height: 50px;
}
.post_content + .btn_wrap .btn {
  margin: 0;
  min-width: 0;
}
.post_content + .btn_wrap .left {
  position: absolute;
  top: 0;
  left: 0;
}
.post_content + .btn_wrap .right {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .post_content + .btn_wrap {
    min-height: 40px;
  }
}
