/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(https://www.kozaisoft.com/blg_mt/mt-static/support/theme_static/rainier/css/base.css);
@import url(https://www.kozaisoft.com/blg_mt/mt-static/support/theme_static/rainier/css/rainier-white/screen.css);
/* end StyleCatcher imports */

/* --- 記事タイトル枠線 --- */
.asset-name {
  border: 2px solid #ccc;
  padding: 8px;
  background-color: #f9f9f9;
}

/* --- ヘッダー背景画像削除 --- */
#header,
#header-inner,
#header-content,
#header::before,
#header-inner::before,
#header-content::before {
  background: none !important;
}
#header-content::before {
  content: none !important;
}

/* --- ヘッダー全体のレイアウト --- */
#header,
#header-inner {
  text-align: left !important;  /* 中央寄せ解除 */
}
#header {
  padding-bottom: 10px !important; /* 下余白縮小 */
}

/* --- ヘッダーコンテンツ --- */
#header-content {
  width: auto !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  background-color: #fff !important;
  box-sizing: border-box;
  height: auto !important;
  min-height: 0 !important;
  text-align: left !important;
  color: #000 !important; /* 文字色を濃く */
}

/* --- タイトル --- */
#header-content h1,
#header-content h1 a {
  margin: 0 !important;
  color: #000080 !important; /* ネイビー */
  text-align: left !important;
}

/* --- 説明文 --- */
#header-content p#header-description {
  margin: 0 !important;
  color: #aaa !important; /* 薄いグレー */
  font-weight: normal !important;
 text-align: left !important;   /* 確実に左寄せ */
}
