.cpg-guide {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #ff0000;
}
.cpg-title {
    font-size: 25px;
    font-weight: bold;
    color: black;
    margin-top: 20px;
}

.cpg-listitem-circle {
    font-size: 18px;
    font-weight: bold;
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 10px;
}

.cpg-table-content {
    font-size: 14px;
}

.cpg-normal-link {
    font-size: 16px;
    font-weight: bold;
}

.cpg-content-title {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-left: 11px;
    margin-top: 10px;
    display:inline-block;
}

.cpg-content-listitem-square {
    font-size: 14px;
    font-weight: bold;
    display: list-item;
    list-style-type: square;
    list-style-position: inside;
    margin-left: 18px;
}
