/* 引用元キャプション付き画像のfigure */
.citation-image {
    margin: 0 0 1.5em;
}

.citation-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* キャプションエリア */
.post_content .citation-image figcaption {
    padding: 10px 16px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #666666;
    border-top: none;
    margin-top: 0;
}

/* 引用元URL行 */
.citation-image .citation-url {
    display: block;
}

.citation-image .citation-url a {
    color: #888;
    text-decoration: underline;
}

.citation-image .citation-url a:hover {
    color: #555;
}

/* 引用元メモ行 */
.citation-image .citation-memo {
    display: block;
}