/**
 * @file
 * Subtheme specific CSS.
 */


 /* 日本語用（ページ言語が ja のときだけ適用） */
html:lang(ja), :lang(ja) body {
  font-family:
    /* macOS 新しめ */ "Hiragino Sans",
    /* macOS 古め */ "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    /* Web or ローカル */ "Noto Sans JP",
    /* Windows */ "Yu Gothic Medium", "Yu Gothic", "YuGothic",
    /* フォールバック */ "Meiryo", sans-serif;
}

/* 見出しも同じにするなら（任意） */
:lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(ja) h5, :lang(ja) h6 {
  font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-weight: 600; /* 游の見え方対策：少しだけ太めが綺麗 */
}

/* Windows の游ゴで“細すぎ問題”が出る場合の軽い対策（任意） */
:lang(ja) body { font-weight: 500; }


body{
  max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    color:#222:;
background-color:#fff;
}

#page{
	background:url('/sites/default/files/thanksgiving2025/tg2025bg.png') !important;
}

.navbar{
  justify-content:center;
}

.node__content .field--name-body{
  /*background-color:#fff;
  border:solid 1px #aaa;*/
  color:#222;
min-height:600px;
}
.node__content .field--name-body table{
  margin:0;
}
.node__content .field--name-body th{
  background-color:#3d2d80;
  text-align:center;
  font-size:22px;
}

.node__content .field--name-body td{
  background-color:#fff;
}

.node__content .field--name-body p,
.node__content .field--name-body h2,
.node__content .field--name-body ul{
  margin-left:1em;
  margin-right:1em;
}

.sidebar_first{
  padding:0;
}
#superfish-annual2025,
#superfish-thanksgiving2025,
#superfish-annual-meeting-2023{
  width:100%;
  padding-left:1em;
}

#superfish-annual2025 li,
#superfish-thanksgiving2025 li,
#superfish-annual-meeting-2023 li{
  background-color:#FAE0CB;  
  margin-bottom:4px;
width:100%;

}

#superfish-annual2025 li::after,
#superfish-thanksgiving2025 li::after,
#superfish-annual-meeting-2023 li::after{
      content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 13px 13px 0;
    border-style: solid;
    border-color: #fff6f6 #fff6f6 #ccc #ccc;
}

.sf-menu a{
  color:#222 !important;
  text-decoration:none;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li:hover a {
    color:#666 !important;
    background-color:#f6ccaa !important;
}


.sidebar .block{
  padding:0;
  border:none;
}

table.about td,
table.register td,
table.venue td{
  border:solid 1px #bbb;
}

table.about .bg_gray,
table.register .bg_gray,
table.venue .bg_gray{
  background-color:#ddd;
}

.page-node-1354 a{
  text-decoration:none;
}

.site-footer{
background-color:#e4755d8c;
}

.inner-table td{
border:solid 1px #000;
}

html[lang="en"] #annual2025-menu-link-content5d59b0c0-794c-4011-9e85-e50f4e591bd6,
html[lang="en"] #annual2025-menu-link-content571dab89-5adb-4134-8347-18293b27e783{
display:none;
}
