@charset "UTF-8";

iframe
{
  border: none;
}

.forum-head
{
  background: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  color: rgb(52, 58, 64);
  border-bottom: 3px solid rgb(52, 58, 64);
}

.forum-date
{
  font-size: 0.7rem;
}

.category-name
{
  font-weight: 600;
}

a:hover
{
  text-decoration: none;
}

a .forum-list
{
  padding: 0.5rem 0.5em;
  color: #343A40;
  font-size: 0.85rem;
  background-color: rgba(233, 236, 239, 0.3);
}

a .forum-list:hover
{
  background-color: #dedede;
  color: #343A40;
}

/* wallstat便利機能 */
.conv h3
{
  font-weight: bold;
  font-size: 1.1rem;
}

.conv .time
{
  color: #6c757d;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}

.conv .mg_0
{
  font-size: 0.8rem;
}

.conv .conv_txt
{
  font-size: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, .125);
  padding-top: 0.6rem;
}

.serch,
.serch:hover
{
  background: #343A40;
  color: #fff;
  font-size: 0.8rem;
  border: 1px solid #343A40;
}

/* wallstat動画 */
.movie a .forum-list
{
  padding: 1rem 0.5em;
  color: #343A40;
  background-color: rgba(233, 236, 239, 0.3);
}

.movie .category-name
{
  font-size: 1rem;
  font-weight: bold;
}

