/* 貼り付けた画像を自動で枠幅ぴったりに収める設定 */
.entry-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}