@charset "utf-8";

.bo-list-top > div > div::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: rgba(150,150,150,.5);
    transform: translateY(-50%);
}
.bo-list-top > div > div:last-child:before {
    background-color: transparent;
}

.bo-search {width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo-search-content {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px; z-index:1000;}
.bo-search-content:after {display:block;visibility:hidden;clear:both;content:""}
.bo-search-content h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo-search-content legend {background:red}
.bo-search-content form {padding:15px;display:block}
.bo-search-content select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo-search-content .bo-search-bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo-search-content .bo-search-input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo-search-content .btn-do-search {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo-search-content .btn-bo-search-close {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo-search-content-bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

.bo-view-images img { max-width:100%; }

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {width:auto; height:auto; vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:flex;background:#3b5997}
#bo_v_sns li .sns_t {display:flex;background:#09aeee}
#bo_v_sns li .sns_g {display:flex;background:#ea4026}
#bo_v_sns li .sns_k {display:flex;background:#fbe300}

#autosave_pop {}
#autosave_pop .autosave_load { display:block; width:100%; }
#autosave_pop ul li { position:relative; }
#autosave_pop ul li span { float:right; font-size: .94em; color: #aaa; }
#autosave_pop ul li::after { display:table; content:''; clear:both; }