/* ===== 2ch風 デザイン設定 ===== */

body {
  color: #333;
  line-height: 1.6;
}

/* 広告消去 */
.newspaper-x-banner-ad, .nx-banner-ad, .demo-ad, [class*='ad-'], [class*='banner'], .nx-ad-banner, .newspaper-x-ad, .adsbygoogle, .ad-container {
}

/* ヘッダー修正 */
.site-header {
  position: relative;
}

/* 文字を読みやすくする暗めのオーバーレイ */
.site-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.site-branding {
  position: relative;
  z-index: 1;
}

.site-title a {
  font-weight: bold;
  text-shadow: 2px 2px 4px #000;
}

.site-description {
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}

/* 記事タイトル（スレタイ風） */
.entry-title a {
  font-weight: bold;
}

h2 {
  background: #e0e0e0;
  padding: 5px;
  border-bottom: 2px solid #666;
  font-size: 18px;
}

.widget {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 10px;
}
.widget-title {
  background: #e0e0e0;
  color: #000;
  border-left: none;
  font-weight: bold;
}
