article {
    padding: 0 40px;
}

.section-title {
    font-size: 16px;
    line-height: 44px;
    border-bottom: 2px solid #A7A7A7;
}

/* font */

.font-style01 {
    font-size: 13.3px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 5px 0;
    white-space: pre-wrap;
}

.font-style02 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 5px 0;
    white-space: pre-wrap;
}

.font-style03 {
    font-size: 16px;
    line-height: 28px;
    white-space: pre-wrap;
    color : rgb(221, 221, 221);
}

.font-style04 {
    font-size: 30px;
    line-height: 52.5px;
    font-weight: 700;
    white-space: pre-wrap;
    color: #eeeeee;
}

.font-style05 {
    font-size: 16px;
    line-height: 24.5px;
    white-space: pre-wrap;
    color : rgb(221, 221, 221);
}

.font-style06 {
    font-size: 12px;
    line-height: 21px;
    white-space: pre-wrap;
    color : #888888;
}

.font-style07 {
    font-size: 12px;
    line-height: 20px;
    white-space: pre-wrap;
    color : rgb(102, 102, 102);
}

/* annotation */

.annotation {
    padding: 10px 0;
}


/* table */

.section-table {
    width: 1050px;
    margin: 0 auto;
    font-size: 14px;
}

.section-table tr {
    height: 34px;
}

.section-table tr td {
    padding-left: 4px;
    text-align: left;
    border: 1px solid #C5C5C5;
}

.section-table tr th {
    font-weight: 500;
    padding-left: 5px;
    text-align: left;
    border: 1px solid #C5C5C5;
}

.section-table th {
    background-color: #E8E8E8;
}

.table-title {
    margin: 20px;
    font-size: 15px;
    text-align: center;
}

.no-data td{
    text-align: center !important;
}
