@charset "utf-8";

/* List */
.talk-form .anc-write { display:none; }
.list-item .talk-bubble { padding:0; }
.list-item .list-chk { margin:0px; padding-top:6px; text-align:center; }
.list-item .list-content { position:relative; overflow:hidden; padding:3%; }
.list-item .list-details { margin-top:12px; padding:0px; }
.list-item .list-details .member, .list-item .list-details .guest { color:#333 !important; }
.list-item .list-sp { margin:0 8px; color:#ddd; font-size:11px; }

/* Responsive */
@media all and (max-width:420px) {
	.responsive .list-item .talk-img { float:none !important; margin:0 0 15px !important; width: 100% !important; }
}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }

.talk-bubble {
    position: relative;
    background: #333333;
    border: 1px solid #464646;
}
.talk-right .talk-bubble:after {
    border-right-color: #333333;
    margin-top: -12px;
}
.talk-right .talk-bubble:before {
    border-right-color: #464646;
    margin-top: -13px;
}
.btn-default {
    color: #dfdfdf !important;
    background-color: #333 !important;
    border-color: #444 !important;
}
.btn-default:hover {
    color: #fff !important;
    background-color: #000 !important;
}