/* O-Stream 本体 (tenant/ogawa/www/css/main/color.css) からヘッダ/フッタ関連の
 * CSS 変数のみを抜粋して biseone クローンに移植。本番/dev で色を切り替える。
 */
:root {
  /* ヘッダ (本番) */
  --header-color:           white;
  --header-bg-color:        black;
  --header-bg-color2:       midnightblue;
  /* ヘッダ (dev/test) */
  --header-test-bg-color:   rgb(20, 32, 32);
  --header-test-bg-color2:  rgb(0, 51, 51);

  /* フッタ (本番) */
  --footer-color:           white;
  --footer-bg-color:        black;
  --footer-bg-color2:       midnightblue;
  /* フッタ (dev/test) */
  --footer-test-bg-color:   rgb(20, 32, 32);
  --footer-test-bg-color2:  rgb(0, 51, 51);

  /* メイン本体 */
  --main-color:             midnightblue;
  --main-bg-color:          aliceblue;

  /* breadcrumb */
  --breadcrumb-btn-color:    white;
  --breadcrumb-btn-bg-color: midnightblue;
}
