@charset "utf-8";

/*! .mod_voice
---------------------------------------- */

.mod_voice {
    margin: 0 0 30px 0;
    border-bottom: solid 2px #cecece;
    padding: 0 0 9px 0;
}

.pagelink {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.pagelink>div {
    width: 50%;
}

.pagelink>div.leftcol {
    text-align: left;
}

.pagelink>div.rightcol {
    text-align: right;
}

#toc_container {
    margin: 20px auto 0;
}

.description {
    width: 60%;
    margin: 30px auto;
    padding: 20px;
    box-sizing: border-box;
    border: dotted 2px #adadad;
    background: #f6f6f6;
}

.description h3 {
    font-size: 2.0rem;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.description tr {
    border-bottom: dashed 1px #adadad;
}

.description th {
    width: 20%;
    padding: 10px 10px 10px 0;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    font-weight: bold;
}

.description td {
    padding: 10px 0;
    vertical-align: middle;
}


/*for bbpress
----------------------------------*/

#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums #bbp-search-form #bbp_search {
    border: 1px solid #ccc;
    width: 98%;
}

#bbpress-forums #bbp-search-form #bbp_search {
    height: 30px;
    width: 60% !important;
    margin: auto;

}

.qa a {
    text-decoration: none;
    color: #666;
}

a.qa_btn,
.qa .button.submit,
#bbp_search_submit {
    padding: 8px 10px;
    background: #0140bd;
    color: #fff;
    cursor: pointer;
    margin: 10px auto;
    text-align: center;
    width: 120px;
    display: block;
    text-decoration: none;
}

#bbp_search_submit {
    display: inline-block;
    margin: 0;
}

.qa #bbpress-forums li.bbp-header {
    background: #0140bd;
    color: #fff;
    text-align: center;

}

.qa .forum-titles li {
    text-align: center;
}

.qa div.bbp-breadcrumb {
    display: none;
}

a.bbp-topic-permalink {
    vertical-align: middle;
}

.bbp-body .bbp-topic-title {
    display: flex;
    flex-wrap: wrap;
    height: 138px;
    align-items: center;
}

.bbp-body .bbp-topic-title>*:first-child {
    display: block;
    width: 40%;
    height: 120px;
    overflow: hidden;
}

.bbp-body .bbp-topic-title .bbp-topic-permalink {
    padding-left: 20px;
}

.bbp-body .bbp-topic-title>p.bbp-topic-meta {
    width: 100%;
}

.qa .titMain {
    height: 58px;
    margin: 0 0 16px;
    padding: 0 0 0 44px !important;
    line-height: 60px;
    background: url(../img/common/bg_titMain01.png)no-repeat 0 center;
    font-size: 22px !important;
    font-weight: 700;
    background-size: contain;
}

.bbp-form .bbp-form p:nth-child(4) {
    display: none;
}

.qa div.bbp-submit-wrapper {
    float: none;
}

.qa #bbpress-forums p.wp-caption-text a:first-of-type {
    display: none;
}

.lb-caption {
    display: none !important;
}

#bbpress-forums div.bbp-search-form {
    float: none;
    width: 100%;
    padding: 30px 0;
}

.type-topic .bbp-reply-content .wpulike {
    display: none;
}

#qalist .qa .wpulike {
    display: none;
}

/*for likersRank
----------------------------------*/
.likersrank li {
    border-bottom: 2px dashed #ccc;
    padding: 20px 0;
}

.likersrank li a {
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: #414148;
    text-decoration: none;
}

.likersrank li a:hover {
    opacity: 0.6;
    background: rgba(204, 204, 204, 0.3);
    box-shadow: inset 0 0 20px #fff,
        inset 0 0 20px #fff,
        inset 0 0 20px #fff,
        inset 0 0 20px #fff;
}

.qa .likersrank li span {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.likersrank li .rank {
    width: 64px;
    text-align: center;

}

.likersrank li:first-of-type .rank {
    height: 64px;
    background: url(../img/qa/crown_gold.png) no-repeat;
    padding-top: 30px;
    margin: 0 20px -10px 0;
    font-size: 1.8rem;
    font-weight: bold;
    box-sizing: border-box;

}

.likersrank li:nth-of-type(2) .rank {
    height: 48px;
    background: url(../img/qa/crown_silver.png) no-repeat;
    background-size: 80%;
    background-position: center center;
    padding-top: 20px;
    margin: 0 20px -10px 0;
    font-size: 1.6rem;
    font-weight: bold;
    box-sizing: border-box;

}

.likersrank li:nth-of-type(3) .rank {
    height: 32px;
    background: url(../img/qa/crown_bronze.png) no-repeat;
    background-size: 50%;
    background-position: center center;
    padding-top: 10px;
    margin: 0 20px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;

}

.likersrank li:first-of-type .rank_name {
    font-size: 1.8rem;
    font-weight: bold;
}


.likersrank li:nth-of-type(2) .rank_name {
    font-size: 1.6rem;
    font-weight: bold;

}



.likersrank li:nth-of-type(3) .rank_name {
    font-size: 1.4rem;
    font-weight: bold;
}

.likersrank li .rank_avatar {
    width: 150px;
    height: auto;
}

.likersrank li .rank_avatar img {
    width: 30%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.likersrank li:nth-of-type(1) .rank_avatar img {
    width: 100%;
}

.likersrank li:nth-of-type(2) .rank_avatar img {
    width: 75%;
}

.likersrank li:nth-of-type(3) .rank_avatar img {
    width: 50%;
}

/*for sidebar
----------------------------------*/
.side_rank {
    margin-bottom: 30px;
    border: solid 1px #e5e5e5;
}

.side_rank h1 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #fff;
    background: #0140bd;
}

.side_rank li {
    border-bottom: 2px dashed #ccc;
    padding: 20px 10px;
    box-sizing: border-box;
}

.side_rank li a {
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: #414148;
    text-decoration: none;
}

.side_rank li:last-of-type {
    border: none;
}

.likersrank li a:hover {
    opacity: 0.6;
}

.side_rank li span {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.side_rank li span.rank {
    z-index: 1;
}

.side_rank li .rank_name {
    text-align: center;
}

.side_rank li .likes {
    text-align: right;
}

.bbp-replies-widget li a,
.bbp-replies-widget li .bbp-author-name {
    display: inline;
}

/*for user prifole
----------------------------------*/

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    display: none;
}

.qa #bbpress-forums #bbp-single-user-details {
    float: none;
}

.qa #bbpress-forums #bbp-user-body {
    margin-left: 0;
}

.qa #bbp-user-replies-created {
    margin: 20px 0;
}

.qa_user_proofile {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    font-size: 1.6rem;
}

.qa_user_proofile dt {
    width: 20%;
    padding: 8px 0;
    text-align: justify;
}

.qa_user_proofile dd {
    width: 80%;
    padding: 8px 0;
}