/*
Theme Name: 医工学社会共創センター
Theme URI: http://example.com
Description: description
Version: 1.0
Author: DIO Agency
Author URI: 
Template:twentytwentyone
*/
body{
    background-color:#fff;
}

.entry-header{
    margin:4em auto 0;
    max-width:900px;
}
.entry-header h1{
    border-bottom:0;
    font-size:32px;
    font-weight:bold;
    text-align:center;
    letter-spacing:0.1em;
}
.entry-content{
    padding:0 1em;
}
.entry-content > div#inner{
    max-width:900px;
}

#bbpress-forums{
    margin-top:3em;
}
#bbpress-forums li{
    padding-left:0;
}
#bbpress-forums li:before{
    display:none;
}
#bbpress-forums input[type=button]{
    width:auto;
    border:1px solid rgb(150,150,150)
}
#bbpress-forums fieldset.bbp-form input{
    height:auto;
    margin:0.3em 0;
    border:1px solid rgb(150,150,150)
}
#bbpress-forums button[type=submit]{
    width:10em;
    height:2em;
    background-color:var(--theme_color);
    color:#fff;
}
#bbpress-forums fieldset.bbp-form select{
    min-width:10em;
    height:auto;
    margin:0.3em 0;
    border:1px solid rgb(150,150,150);
}
#bbpress-forums fieldset input[type=checkbox], input[type=radio]{
    height:1.5em;
    border:1px solid rgb(150,150,150);
}
#bbpress-forums .bbp-breadcrumb,
#bbpress-forums #subscription-toggle,
#bbpress-forums #favorite-toggle{
    display:none;
}
#bbpress-forums fieldset.bbp-form label[for="bbp_topic_tags"],
#bbpress-forums [name="bbp_topic_tags"],
#bbpress-forums [name="bbp_topic_subscription"],
#bbpress-forums fieldset.bbp-form label[for="bbp_topic_subscription"]{
    display:none;
}