@charset "UTF-8";
/* ============================================================
   harmony-jp.com refit 追加レイヤー（元The7 CSSは無改変・上書きのみ）
   - The7は既にレスポンシブのため最小限の補正のみ
   - ブランド: ローズ #bc8c96 / The7 theme-color #ea5455
   2層CSS方式: 元 style.css は触らない。ここは追加レイヤーのみ。
   ============================================================ */

/* iOS 入力欄ズーム防止（16px未満があれば底上げ） */
input, textarea, select {
  font-size: 16px;
}

/* 静的化で機能しない外部フィード残骸が出ても潰す */
.cff-wrapper, #cff, .cff_no_more_posts { display: none !important; }

/* 画像のはみ出し保険（古い投稿の固定幅img対策） */
.entry-content img, .wf-cell img { max-width: 100%; height: auto; }

/* （ここに今後の微調整を追記。元 style.css は触らない） */
