/* トップページの格子（ブロック）— 大きさ・影・余白は、これまでのXidear（style.css の .sizeNxN / .sizemenu）をそのまま使う */

.xidear-front-grid { position: relative; width: 100%; }
.xidear-front-grid::after { content: ""; display: block; clear: both; }

/* 1マスの大きさの見本（メニューブロックと同じ大きさ。Packeryがこれを測る） */
.xidear-front-grid .grid-sizer { position: absolute; float: none; visibility: hidden; pointer-events: none; box-shadow: none; }

/* ブロックの入れ物。JSが動かないときは、従来どおり左から順に並ぶ */
.xidear-grid-item { float: left; }
.xidear-grid-item > div { float: none; display: flow-root; }
.xidear-grid-item > .xidear-fb-widget > * { float: none; }

.xidear-grid-item.is-draggable { cursor: grab; }
.xidear-grid-item.is-dragging { cursor: grabbing; opacity: 0.85; z-index: 20; }

/* 画像＋リンク */
.xidear-fb-image a, .xidear-fb-image img { display: block; width: 100%; height: 100%; }
.xidear-fb-image img { object-fit: cover; }
/* スライダー */
.xidear-fb-slider-wrap .swiper { width: 100%; height: 100%; }
.xidear-fb-slider-wrap .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* 動画 */
.xidear-fb-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
/* 新着情報リスト */
.xidear-fb-postlist { box-sizing: border-box; padding: 12px; overflow-y: auto; background: #f3f8ff; }
.xidear-fb-postlist h3 { margin: 0 0 8px; padding-bottom: 4px; font-size: 16px; color: #1e6fd0; border-bottom: 2px solid #1e6fd0; }
.xidear-fb-postlist ul { list-style: none; margin: 0; padding: 0; }
.xidear-fb-postlist li { margin: 0 0 6px; padding-bottom: 5px; font-size: 13px; line-height: 1.4; border-bottom: 1px dashed #ccc; }
.xidear-fb-postlist li:last-child { border-bottom: 0; }
.xidear-fb-date { display: block; font-size: 11px; color: #888; }
.xidear-fb-postlist a { font-weight: bold; text-decoration: none; }
/* 検索フォーム */
.xidear-fb-search { box-sizing: border-box; padding: 8px; overflow-y: auto; }
/* 「ブロックを整頓する」ボタン（メニューブロック2つ分の大きさ：幅150×高さ109） */
.xidear-fb-reset { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 150px; height: 109px; margin: 6px; text-align: center; background: #e0e0e0; border: 2px dashed #999; border-radius: 3px; cursor: pointer; font-weight: bold; color: #333; font-size: 14px; line-height: 1.4; }
@media only screen and (orientation: portrait) { .xidear-fb-reset { width: 11.4rem; height: 8.5rem; margin: 0.3rem; font-size: 1.3rem; } }