.movie .forum-date
{
  color: #6c757d;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.movie .video-txt
{
  font-size: 0.8rem;
  padding-bottom: 1rem;
}

.movie a .forum-list:hover
{
  background-color: #dedede;
  color: #343A40;
}

.movie h3
{
  font-size: 1.1rem;
  font-weight: bold;
}

.movie p.time
{
  color: #6c757d;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}

.movie .video-txt-single
{
  border-top: 1px solid rgba(0, 0, 0, .125);
  font-size: 0.8rem;
  padding-top: 0.6rem;
}

.form-control:focus
{
  box-shadow: none;
}

.new-btn
{
  background: #343A40;
  padding: 0.3rem 0.5rem;
  color: #fff;
  text-align: center;
  /*margin-top: 1rem;*/
  margin-bottom: 1rem;
  font-size: 1rem;
}

.new-btn:hover
{
  opacity: 0.9;
}

.new-pc
{
  width: 1rem;
  height: 1rem;
  margin-left: 2rem;
  margin-bottom: 0.2rem;
}

.new-sp
{
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.2rem;
}

.new-btn-single-wrap
{
  width: 100%;
  float: right;
}

.new-btn-single
{
  background: #343A40;
  padding: 0.4rem 0.5rem;
  color: #fff;
  text-align: center !important;
  width: 100%;
  font-size: 1rem;
  display: inline-block;
  /*margin-bottom:2rem;*/
}

.come
{
  border: 1px solid #707070;
  padding: 0.5rem 0.5rem;
  color: #707070;
  text-align: center !important;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 5px;
}

.new-btn-single:hover
{
  opacity: 0.9;
}

/* トピック新規作成 */
fieldset.bbp-form
{
  width: 100%;
  border: 0 !important;
  margin: 0 auto !important;
}

.row.mb-3
{
  margin-bottom: 0 !important;
}

/* トピック詳細(返信) */
#bbpress-forums div.odd.type-reply
{
  background-color: #f8f9fa;
}

#bbpress-forums div.bbp-reply-header:nth-child(3)
{
  /* コメント1つ目とトピック本文の間 */
}

#bbpress-forums div.bbp-reply-header:nth-child(3):before
{
  content: "＜コメント＞";
  padding: 0px 0 20px !important;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

#bbpress-forums div.bbp-reply-header
{
  padding: 8px 0 !important;
}

div.bbp-submit-wrapper
{
  float: initial;
}

#bbpress-forums fieldset.bbp-form legend
{
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  color: #E0C430;
}



/* 掲示板 非表示項目 */
div.bbp-breadcrumb,
.bbp-pagination,
div.bbp-template-notice.info,
#bbpress-forums li.bbp-header,
span.bbp-admin-links,
.bbp-admin-links,
.bbp-template-notice,
.bbp-attachments-form,
/* 添付ファイル */
label[for="bbp_stick_topic"],
#bbp_stick_topic_select,
label[for="bbp_topic_status"],
#bbp_topic_status_select,
.bbp-footer,
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar,
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink
{
  display: none !important;
}

#bbpress-forums ul.bbp-replies
{
  border: none;
}

li.bbp-body div.hentry
{
  border-bottom: 1px solid #eee;
}

.bbp-reply-header
{
  background-color: transparent !important;
  border-top: none !important;
}

#bbpress-forums div.bbp-reply-content
{
  width: calc(100% - 200px);
  float: left;
  font-size: 14px;
  margin-left: 80px;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.8;
}

#bbpress-forums div.bbp-reply-content p
{
  margin-bottom: 0;
}

@media (max-width: 1200px)
{

  #bbpress-forums li
  {
    clear: both;
  }
}

.wp-editor-tabs
{
  display: none;
}



@media (min-width: 768px)
{}

@media (min-width: 992px)
{}

@media (min-width: 1200px)
{
  .forum-head
  {
    font-size: 1rem;
  }

  a .forum-list
  {
    padding: 1rem 0.5em;
  }

  /* wallstat便利機能 */
  .conv h3
  {
    font-weight: bold;
  }

  .conv .time
  {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .conv .conv_txt
  {
    font-size: 0.9rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-top: 0.6rem;
  }

  .conv .mg_0
  {
    font-size: 0.9rem;
  }

  /* wallstat動画 */
  .movie .category-name
  {
    font-size: 1.2rem;
  }

  .movie .forum-date
  {
    color: #6c757d;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .movie .video-txt
  {
    font-size: 0.9rem;

  }

  .movie h3
  {
    font-size: 1.1rem;
    font-weight: bold;
  }

  .movie p.time
  {
    font-size: 0.9rem;
  }

  .movie .video-txt-single
  {
    font-size: 0.9rem;
  }
}




[type=submit],
button
{
  background-color: #343A40;
  border: 1px solid #343A40;
  color: #fff;
  padding: 5px 10px;
}

h2
{
  font-size: 1rem;
  margin-top: 1rem;
}

@media (min-width: 1200px)
{
  h2
  {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.bbp-topic-voice-count,
.bbp-topic-reply-count
{
  visibility: hidden;
}

.bbp-topic-started-by
{
  display: none;
}

#bbpress-forums li.bbp-topic-title,
#bbpress-forums li.bbp-forum-info
{
  font-size: 14px;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness
{
  text-align: left;
}

.bbp-topic-form
{
  background: #f8f9fa;
  padding: 30px 0;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

#bbpress-forums fieldset.bbp-form label
{
  font-size: 1rem;
  padding-bottom: 0.5em;
}

#bbp_topic_submit,
#bbp_reply_submit
{
  width: 100px;
  border-radius: 3px;
}

#bbp_topic_title
{
  width: 100%;
}

@media (min-width: 1200px)
{
  #bbp_topic_title
  {
    width: 500px;
  }
}

#bbpress-forums fieldset.bbp-form legend
{
  width: 100%;
  border-bottom: 1px dotted;
  padding: 0 0 1em;
}

.topic-hd
{
  font-size: 14px;
  margin-top: 1em;
}

#bbpress-forums div.even,
#bbpress-forums ul.even
{
  background-color: #f8f9fa;
}

.bbp-author-link
{
  display: block;
}

.bbp-pro
{
  margin-top: 40px;
}

.bbp-pro h3
{
  font-size: 1rem;
}

@media (min-width: 1200px)
{
  .bbp-pro
  {
    margin-top: 80px;
  }
}

.bbp-pro .bbp-user-forum-role
{
  display: none;
}

#bbpress-forums .bbp-author-role,
#bbpress-forums .bbp-author-ip
{
  display: none;
}