﻿
.system-cont+.system-cont {
    margin-top: 30px
}

.system-cont {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ht01 {
    color: #ff1e6a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.ht02 {
    color: #574149;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
    border-bottom: 1px solid #434142
}

.system-cont table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #434142
}

.system-cont table th {
    background: #56b04f;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    border: 1px solid #434142
}

.system-cont table thead th {
    color: #fff
}

.system-cont table td {
    font-size: 20px;
    color: #434142;
    font-weight: 700;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #434142
}