.bbs-window .bbs-open.admin {
    background-color: #FFC95F;
    bottom: auto;
    top: 150px;
    width: 90px;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
}

.bbs-window section.contents {
    position: absolute;
    top: 1em;
    left: 4.5em;
    right: 1em;
    bottom: 1em;
    border: solid 1px #aaa;
    background: #fafafa;
    padding: 1.2em;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* toggle bbs */
.bbs-window {
    position: fixed;
    right: -644px;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    height: 100%;
    border: solid 1px #aaa;
    box-shadow: 0px 0px 6px 3px #ccc;
    z-index: 1001;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.bbs-showh-hide {
    background: rgba(255,255,255);
    right: 0px;
}

.bbs-window .bbs-open {
    height: auto;
    position: absolute;
    left: -8.5em;
    bottom: 32px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-border-radius: 1em 0 0 1em;
    -webkit-border-radius: 1em 0 0 1em;
    -o-border-radius: 1em 0 0 1em;
    -ms-border-radius: 1em 0 0 1em;
}

.bbs-window.bbs-showh-hide .bbs-open {
    left: -6rem;
    background-color: #FFC95F;
}

.bbs-window section.contents {
    position: absolute;
    top: 1em;
    left: 5.5em;
    right: 1em;
    bottom: 140px;
    border: solid 1px #aaa;
    background: #fafafa;
    padding: 1.2em;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bbs-window section.contents ol {
    display: block;
    width: 100%;
}

.bbs-window section.contents ol li {
    display: block;
    padding: 0 0 8px;
}

.bbs-window section.contents ol li span {
    display: block;
    font-size: 0.9rem;
}

.bbs-window section.contents ol li span.userid {
    display: inline-block;
    border: solid 1px #cacaca;
    padding: 2px;
    margin-bottom: 4px;
}

.bbs-window section.contents ol li span.post-time {
    text-align: right;
    padding-top: 4px;
}

.bbs-window section.post-area {
    position: absolute;
    bottom: 8px;
    left: 5.5em;
    right: 1em;
}

.bbs-window section.post-area textarea {
    position: relative;
    height: 64px;
    min-height: 50px;
    border: solid 2px #999;
}

.bbs-window section.post-area .button-outer-c {
    margin: 8px 0;
}

.split-left.search {
    font-size: 0.9rem;
}

.check-margin {
    display: inline-block;
    width: 185px;
}
