/* カスタム CSS をここに入力してください */
#article_detail article blockquote::before {
    left: -30px;
    position: absolute;
    top: -10px;
    width: 100px;
    z-index: 1;
}

#article_detail article blockquote::after {
    border-top: 1px solid #fff;
    color: #555;
    content: attr(title) "\a " attr(cite);
    display: block;
    font-size: 12px;
    line-height: 1.6;
    overflow-wrap: break-word;
    padding-top: 5px;
    text-align: right;
    text-shadow: 1px 1px 0 #eee;
    white-space: pre-wrap;
}

#article_detail article blockquote {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 1rem;
    font-size: 1rem;
    margin-bottom: 3rem;
    padding: 1rem;
    position: relative;
    quotes: none;
}