.category_link a  {
    border: none;
    background: none !important;
    padding: 0;
    margin:0;
}
.newface h3{
    font-size:24px;
    font-weight:normal;
    background:#2a313c;
    color:#fff;
    padding:10px 14px;
}
.newface h3 span{
    font-size:12px;
    display:block;
    font-weight: bold;
}
.newface .list{
    padding:0px 0px 1px;
    background:#efefef;
    margin:30px 0 0;
}
.newface .list .section{
    background:#fff;    
}
.newface .r_list_type01 ul{
    padding:10px;
}
.newface .r_list_type01 ul li{
    position:relative;    
}
.newface .r_list_type01 ul li a{
    display:block;    
}
.newface .r_list_type01 h4{
    padding:15px 10px 0;
    font-size:16px;
}
.newface .r_list_type01 h4 span{
    font-size:12px;
    font-weight:normal;
    margin:0 0 0 10px;    
}
.newface .r_list_type01 .selectbox{
    padding:0 10px;
    margin:5px 0 0;
    font-size:14px;
}
.newface .r_list_type01 .selectbox select{
    padding:5px;
    border:#ccc 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
    font-size:14px;
    font-weight:bold;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.newface .r_list_type01 .selectbox select:hover{
    background:#efefef;    
}
.newface .r_list_type01 .selectbox label{
    position:relative;
}
.newface .r_list_type01 .selectbox label:after{
    content: "\f13a";
    font-family: FontAwesome;
    font-size:20px;    
    position:absolute;
    right:12px;
    top:0;
    pointer-events:none;
}
.newface .r_list_type01 .rank{
    color: #fff;
    display: block;
    width: 16px;
    height: 17px;
    text-align: center;
    background: #777;
    line-height: 18px;
    position: absolute;
    z-index:1;
}
.newface .r_list_type01 .rank1{
    background: #FFB100;
}
.newface .r_list_type01 .rank2{
    background: #B6B6B6;
}
.newface .r_list_type01 .rank3{
    background: #AA6D44;
}
.newface .r_list_type01 .photo{
    width:80px;
    height:60px;
    position:relative;
    overflow:hidden;
    float:left;
    margin:0 10px 10px 0;
}
.newface .r_list_type01 .photo img{
    width:80px;
    height:60px;
    position:absolute;
    top:0;
    bottom:0;
    left:-50%;
    right:-50%;
    margin:auto;
    object-fit: cover;
}
.newface .r_list_type01 .name span {
    display:inline-block;
    max-width:170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:left;
}
.newface .r_list_type01 .bike span{
    display:inline-block;
    max-width:170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newface .r_list_type01 .count span{
    color:#e61e25;
    margin:0 5px 0 0;
}
.newface .title{
    font-weight: bold;
    margin:5px 0 0 0;
}
