@charset "utf-8";
/* CSS Document */

.tag-area ul li a{
    padding: 7px;
}
.category-list{
    margin-top: 20px;
}
.company_search_list-page p.result{
    margin-bottom: 0;
    padding-top: 15px;
}
.result-list li:before{
    margin-right: 0.5em;
    content: "\f0da";
}
.production{
    margin-top: 20px;
    border-bottom: 1px solid #2f4754;
}
.production th,
.production td{
    padding: 10px;
    vertical-align: top;
}
.production th{
    color: #fff;
    border-bottom: 1px solid #2f4754;
    background-color: #4d6a79;
    font-size: 13px;
    font-weight: 400;
}
.production td{
    background-color: rgba(255, 255, 255, 0.5);
}
