@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#000;
}

/* base.css */

/* デフォルト文字サイズはそのままにします */

body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
   letter-spacing:1px;
   background : #ffffff url(images/bg.gif) repeat-x 0px 90px;
   border-top:0px solid #134D99;
  line-height: 1.7;
  color: #333;
}


/* ヘッダー・ナビ・メインコンテンツの幅指定を調整 */
#wrapper {
  max-width: 100%;

  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

header {
  text-align: center;
  padding: 20px 0;
}

nav {
  background: #0066cc;
  color: #fff;
  padding: 10px;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
}


#main {
  float: left;
  width: 100%;
  box-sizing: border-box;
}


#sidebar {
  float: right;
  width: 28%;
  box-sizing: border-box;
}

/* clearfix */
.cf::after {
  content: "";
  display: block;
  clear: both;
}

/* フッター */
footer {
  clear: both;
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
}

/* テーブル調整（幅固定は避ける） */
table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* 薄い影を追加 */
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}


h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */

div#top {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 　　 position: relative;
}

div#header {
   position:relative;
       width:100%;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
}

div#serch {
   position:absolute;
   top:0;
   right:0;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   float:left;
        width: 100%;
   margin-top:10px; /* menuとその上下のマージンをbg.gifと干渉しないように調整 */
   margin-bottom:15px;
}

div#icatch {

}

div#contents {
   float:none;
  margin-left: 200px;
  margin-right: 200px;
   padding:10px 0;
   background:#fff;
}


div#main {
   float:left;

}

div#main2 {
   float:right;

}

div#sub {
   float:right;

}

div#totop {
   clear:both;
}

div#footMenu {
   float:center;

   margin-top:10px;

}

div#footer {
   clear:both;

}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px 0 0 0;
   font-size:200%;/* 32px相当 */
   line-height:1.0;
}

div#header h1 a:hover {
   color:#f1f1f1;
}


div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:70%;/* 11px相当 */
}

div#header #gnavi li a {
   display:block;
   padding-left:8px;
   background : url(images/bg_arrow.gif) no-repeat 0px 50%;
}


/* ========SERCH CUSTOMIZE======== */
div#serch dt{
   float:left;
   margin:0;
   padding:0;
}

div#serch dd{
   float:left;
   margin:1px 0 0 10px;
   padding:0;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0 0 1px 0;
   padding:0;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#menu li {
   overflow:hidden;
   float:left;
   margin:0;
   margin-left:-1px;
   padding:0;
   border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #cecbce;border-right-color : #cecbce;border-bottom-color : #cecbce;border-left-color : #cecbce;border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;
   border-bottom:none;
   background : #ffffff url(images/bg_menu.gif) repeat-x -40px 0px;
}

div#menu li a {
   display:block;
      width:123px;   /* ホーム～写真館のmenuを固定幅で設定　％設定したいが・・・ */
      height:40px;   /* 20pxから40pxに変更 */
   padding:10px 0;
   line-height:20px;
   font-weight:bold;
   text-align:center;
   outline:none;
}


div#menu li.home {

   margin-left:0;
   border-left:1px solid #CECBCE;
}

div#menu li.active a {
   color:#fff;
   background : #ffffff url(images/bg_menu.gif) repeat-x 100% 100%;
   text-decoration:none;
}


#menu li.active > a {
  background-color: #00bfff;  /* #00bfffは水色　お好みで色調整 */
  color: #fff;
}

#menu li.active > a:hover {
  background-color: #003c99;  /* #003c99は濃い青色　お好みで色調整 */
  color: #fff;
}

#menu li a:hover {
  background-color: #003c99;
  color: #fff;
}






/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#134D99;
}

div#main a:hover {
   color:#134D99;
   text-decoration:underline;
}

div#main h2 {
   clear:both;
   margin-bottom:8px;
   padding:10px 16px;
   line-height:1.6;
   color:#fff;
   font-size:100%;/* 16px相当 */
   font-weight:bold;
  text-align: center;
  background: url("images/bg_h2.gif") repeat;   /* 背景画像を「縦にも横にも繰り返す」*/
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  height: auto;
  display: block;
}

div#main h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:88%;/* 14px相当 */
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
div#main div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
}

* html div#main div.topNavi {
   height:1em;
   overflow:visible;
}

div#main div.topNavi div.topNaviColumn {
   display:inline;

   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

div#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

