.common-desc-text {
    line-height: 1.4;
    letter-spacing: -0.025em;
    font-size: 12px;
    color: #888;
    word-break: keep-all;
}
.common-subtitle-text {
    line-height: 1.2;
    font-size: 13px;
    letter-spacing: -0.03em;
    color: #888;
    word-break: keep-all;
}
.common-header-text {
    font-size: 14px;
    font-weight: bold;
    min-height: 1.6em;
    line-height: 1.6em;
    color: #333;
}
.common-link-text {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.025em;
    color: #2366ff !important;
    font-weight: normal;
    cursor: pointer;
}
.common-link-text:hover {
    text-decoration: underline;
}
.common-error-text {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.025em;
    color: red !important;
    font-weight: normal;
    cursor: pointer;
}
.common-table-row-text {
    line-height: 1.2;
    font-weight: normal;
    font-size: 13px;
    color: #444;
    white-space: normal;
}
.common-table-row-link-text {
    line-height: 1.2;
    font-weight: normal;
    font-size: 13px;
    white-space: normal;
    color: #2366ff !important;
    cursor: pointer;
}
.common-table-row-link-text:hover {
    text-decoration: underline;
}


.common-desc-text-height {
    max-height: 16px;
    min-height: 16px;
}
.common-title-text-height {
    max-height: 23px;
    min-height: 23px;
}