/*==============================================================
                     フォーラム
==============================================================*/
/*add customize*/
.forum_contents{
    width:100%;
    max-width: 1100px;
    margin:0 auto;
}
.forum_contents h1{
    text-align: center;
    margin:1rem auto;
}
#bbpress-forums {
    background-color:#fff;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.6;
    padding-top :2rem;
    padding-bottom :0rem;
    padding-left :clamp(1rem, 3vw, 2rem);
    padding-right :clamp(1rem, 3vw, 2rem);
}
.wanwan-forum-cover{
    margin:0.5rem;
    border-radius:15px;
    border:2px #f6eadb solid;
    height: 100%;
}

.wanwan-narabi {
    margin-bottom:5rem;
}
.wanwan-narabi > div{
    margin-bottom:1rem;
    width:100%;
}
#bbpress-forums p{
    font-size: 0.9rem;
}

.wanwan-form p, .wanwan-form lavel, .wanwan-form select, .bbp-topic-permalink{
    font-size: clamp(0.8rem, 3vw, 0.9rem);
}
.wanwan-form p, .wanwan-form lavel, .wanwan-form select, {
    font-size: clamp(0.8rem, 3vw, 0.9rem);
}

details summary {
  list-style: none;
  cursor: pointer;
  padding: 0.5rem;
  background: #f9f2e9;
  color: #252525;
  font-size: 0.8rem;
}

legend.acc{
    display: flex;
}
/**
 * Chrome用のデフォルト三角削除
*
details summary::-webkit-details-marker {
  display: none;
}
details summary::before {
  font-family: FontAwesome;
  content: '\f067';
  margin-right: 20px;
}
details[open] summary::before {
  content: '\f068';
}
.wanwan-form legend.acc {
    padding: 0px;
    width: auto;
    border: none;
    display: inherit;
}
*/

h2.forum_h2{
    padding-bottom:0;
    margin: 0.5rem 0;
}

#bbpress-forums ul.bbp-forums{
    border:none;
}
#bbpress-forums input{
    border:thin #807970 solid;;
}
#bbpress-forums p{
    text-align: left;
    margin:0 1rem;
}
ul.bbp-forum{
    border:none;
}
li.bbp-header, li.bbp-footer{
    display:none;
}
    

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
    float: left;
    text-align: center;
    width: 40px;
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
    border: none;
    max-width: 40px;
    height:40px;
    padding: 0;
    margin: 12px auto 0;
    float: none;
}
#bbpress-forums div.bbp-forum-author .bbp-author-name, #bbpress-forums div.bbp-reply-author .bbp-author-name, #bbpress-forums div.bbp-topic-author .bbp-author-name {
    margin: 0 0px;
    word-wrap: break-word;
    display: inline-block;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    margin-left: 60px;
    padding: 12px 12px 12px 0;
    text-align: left;
    position: relative;
}

#bbpress-forums ul{
    padding:0.5rem 0
}
#bbpress-forums ul.odd, #bbpress-forums ul.even {
    background-color: transparent;
}
#bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #eee;
}
#bbpress-forums li.bbp-body ul.topic:first-child {
    border-top: none;
}
li.bbp-forum-info, li.bbp-topic-title {
    float: left;
    text-align: left;
    width: 100%;
}
div.bbp-template-notice.info{
    display: none;
}
.forum-setsumei{
    margin-bottom:1rem;
}

@media only screen and (max-width: 480px) {
    #bbpress-forums .bbp-body div.bbp-reply-author, #bbpress-forums .bbp-body div.bbp-topic-author {
        float: left;
        margin: 10px;
        min-height: 40px;
        padding-left: 0px;
        position: relative;
        text-align: left;
        width: 40px;
        border-bottom: none;
        box-sizing: content-box;
    }

    #bbpress-forums .bbp-body div.bbp-reply-content, #bbpress-forums .bbp-body div.bbp-topic-content {
        float:left;
        clear: inherit;
        margin: 0 10px 5px 10px;
        padding: 0;
    }

    #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
        position: inherit;
        top: 0;
        left: 0;
        width: 60px;
        height: auto;
        margin-top: 0;
    }
}

@media (min-width: 540px){
    .wanwan-narabi > div{
    width:48%;
    }
    .wanwan-narabi{
        align-items: stretch;
        flex-wrap: wrap;
}
}
    
    
}
