@charset "UTF-8";

/*!
Theme Name: iwakicci-for-2026
Description: いわき商工会議所オリジナルテーマ（for 2026）
Theme URI: http://iwakicci.or.jp/
Author: Y.H
Author URI: http://iwakicci.or.jp/
Template:
Version: 1.0.0
*/

/* カラー定数 Start */
:root {
  --color-text: #424242;
  --color-text-red: #e53900;
  --color-link: #1967d2;
  --color-link-hover: #e53900;
	
  --color-site-key: #3949ab;
  --color-site-subkey: #5c6bc0;

  --color-white: #ffffff;
  --color-black: #000000;

  --color-border: #999999;
  --color-border-light:  #d3d3d3;

  --color-back-gray: #ededed;
  --color-back-font-size-change: #ffff99;
  --color-back-red: #e53900;
  --color-back-yellow: #ffb343;
  --color-back-green: #75b000;
  --color-back-green-light: #e6f9e4;
  --color-back-purple: #a578d2;

  --color-shadow: #444444;

  --color-cat-oshirase: #ff7c80;
  --color-cat-seminar: #ffb343;
  --color-cat-boshu: #75b000;
  --color-cat-koushin: #a578d2;
  --color-cat-jyuuyou: #e53900;

  --color-marker-red: #f9cbcc;
  --color-marker-blue: #b1dafa;
  --color-marker-yellow: #fff59d;

  --color-table-th: #bfb05c;

  --color-sns-x: #000000;
  --color-sns-facebook: #0866ff;
  --color-sns-line: #06c755;
}
/* カラー定数 End */

/* html Start */
html {
  scroll-behavior: smooth;
}
/* html End */

/* body Start */
body {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','MS Sans Serif','Arial',sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5rem;
  color: var(--color-text);
}

body.font-small { font-size: 0.8rem; }
body.font-default { font-size: 1.0rem; }
body.font-large { font-size: 1.5rem; }
/* body End */

/* コンテナ Start */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* コンテナ end */

/* メイン Start */
.container .main {
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
}
/* メイン End */

/* 特定固定ページタイトル非表示 Start */
.user-guide h1,
.user-regi h1,
.user-login h1,
.user-passreset h1,
.user-top-all h1,
.user-top-jyogiin h1,
.user-top-seifukukaito h1,
.user-top-mgr h1,
.user-top-giin h1,
.user-profile h1,
.user-thanks h1 {
  display: none;
}
/* 特定固定ページタイトル非表示 End */