/* 特定のクラス（with_border）が付いた画像のみに枠線を表示 */
.with-border {
    border: 1px solid #000;
    display: block;
}
