/*
Theme Name: shinki
Description: shinki
*/


/* Instagramを画面（viewport）中央に強制配置：安定版 */
.ig-plugin{
  position: relative !important;
  clear: both !important;

  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  text-align: center !important;
  margin: 24px 0 !important;
  padding: 0 12px !important;        /* 端ギリギリ防止 */
  box-sizing: border-box !important; /* 横はみ出し防止 */
  overflow-x: hidden !important;     /* 横スクロール予防 */
}

/* 中身は最大540pxで中央 */
.ig-plugin blockquote.instagram-media{
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 540px !important;
  margin: 0 auto !important;
}

.ig-plugin iframe{
  display: block !important;
  margin: 0 auto !important;
}