div#main div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;

   text-align:right;
}

div#main div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background : url(images/bg_arrow.gif) no-repeat left 50%;
}

div#main div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

div#main div.topNavi div.topNaviColumn p.cRight {
   right:0;
}


/* INFORMATION CUSTOMIZE */
div#main dl.information {
   margin:0;
}
div#main dl.information dt {
   float:left;
   padding-top:5px;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background : url(images/bg_dotline.gif) repeat-x 0px 100%;
}

div#main table {
   font-size:75%;/* 12px相当 */
}

table {
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

table th {
   padding: 5px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

table.scorechart th {
	text-align: center;
}
table.scorechart td {
	text-align: center;
}


table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

table td ol{
	margin:0;
padding:0 0 0 30px;
font-size:100%;
}

table td li{
	margin:0;
padding:0;
	list-style-type: none;
}



/* ========MAINCONTENTS CUSTOMIZE======== */
div#main2 a {
   color:#134D99;
}

div#main2 a:hover {
   color:#134D99;
   text-decoration:underline;
}

div#main2 h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background : #ffffff url(images/bg_h2.gif) repeat-x 100% 100%;
}

div#main2 h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:88%;/* 14px相当 */
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

div#main2 h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main2 h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main2 h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main2 p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main2 ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main2 dt {
   margin-bottom:3px;
}

div#main2 dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
div#main2 div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
}

* html div#main2 div.topNavi {
   height:1em;
   overflow:visible;
}

div#main2 div.topNavi div.topNaviColumn {
   display:inline;

   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

div#main2 div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

div#main2 div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;

   text-align:right;
}

div#main2 div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background : url(images/bg_arrow.gif) no-repeat left 50%;
}

div#main2 div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

div#main2 div.topNavi div.topNaviColumn p.cRight {
   right:0;
}


/* INFORMATION CUSTOMIZE */
div#main2 dl.information {
   margin:0;
}
div#main2 dl.information dt {
   float:left;
   padding-top:5px;
}

div#main2 dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background : url(images/bg_dotline.gif) repeat-x 0px 100%;
}


div#main2 table {

   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
      font-size:75%;/* 12px相当 */
}

div#main2 table th {
   padding: 5px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

table th#scorechart {
	text-align: center;
}
table td#scorechart {
	text-align: center;
}


table td {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	text-align:left;
	color: #000;
}

table td#schedule {
   padding:1px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:center;
}

table td ol{
	margin:0;
padding:0 0 0 30px;
font-size:100%;
}

table td li{
	margin:0;
padding:0;
	list-style-type: none;
}





/* ========所属リーグ欄 CUSTOMIZE======== */


table.sleague {


}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:5px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   background:#6E6E6E;
}

div#sub h3 {
   padding:5px;
   font-size:75%;/* 12px相当 */
   font-weight:bold;
   background:#EFEBEF;
}

div#sub h4 {
   padding:5px;
   font-size:75%;/* 12px相当 */
   font-weight: normal;
   background:#FFFFFF;
}
div#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

div#sub li {
   padding:0px;
   font-size:75%;/* 12px相当 */
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

div#sub li a {
	display:block;
	background : url(images/bg_arrow.gif) no-repeat 5px 50%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

div#sub li a:hover {
   display:block;
   color:#333;
   background : #efebef url(images/bg_arrow.gif) no-repeat 5px 50%;
   text-decoration:none;
}

div#sub li.home {
   margin-left:0;
   border-left:1px solid #CECBCE;
}

div#sub li.active a {
   color:#fff;
   background : #ffffff url(images/silver.png) repeat-x 100% 100%;
   text-decoration:none;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:center;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background : url(images/bg_totop.gif) no-repeat 0px 50%;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 7px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:70%;/* 11px相当 */
   color:#999;
   line-height:3.0;
   text-align:center;
}
#top #contents #main p em strong {
	color: #F00;
}
#top #contents #main h3 strong {
	color: #F00;
}
.shusei {
	color: #F00;
}
.akaji {
	color: #F00;
}

/* ========HEADIMAGE CUSTOMIZE======== */
#headImage {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 26 / 10; /* 例: 780x300 = 26:10 */
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0; /* ← 画像下の隙間対策として追加 */
}

#headImage ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

#headImage ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#headImage ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が切れてもOKなら使用 */
  margin: 0;
  padding: 0;
}

