.article h3 {
    font-size: 18px;
    color: #3657dc;
}

.article h4 {
    font-size: 16px;
    color: #3657dc;
    font-style: normal;
}

.article pre code {
    font-weight: 400;
    font-size: 120%;
    color: rgba(0, 0, 0, 1.0) !important;
}

.article blockquote {
    white-space: pre;
    color: rgba(0,0,0,.93);
    font-size: 90%;
    font-family: monospace;
}

ul {
#     list-style: square;
}

.article ul > li:before {
    content: "・";
    display:block;
    float:left;
    font-family:Icon;
    font-size:16px;
    width:1.2em;
    margin-left:-1.2em;
    vertical-align:-.1em
}