@charset "utf-8";

.bbsCornerTitle {
    margin-top: 0;
    background: rgba(11, 66, 96, 0.5);
    padding: 25px 165px;
    color: #e6dc47;
    font-size: 1.25rem;
}
.loginiconSpace {
    margin: 0 auto;
    padding: 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    /*border:1px solid #a9a9a9;*/
    margin-bottom: 15px;
    overflow: hidden;
}
.nicknameiconBox {
    box-sizing: border-box;
    margin: 0 1%;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px;
    float: left;
}
.nicknameiconBox.fromStaff {
    border-color: #e6dc47;
    border-style: solid;
    border-width: 3px;
}
.nicknameicon {
    width: 100% !important;
    margin: 0 !important;
}
.nicknameText {
    padding-top: 10px;
    float: left;
}
.iconChange {
    font-size: 0.99rem;
    text-align: right;
    margin: 30px 0 0 0;
}
.iconChangebtn {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    background: #565656;
    color: #fff;
    padding: 6px 10px 6px 10px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    border: none;
}
.com_henshinbtn {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    /*background: #565656;*/
    color: #fff;
    padding: 6px 10px 6px 10px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    border: 1px solid #fff;
}
.com_henshinbtn:hover {
    background: rgba(255, 255, 255, 0.2);
}
.iconChangebtn:hover {
    background: #666;
}
.com_henshinbtn .button_side_comment_count {
    margin: 0 0.5em;
}
.com_deletebtn {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    /*background: #565656;*/
    color: #fff;
    padding: 6px 10px 6px 10px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    border: 1px solid #fff;
}
.com_deletebtn:hover {
    background: rgba(255, 255, 255, 0.2);
}
.newicon {
    width: 60px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.commentNumber {
    margin-top: 4px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.width20 {
    width: 20%;
}
.width70 {
    width: 70%;
}
.mt0 {
    margin-top: 0 !important;
}
.mt20 {
    margin-top: 20px !important;
}
.commenticon {
    width: 12px !important;
    margin: 6px 5px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.com_number {
    float: left;
    margin-right: 15px;
}
.blink {
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.topicsTitle {
    box-sizing: border-box;
    width: calc(100% - 10px);
    width: 100%;
    padding: 20px 0 10px 0;
    color: #e6dc47;
    font-size: 2.1rem;
    line-height: 1.6;
}
.topicsBody {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin-top: 10px;
    overflow: hidden;
}
.topicsBody.deleted {
    color: rgba(255, 255, 255, 0.66);
}
.toukouBtn {
    margin: 10px auto !important;
    margin-bottom: 0 !important;
}
.henshinTitle {
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.henshinList li {
    border-bottom: 1px solid #fff;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.iconArea {
    width: 50px;
    float: left;
}
.commentName {
    font-weight: bold;
    font-size: 1.4rem;
    float: left;
    margin-right: 8px;
    margin-bottom: 0;
}
.commentNameStaff {
    color: rgba(221, 212, 76, 0.76);
}
.commentNameKitani {
    color: #ddd44c;
}
.honbunArea {
    width: calc(100% - 58px);
    float: right;
}
.honbunAreaDelated {
    width: calc(100% - 58px);
    float: right;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 15px;
}
.commentHonbun {
    margin: 10px 0 15px 0;
}
.mb10 {
    margin-bottom: 10px;
}
.commentImg {
    width: 80%;
    margin: 5px auto !important;
}
.commentwaku {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: #fff;*/
    background-image: url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBg.jpg),
        url(https://astp.clubunreality.com/clubunreality_img/common/unrealityBgBase.jpg);
    background-position: right top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100%, 100%;
}
@media screen and (max-width: 767px) {
    .bbsCornerTitle {
        margin-top: 80px;
        text-align: center;
        padding: 25px 0;
    }
    .nicknameiconBox {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .iconChange {
        margin-top: 30px;
    }
    .nicknameText {
        padding-top: 5px;
    }
    .iconArea {
        width: 40px;
    }
    .honbunArea {
        width: calc(100% - 48px);
    }
}

.commentsubmenu-accordion {
    position: absolute;
    top: 0;
    right: 0;
}

/*ベース*/
.commentsubmenu-accordion .toggle {
    display: none;
}

.commentsubmenu-accordion .Label {
    /*タイトル*/
    padding: 0.25em;
    display: block;
    color: #fff;
    text-align: right;
}

.commentsubmenu-accordion .Label,
.commentsubmenu-accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.commentsubmenu-accordion .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.56);
}
.commentsubmenu-accordion .content a {
    display: block;
    padding: 5px 0;
}

.commentsubmenu-accordion .toggle:checked + .Label + .content {
    /*開閉時*/
    height: auto;
    padding: 10px;
    transition: all 0.3s;
}

.file-upload-notice {
    margin: 0.5em 0;
    font-size: 0.85em;
    color: #e6dc47;
}

.cautionTxt {
    font-size: 1.1rem;
    line-height: 2.1;
    color: rgba(255, 255, 255, 0.76);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}

.reply_target_message {
    background-color: rgba(0, 0, 0, 0.56);
    margin: 0 0 1em;
}
.reply_target_message .h_ {
    padding: 1em;
    color: #fff;
}
.reply_target_message .content {
    padding: 1em;
    color: #fff;
}

.reply_target_message .toggle {
    display: none;
}

.reply_target_message .image-label {
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #019ac6;
}

.reply_target_message .image-label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.reply_target_message .image-label,
.reply_target_message .image-accordion {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.56);
}

.reply_target_message .image-accordion {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
}

.reply_target_message .toggle:checked + .image-label + .image-accordion {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all 0.3s;
}

.reply_target_message .toggle:checked + .image-label::before {
    transform: rotate(-45deg) !important;
}

.text-center {
    text-align: center;
}
