@charset "utf-8";
/* CSS Document */
.title3 {
    border-left: 3px solid #e52613;
    line-height: 26px;
    padding: 0px 0 0px 15px;
}

.mb_40 {
    margin-bottom: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.title3 h1 {
    line-height: 28px;
    padding-top: 3px;
}
.red, .red a {
    color: #e52613;
}
.font28 {
    font-size: 28px;
}
table.productAll {
    width: 100%;
}
table.pro_table {
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #999;
}
table.productAll th {
    text-align: center;
    color: #636363;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ebebeb;
    background: #efefef;
}
table.pro_table th {
    text-align: center;
    color: #636363;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ebebeb;
    background: #efefef;
}
table.productAll tr td {
    text-align: center;
}
table.pro_table td {
    border-bottom: 1px dashed #ebebeb;
    height: 50px;
    line-height: 50px;
}