@charset "UTF-8";
#Post #posts_wrapper {
  position: relative;
  padding-bottom: 32px;
}
#Post .posts_data_wrapper {
  margin: 0 auto;
  max-width: 730px;
}
#Post .one_data {
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
}
#Post .one_data__inner {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
}
#Post .one_data .photo {
  line-height: 0;
}
#Post .one_data .photo img {
  width: 100%;
}
#Post .one_data .text {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  #Post .one_data .text {
    padding: 8px;
  }
}
#Post .one_data .message {
  font-size: 12px;
  line-height: 1.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #Post .one_data .message {
    font-size: 10px;
  }
}
#Post .one_data .author {
  display: flex;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
}
#Post .one_data .author .icon {
  border: 2px solid #f40000;
  border-radius: 30px;
  line-height: 0;
  width: 32px;
  overflow: hidden;
}
#Post .one_data .author .icon img {
  width: 100%;
}
#Post .one_data .author .name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 8px;
  word-break: break-all;
}
#Post #no_posts {
  color: #fff;
}
#Post #read_more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  color: #ffee00;
  cursor: pointer;
  font-size: 18px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#Post #read_more:hover {
  filter: brightness(110%);
}
#Post #read_more::after {
  content: "";
  border-bottom: 3px solid #ffee00;
  border-right: 3px solid #ffee00;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: relative;
  top: -4px;
  right: -4px;
}
#Post #posts_loader {
  background: transparent url(/lock/2022/mousoufes/assets/img/icon-loading.gif) center center no-repeat;
  background-size: 32px;
  display: block;
  width: 100%;
  height: 32px;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */