#contents .fox_container, .fox_container{
    width: 1100px;
}
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%;
}

.fox_thumbnail .thumbnail_img.thumbnail_illust{
    padding-bottom: 98%;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
}
.fox_thumbnail .thumbnail_img {
    display: inline-block;
    height: 0;
    padding-bottom: 25%;
    overflow: hidden;
    background: #eee;
    width: 25%;
    text-align: left;
    font-size: 0;
}
.fox_thumbnail .thumbnail_img.thumbnail_illust img{
    width: 100%;
    display: inline-block;
}

.illust_row .illust_list_text_wrap .text_ellipsis .n_reply{
    /* color: #111!important; */
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    /* margin-top: 8px; */
}

.illust_row .illust_list_text_wrap .text_ellipsis .n_reply img{
    margin-right: 2px;
}

.fox_thumbnail .thumbnail_img.thumbnail_illust:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;
    background: url(/assets/image/thumb_cover_bgs.png) repeat-x bottom;
    width: 100%;
    height: 100%;
}

.fox_thumbnail .like_count{
    display: block;
    opacity: .99;
    margin-top: -25px;
    margin-right: 10px;
    height: 25px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
}

.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_row a>.fox_thumbnail, .illust_row a>.illust_list_text_wrap{
    width:95%;
}

.illust_list_text_wrap{
    padding: 5px 0 10px 0;
    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;
    font-weight: 500;
    color: #444;
}
.illust_list_text_wrap .author_name{
    font-size: 13px;
    line-height: 17px;
}

body .illust_list_text_wrap .n_heart img{
    width:13px;
    height:13px;
    margin-top:0;
}
body .illust_list_text_wrap .n_reply img{
    width:13px;
    height:13px;
    margin-top:0;
}


.illust_upload_btn {
    background-color: #fff;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
    /* border-top: 6px solid #f49800; */
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    /* background-color: #fff; */
    padding: 10px;
    font-size: 1.4em;
    color: #f49800;
}

#illust_wrap .top_memu{
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

#illust_wrap .top_memu form {
    display: inline-block;
    height:40px;
    line-height: 40px;
    float:right;
}
#illust_wrap .top_memu form > .illust_search_div > input[type="text"] {
    background-color: #fff;
    color: #4a4a4a;
    border: 1px solid #ddd;
    height: 40px;
    padding: 6px 0 6px 6px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
}
#illust_wrap .top_memu form > .illust_search_div > input[type="submit"] {
    color: #fff;
    background-color: #f49800;
    height: 40px;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.tab_content .top_title{
    display: inline-block;
    /* margin: 10px 0 10px 18px; */
    font-size: 23px;
    line-height: 47px;
    font-weight: bold;
    vertical-align: middle;
    height: 40px;
    margin-left: 0;
}
.top_memu_right{
    float: right;
}
.illust_upload_btn:hover {
    border: 1px solid #f49800;
}

.illust_tabs{
    /*margin: 60px 0px 0px 0px;*/
    /*position: relative;*/
    /*top:1px;*/
    /*z-index: 99;*/
}

.illust_tabs li, .illust_tabs a{
    /*display: inline-block;*/
    /*cursor: pointer;*/
    /*border: 1px solid #ddd;*/
    /*!*border-top: 6px solid #f49800;*!*/
    /*border-radius: 4px;*/
    /*border-bottom-right-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
    /*!*background-color: #fff;    *!*/
    /*padding:10px;*/
    /*font-size: 1.4em;*/

}

.illust_tabs li:hover, .illust_tabs a:hover{
    /*border: 1px solid #f49800;*/

}
.illust_tabs a:hover{
    /*background-color: #f49800;*/
    /*border: 1px solid #f58028;*/
    /*color:#fff;*/

}
.illust_tabs .active:hover{
    border-bottom: 1px solid #f49800;

}
.illust_tabs a{
    /*float: right;*/
    /*background-color: #fff;*/
    /*color: #f49800;*/
    /*font-weight: bold;*/
}
.illust_tabs .active{

    /*border-top: 5px solid #f58028;*/

    border: 1px solid #f49800;
    color:#fff;
    background-color: #f49800;
    padding-bottom: 0px;
}
.tab_content{
    background-color: #fff;
    /*background-color: #f6f6f6;*/
    /*visibility: hidden;*/
    /*border: 1px solid #ddd;*/
    min-height: 280px;
    /*padding: 10px;*/
    clear: both;
}