#headImage .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: rgba(128, 128, 128, 0.6);  /* 半透明のグレー */
  background-color: rgba(255, 255, 255, 0.3); /* うっすら白背景 */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
  user-select: none;
}

#headImage .slider-arrow:hover {
  background-color: rgba(255, 255, 255, 0.6); /* ホバー時：少し濃く */
}

#headImage .slider-arrow.prev {
  left: 20px;
}
#headImage .slider-arrow.next {
  right: 20px;
}}

#headImage .slider-arrow:hover {
  color: rgba(128, 128, 128, 0.9);  /* ホバー時：やや濃いグレー */
}

#headImage .slider-arrow.prev {
  left: 10px;
}
#headImage .slider-arrow.next {
  right: 15px;
}



/* ========赤文字======== */
.akamoji {
	color: #F00;
}

/* ========ReadMore button======== */
.ReadMoreButton {
    text-align:center;
    padding:10px;
    color:#fff;
    background:#03A9F4;

}
.ReadMoreClose {
    background:#666;
}

/* ========  ======== */
.img-protect {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}


#top,#headImage {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box;
}


/* ビューポート対応 */
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

/* 各セクションの初期設定（スマホ表示） */
.main, .sub {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}


/* セクションのはみ出し防止 */
section {
  max-width: 100%;
  overflow-x: hidden;
}

/* 画像等の自動縮小 */
img, video, iframe, table {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 画像等の縮小 HTMLのimgタグ内にclass="shrink70"として設定*/
img.shrink-image {
  width: 70%;
  height: auto;
  display: block;
}

/* 画像等の縮小 HTMLのimgタグ内にclass="shrink80"として設定*/
img.shrink-image {
  width: 80%;
  height: auto;
  display: block;
}


/* カードやアイコンレイアウトの修正 */
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.feature {
  flex: 1 1 300px;
  max-width: 100%;
}

/* PCサイズでは2カラム（横並び）に変更 */
@media screen and (min-width: 768px) {
  .wrapper {
    display: flex;
    gap: 20px; /* main と sub の間にスペース */
  }


  #main {
    flex: 1; /* subの残りのスペースを全部使う  width: 75%とすれば固定で75%になるため */
  }

  #sub {
    width: 25%;  /* 例: サブが存在すれば25% */
  }
}

/* 共通設定 */
.sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;  /* stretch ではなく top 揃えに */
  gap: 10px;
  padding: 20px 0 10px 0;
  background: #ffffff;
}

/* img をインラインじゃなくブロックにして余計なベースライン余白を消す */

.sponsors img {
  display: block;
  width: 250px;    /* ロゴの大きさはここで制御 */
  height: auto;
  object-fit: contain;
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

#headImage {
  margin-top: 100px;
  width: 100%;
  aspect-ratio: 26 / 10;
  position: relative;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}

/* 上部固定するヘッダー */
#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* メニューの下にある画像が隠れないようにマージンを追加 */
#headImage {
  margin-top: 130px; /* ヘッダー（画像＋メニュー）の高さに応じて調整 */
}


#top.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white; /* または透明を避けるなら任意色 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* headImageが隠れないよう margin-top を確保（トップ固定の高さに応じて） */
#headImage {
  margin-top: 135px; /* ヘッダーとメニューの高さ合計に応じて調整（例: 60+60） */
}


/* コンテンツがヘッダーに隠れないようにマージン調整 */
body {
  padding-top: 135px; /* 画像90＋メニュー分45の高さに応じて調整 */
}


/* 埋め込みGoogleカレンダー用 */

.calendar-wrapper {
  position: relative;
  width: 80%;
  padding-top: 50%; /* 高さの比率 → 4:3比率の場合は75%（変更可） */
  overflow: hidden;
}

.calendar-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* pdf等のアイコンが横に表示されるように */
.link-with-icon {
  display: inline-block;
  white-space: nowrap;
}

.link-with-icon .mini-icon {
  display: inline;
  vertical-align: middle;
  height: 1em;
}

/* 複数スポンサーバナーが改行されて２段にならないように */
.sponsor-banner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; /* ロゴ間の余白（必要に応じて調整） */
  max-width: 150px;   /* 必要なら幅を制限 */
  height: auto;
}

.photo-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 任意：間隔 */
}

  .photo-pair img {
    width: 48%;
    height: auto;
    display: block;
  }

.sub-photo-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 2px; /* 任意：間隔 */
}

