@charset "UTF-8";

/*-----------------------------------------------------
category.css
update 2016年9月5日
-------------------------------------------------------*/

#category {}

#category #search_box.search_mb {
    margin-bottom: 30px;
}

#category h2 {
    text-align: center;
    margin-top: 50px;
    border-bottom: 1px #999 solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#category #list_block .list_inner {
    margin-top: 40px;
}

#category #list_block .box_category {
    width: 235px;
    float: left;
}

#category #list_block .box_category.ml {
    margin-left: 30px;
}

#category #list_block .box_category dl {
    margin-bottom: 20px;
}

#category #list_block .box_category dt {
    width: 50px;
    float: left;
}
#category #list_block .box_category dt img{
    display: block;
    width: 100%;
}
#category #list_block .box_category dd {
    width: 170px;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 200%;
    margin-top: 5px;
}

#category #list_block .box_category dd span {
    font-size: 14px;
}

#category #list_block .box_category ul {
    margin-bottom: 40px;
}

#category #list_block .box_category li {
    margin-bottom: 8px;
}
