.cke_editable ul li,
.cke_editable ol li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
}
.cke_editable {
    position: relative;
    padding: 30px 40px;
    font-size: 18px;
    line-height: 1.7;
}
    .cke_editable .rule_content_title {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        margin: 30px 0;
    }

    .rule_content_title b {
        display: inline-block;
        border-bottom: 1px #000 solid;
    }

    .cke_editable img,
    .cke_editable iframe {
        max-width: 100%;
    }
.cke_editable img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
    .cke_editable span.red,
    .cke_editable a.red {
        color: #e4007f;
    }

    .cke_editable span.blue,
    .cke_editable a.blue {
        color: #00a2e9;
    }

    .cke_editable section {
        padding-bottom: 40px;
    }

.cke_editable ul {
    list-style: square url(../img/dot.gif);
}
.cke_editable ol {
    list-style-type: decimal!important;
}