a:active .title , a:hover .title {
    color:#f49800;
}
a:active,a:hover, a:focus{
    color:#000;
    text-decoration: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11,
.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}


.illust_section{
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.thumbnail-wrappper {
    width: 25%;
}

.thumbnail_illust {
    /*position: relative;*/
    /*padding-top: 100%;*/
    /*!* 1:1 ratio *!*/
    /*overflow: hidden;*/
    /*border-radius: 0px;*/
    /*border-bottom: 0px;*/
}
.thumbnail_illust .centered {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/

}
.thumbnail_illust .img_box {
    /*text-align: center;*/

}
.thumbnail_illust .centered img {
    /*padding: 1px 1px;*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);*/
    /*box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);*/
}

.illust_list_text_wrap{
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.illust_list_text_wrap .title{
    font-size: 18px;
    margin: 2px 0;
    line-height: 26px;

}
.illust_list_text_wrap .author_name{
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 5px;
}





.text_ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow: hidden;
}


.text_ellipsis.attr_info {
    margin-top: -23px;
    text-align: right;
    color: #777;
}

.text_ellipsis.attr_info img{
    margin-top: 2px;
    margin-right: 3px;
}



/* .illust_like_btn{
     font-size: 1.4em;
     text-align: center;
 }*/
/* .like_img{
font-size: 1.4em;
line-height: 15px;
 }
 .off .like_img{
     color:#ddd;
 }
 .on .like_img{
     color:#f49800;


 }*/
.illust_img.mobile{
    display: none;
}


.ui-menu-item {
    /*border-bottom: 1px solid #bebebe;*/
    padding: 5px 5px;
    font-size: 14px;
}


@media (max-width: 768px) and (min-width: 0px) {


    .illust_img.mobile{
        display: block;
    }
    .illust_img.pc{
        display: none;
    }
    .thumbnail_illust .img_box{
        /*padding: 2px;*/
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
    .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11,
    .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
    .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1,
    .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
    .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
    .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .illust_list_text_wrap{
        /*display: none;*/
    }

    .illust_tabs{
        display: none;
    }
    .tab_content .top_title{
        margin-left: 0;
    }

    .illust_list_text_wrap .author_name{
        font-size: 12px;
        line-height: 17px;
        margin: 0 0 5px;
    }
}
