@charset "utf-8";

.widget-miso-post-more { position:relative; }
.widget-miso-post-more #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; }
.widget-miso-post-more .item-more { text-align:center; margin:20px 0px 0px; }
.widget-miso-post-more .item-more a { color:#333; }
.widget-miso-post-more .item-more a:hover { color:crimson; }

.widget-miso-post-more .item-list { position:relative; overflow:hidden; background: #4a4a4a; padding:10px; border:1px solid #333;}
.widget-miso-post-more .img-more { margin-bottom:-5px; }
.widget-miso-post-more .txt-more { padding:0px; text-align:center; }
.widget-miso-post-more .item-heading { display:block; margin:0px; font-weight:bold; }
.is-pc .widget-miso-post-more .item-heading { font-size:14px; }
.is-mobile .widget-miso-post-more .item-heading { font-size:16px; }
.widget-miso-post-more .item-read { margin-top:10px; padding:4px 0px; border-top:1px dotted #333;  }
.widget-miso-post-more .item-cont { margin-top:10px; padding:0; line-height:20px; min-height:40px; }
.widget-miso-post-more .item-sp { margin:0px 7px; color:#ddd; font-size:11px; }
.widget-miso-post-more .item-read { margin-top: 10px; }
.widget-miso-post-more .item-read .pull-left i { margin-right:2px; }
.widget-miso-post-more .read-more { }
.widget-miso-post-more .read-more i { margin-left:4px; }

.widget-miso-post-more .item-wrap { overflow:hidden; }
.widget-miso-post-more .item-row { float:left; }
.widget-miso-post-more .item-none { padding:50px 10px; }
.text-muted {
    color: #999;position:relative;
}
.text-muted2 {
    color: #3ca1db;position:relative;
}

.widget-miso-post-more .item-wrap .img-item img {
    transition: all 0.8s ease-in-out;
    /* border-radius: 7px; */
    opacity: 1;
    filter: alpha(opacity=100);
}

.widget-miso-post-more .item-wrap  .img-item:hover img {transform: scale(1.12);border-radius: 7px;opacity: .55;}