.tri{
    position: relative;
    top: 1px;
    width: 0px;height: 0px;
    margin-left: 40px;
    border-top: 0px solid  transparent;
    border-bottom:10px solid #f6f6f6;
    border-right: 10px solid transparent;
    border-left: 10px solid  transparent;

}


.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;
}
.popular_tag{
    display: inline-block;
    width:100%;
    /* margin: 10px 0 10px 18px; */
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 15px;
    word-break:normal;
    margin-bottom:15px;

}
.popular_tag a{
    color:#5e9ece;
}
.popular_tag a:hover{
    color:#f49800;
}

.popular_tag .tag{
    float: left;
    border: 1px solid #ddd;
    color: #555;
    padding: 1px 14px;
    background-color: #f9f9f9;
    font-weight: 400;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    word-break: normal;
    margin: 0px 0px 10px 5px;
    font-size: 80%;
}

.popular_tag .tag:hover {
    background: #F49800;
    color:#fff;
    border:1px solid #F49800;
}

.popular_tag .title{
    float: left;
    line-height: 30px;
}
.support_list_top_wrap{
    /*display:none;*/
}

.support_list-wrap{
    float: left;
    overflow: hidden;
    width: 100%;
    height: 174px;
    line-height:20px;
    margin: 0;
    padding: 4px;
    position: relative;
    text-align: center;
}
.support_list-wrap .logo {
    display: inline-block;
    width: 140px;
    height: 50px;
    /*background: url(../image/logo_v2.png) no-repeat 0 0;*/
    background: url(../image/logo_v2.png) no-repeat 0 0;
    background-size: 139px 60px;
    overflow: hidden;
}
.support_list-wrap span.logo_span{
    position: relative;
    top: 20px;
    font-size: 16pt;
    font-weight: bold;
}
.support_list-wrap .support_board{
    display: inline-block;
    width: 50%;
    height:170px;
    border: 1px solid #ddd;
    float:left;
    border-radius: 5px;
}
.support_list-wrap .support_board2{
    display: inline-block;
    width: 50%;
    height: 170px;
    border: 1px solid #ddd;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.support_list-wrap .support_board .support_info{
    font-size:16px;
    line-height: 170px;
}
.support_list-wrap .support_board .support_board_left{
    display: inline-block;
    width: 60%;
    height: 100%;
    background: #eee;
    float:left;
}
.support_list-wrap .support_board .support_board_left .head_title{
    margin-top:50px;
    font-size:20pt;
}
.support_list-wrap .support_board .support_board_left .bottom_content{
    margin-top:20px;
    font-size:25pt;
    font-weight: 500;
}
.support_list-wrap .support_board .support_board_right{
    display: inline-block;
    width: 40%;
    height: 100%;
}
.support_list-wrap .support_board .support_board_right ul{
    height: 100%;
}
.support_list-wrap .support_board .support_board_right ul li{
    height: 50%;
    padding: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#000;
    border: 0;
}
.support_list-wrap .support_board .support_board_right .head_title{
    margin-top:10px;
    font-size:14pt;
}
.support_list-wrap .support_board .support_board_right .bottom_content{
    margin-top:15px;
    font-size:20pt;
    font-weight: 500;
}
.support_list-wrap .list {
    display: inline-block;
    width: 100%;
    color: #979797;
    font-size: 11px;
    text-align: left;
    overflow: hidden;
}
.support_list-wrap li {
    padding: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#000;
    border-bottom: 1px solid #ddd;
}
.support_list-wrap li img{
    width: 50px;
    height: 50px;
}
.support_list-wrap li .support_des{
    display: inline-block;
    margin-left: 5px;
    width: 70%;
    height: 50px;
    font-size:10pt;
}
.support_list-wrap li .support_des .title{
    font-weight:bold;
}
.support_list-wrap li .support_des .time{
    margin-left:5px;
    font-size: 8pt;
    color:#aaa;
}
.support_list-wrap li .right_etc{
    float: right;
}
.support_list-wrap li .support_content{
    display: inline-block;
    width: 100%;
    margin-top:3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.support_list-wrap li .support_cash{
    margin-top:10px;
    padding:5px 10px;
    background: #f49800;
    color:#fff;
    font-weight: 500;
    border-radius:5px;
}
.support_list-wrap li .support_cash{
    margin-top:10px;
    padding:5px 10px;
    background: #f49800;
    color:#fff;
    font-weight: 500;
    border-radius:5px;
}

@media (max-width: 768px) and (min-width: 0px) {
    #contents .fox_container{
        width: 100%;
    }
    .illust_tabs li, .illust_tabs a{
        width: 85px;
        text-align: center;
    }

    #illust_wrap .illust_row{
        padding: 0 10px;
    }
    .illust_row a>.fox_thumbnail, .illust_row a>.illust_list_text_wrap{
        width: 100%;
    }
    #illust_wrap .illust_row .illust_inner {
        display: block;
        left: 0 !important;
        width: inherit;
        height: 280px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    #illust_wrap .illust_row .illust_section{
        padding: 1px 3px;
        float: none;
        display: inline-block;
        width:42%;
    }

    #illust_wrap.all_illust .illust_row .illust_section{
        width:49%;
    }

    .illust_tabs span{
        word-break:keep-all;
    }
    .tri{
        margin-left: 22.5px;
    }
    .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: 10px;
    }

    #illust_wrap .top_memu form{
        margin-right: 10px;
    }

    .illust_list_text_wrap .author_name{
        font-size: 12px;
        line-height: 17px;
    }

    body .illust_list_text_wrap .n_heart img{
        width:12px;
        height:12px;
        margin-top:0;
    }
    body .illust_list_text_wrap .n_reply img{
        width:12px;
        height:12px;
        margin-top:0;
    }

    .support_list-wrap .logo {
        display: inline-block;
        width: 104px;
        height: 45px;
        /*background: url(../image/logo_v2.png) no-repeat 0 0;*/
        background: url(../image/logo_v2.png) no-repeat 0 0;
        background-size: 104px 45px;
        overflow: hidden;
    }
    .support_list-wrap span.logo_span{
        position: relative;
        top: 13px;
        font-size: 12pt;
        font-weight: bold;
    }
    .support_list-wrap{
        float: left;
        overflow: hidden;
        width: 100%;
        height: 100%;
        line-height:20px;
        position: relative;
        text-align: center;
    }
    .support_list-wrap .support_board{
        width: 100%;
        height: 81px;
    }
    .support_list-wrap .support_board2{
        width: 100%;
        height:287px;
    }
    .support_list-wrap .support_board .support_info{
        font-size:14px;
        line-height: 81px;
    }
    .support_list-wrap .support_board .support_board_left .head_title{
        margin-top:15px;
        font-size:14pt;
    }
    .support_list-wrap .support_board .support_board_left .bottom_content{
        margin-top:5px;
        font-size:16pt;
        font-weight:500;
    }
    .support_list-wrap .support_board .support_board_right .head_title{
        margin-top: 7px;
        margin-left: 5px;
        font-size:9pt;
        float: left;
    }
    .support_list-wrap .support_board .support_board_right .bottom_content{
        margin-top: 7px;
        margin-right: 5px;
        font-size:12pt;
        float: right;
    }
    .support_list-wrap .list {
        margin: 0;
        width: 100%;
        border-top: 1px solid #ddd;
    }
    .support_list_top_wrap{
        display:block;
    }

    .illust_section .illust_list_text_wrap .text_ellipsis.attr_info {
        text-align: right;
    }
}

@media (max-width:450px) and (min-width:0px) {
    .support_list-wrap li .support_des{
        width: 55%;
    }
    .support_list-wrap .support_board .support_board_left {
        width: 50%;
    }
    .support_list-wrap .support_board .support_board_right {
        width: 50%;
    }
}