/* 直接の子要素である<a>タグをフレックスアイテムとして扱う */
.sub-photo-pair a {
  width: 48%; /* 画像2枚とgapを考慮した幅。こちらに指定する */
  display: block; /* 念のためブロック要素として扱うときれいに表示されやすい */
}

/* <a>タグの中の<img>は、親(a)の幅いっぱいに広がるようにする */
.sub-photo-pair img {
  width: 100%; /* 親要素(a)に対して100% */
  height: auto;
  display: block; /* 画像下の余白防止のためこれは残す */
}



/* NEW/UPDATEアイコンが改行されないようにするスタイル（スマホ対応版）*/
/* .new-iconと.update-iconに共通のスタイル */
.new-icon,
.update-icon {
  /* inline-block から inline に変更して、よりテキストと一体化させる */
  display: inline;
  white-space: nowrap; /* アイコンの前後で改行されるのを防ぐ */
}

/* .new-iconと.update-iconの中の画像にのみ適用するスタイル */
.new-icon img,
.update-icon img {
  /* サイト全体の img { display: block; } を上書きしてインラインに戻す */
  display: inline;
  
  /* テキストとの垂直位置を調整 */
  vertical-align: middle;
  
  /* アイコンの左側に少し余白を設ける */
  margin-left: 5px; 
  
  /* サイト全体の画像スタイルをリセット（念のため） */
  max-width: none;
  width: auto;
  height: auto;
}


  /* ======== ヘッダーお問い合わせボタン ======== */
  .header-contact-button {
    position: absolute; /* ヘッダーを基準に絶対配置 */
    top: 15px;          /* 上からの位置 */
    right: 100px;         /* 右からの位置 */
    z-index: 10;        /* 他の要素より手前に表示 */
  }

  /* ======== フッターお問い合わせボタン、組み合わせ表ボタン・スコアボタン ======== */
  .footer-contact-button,
  .game-button {
    text-align: center; /* 中の要素を中央揃えにする */
    margin-bottom: 20px; /* ボタンと下のコピーライトとの間に余白を設ける */
  }

  /* 問い合わせボタン自体の見た目を整える */
  .header-contact-button input[type="button"],
  .footer-contact-button input[type="button"] {
    background-color: #3366CC; /* ボタンの色 */
    color: #fff;              /* 文字色 */
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
  }
  .header-contact-button input[type="button"]:hover ,
  .footer-contact-button input[type="button"]:hover {
    background-color: #003C99; /* ホバー時の色 メニューホバー時の色と同じにする*/
  }

  /* 組み合わせ表ボタン、スコアボタンの見た目 */
    .game-button input[type="button"] {
      background-color: #6AB457; /* ボタンの色 緑色 */
      color: #fff;              /* 文字色 */
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
    }
    .game-button input[type="button"]:hover {
      background-color: #008000; /* ホバー時の色 濃い緑色*/
    }

  /* ２行目の１文字 字下げ */
  .hanging-indent {
    text-indent: -1em; /* 1行目を1文字分左に移動 */
   padding-left: 1em; /* 2行目以降を1文字分右に移動 */ 
  }


/* --- 試合結果／予定ページ　:targetを使った絞り込み表示機能 --- */
.target-anchor {
  display: none;
}

/*  URLの末尾が #renmei になった時、  それ以降にある他のクラスを持つ行を非表示にする */
#renmei:target ~ #main table .kanto,
#renmei:target ~ #main table .zenkoku,
#renmei:target ~ #main table .kokusai {
  display: none;
}

/*  URLの末尾が #kanto になった時、  それ以降にある他のクラスを持つ行を非表示にする */
#kanto:target ~ #main table .renmei,
#kanto:target ~ #main table .kokusai,
#kanto:target ~ #main table .zenkoku {
  display: none;
}

/*  URLの末尾が #zenkoku になった時、  それ以降にある他のクラスを持つ行を非表示にする */
#zenkoku:target ~ #main table .renmei,
#zenkoku:target ~ #main table .kanto,
#zenkoku:target ~ #main table .kokusai {
  display: none;
}

/*  URLの末尾が #kokusai になった時、  それ以降にある他のクラスを持つ行を非表示にする */
#kokusai:target ~ #main table .renmei,
#kokusai:target ~ #main table .kanto,
#kokusai:target ~ #main table .zenkoku {
  display: none;
}






