@charset "utf-8";

.st-bbs {
  background-color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
}

.st-bbs h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 8px 8px 46px;
  line-height: 20px;
  box-sizing: border-box;
  border-bottom: 3px solid #ffaf19;
  position: relative;
}

.st-bbs h2:before {
  display: block;
  content: '';
  background: url(/img/icon_res.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  left: 8px;
}

.st-bbs h2::after {
  content: 'について語るスレ';
}

.st-bbs-contents {
  background-color: #fff;
}

.st-bbs-contents > div.st-pg {
  padding: 16px;
  font-size: 12px;
}

.st-bbs-contents dl {
  margin: 0 16px;
}

.st-bbs_desc {
  padding:16px;
}

.st-bbs_desc p {
  font-size: 14px;
  font-weight: 500;
}

.st-bbs_resNo {
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
}

.st-bbs_name {
  font-size: 14px;
  font-weight: bold;
  color: #3c763d;
  margin-right: 8px;
}

.st-bbs_contents-oekaki {
  margin: 16px 0 8px;
}

p.st-bbs_contentsTitle
,.st-bbs_referLabel {
  font-size: 12px;
  color: #4c4c4c;
  margin: 8px 0 0;
}

.st-bbs_reshead {
  margin-left: 8px;
  display: flex;
}

.st-bbs_resInfo {
  font-size: 13px;
  font-weight: 500;
  color: #9b9b9b;
}

.st-bbs_resbody {
  margin: 16px 8px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'MS PGothic AA', 'MS PGothic', 'ＭＳ Ｐゴシック', 'Mona', 'IPAMonaPGothic', 'IPA モナー Pゴシック', sans-serif;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.st-bbsArea_buttons {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0;
}

.st-bbs_adContents {
  background-color: #fff;
  font-size: 12px;
  padding: 24px 8px;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  margin: 0 auto 5px;
  width: 740px;
}

.st-bbs_space-footer {
  margin-bottom: 40px;
}

/*----- 最近レスが書かれた掲示板用 -----*/
.st-bbs_align-pg .st-pg {
  justify-content: center;
  margin-bottom: 0;
}

.st-bbs_space-bottom .st-bbs-contents {
  padding-bottom: 24px;
  border-radius: 0 0 8px 8px;
}

/*----- 書き込みプレビュー -----*/
.st-bbs_preview-heading {
  font-size: 14px;
  font-weight: 500;
  padding-left: 8px;
  margin: 8px 0;
}

.st-bbs_preview-attention {
  font-size: 13px;
  margin-bottom: 16px;
  padding-left: 8px;
}
