/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:54:37 */
/* モバイル時 画像を完全中央寄せ */
@media (max-width: 767px) {

  .entry-body img,
  .post-content img,
  .wp-block-image img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wp-block-image,
  figure {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

}