.group-box{
    padding: 5px 1%;
    margin: 15px 0 0 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-radius: 4px;
}
.group-title{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    border-bottom: 1px solid #efefef;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 8px 10px 15px 5px;
    font-weight: bold;
}
.group-title a{
    float: right;
    font-size: 16px;
    color: #ddd;
}
.group-contents{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:10px 0 0 0;
}
.group-item{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0.5%;
}
.group-item img{
    width: 100%;
    height: 210px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.group-item p{
    width: 98%;
    padding:4px 1%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #eee;
    font-size:16px;
    line-height: 16px;
    overflow: hidden;
}
.group-item .score{
    position: absolute;
    left:0;
    top:-5px;
    z-index: 99;
}
.group-item:hover p{
    color:#fff;
    font-weight: bold;
}
.group-item-novel{
    margin-bottom: 0!important;
    padding: 10px 0px 5px 0px!important;
    border-bottom: 1px solid #aaa;
}
.group-item-novel:nth-child(-n+1){
    border-top: none!important;
}
.group-item-novel:last-child{
    border-bottom: none!important;
}
@media screen and (max-device-width: 760px) {
    .m-md6{
        position: relative;
        width:50%;
        float:left;
    }
    .m-md12{
        position: relative;
        width:100%;
        float:left;
    }
    .m-md6 img{
        height: 120px!important;
    }
    .group-item p{
        font-size:0.9rem!important;
    }
    .group-box{
        border-radius: 0!important;
        border-left: none!important;
        border-right: none!important;
        border-botttom: 1px solid #efefef;
        margin-top:0;
    }
    #cats{
        display: none;
    }
}