@charset "utf-8";

/************************************
 BEYOND STADIUM 2025 用CSSファイル
*************************************/

.sectionWrapper .linkList.fWrapper li:nth-of-type(1):hover , 
.sectionWrapper .linkList.fWrapper li:nth-of-type(4):hover {
	background-color: #ff0137;
	opacity: 0.7;
}
.sectionWrapper .linkList.fWrapper li:nth-of-type(2):hover , 
.sectionWrapper .linkList.fWrapper li:nth-of-type(5):hover {
	background-color: #0077c7;
	opacity: 0.7;
}
.sectionWrapper .linkList.fWrapper li:nth-of-type(3):hover , 
.sectionWrapper .linkList.fWrapper li:nth-of-type(6):hover {
	background-color: #1ea942;
	opacity: 0.7;
}
.sectionWrapper .linkList.fWrapper li:hover a {
	color: #fff;
	font-weight: 700;
}


.sectionWrapper .stadium-btn a {
	margin: 10px 0 15px;
}

table.content2025 {
	width: 100%;
	font-size: 1.0rem;
	text-align: center;
}
table.content2025 th {
	width: 230px;
	color: #fff;
	font-weight: 700;
	background: #3ab149;
}
table.content2025 th.content {
	color: unset;
	background: unset;
}
table.content2025 th.day1 {
	width: 40%;
	/* background: #007bc7; */
}
table.content2025 th.day2 {
	width: 40%;
	/* background: #3ab149; */
}
table.content2025 td ul {
	margin: 0 0 0 20px;
	list-style: disc;
	font-size: 1.0rem;
	text-align: left;
}
/*
table.content2025 td ul li {
	padding: 0 0 0 -0.8rem;
}
*/
table.content2025 td ul li::marker {
	content: '・';
}
.sectionWrapper dl dd span.note::before {
	content: '※';
}
.sectionWrapper dl dd span.note {
	display: block;
	padding: 0 0 0 1rem;
	text-indent:-1em;
}

.sectionWrapper ol {
  list-style: none;
  counter-reset: number;
  font-size: 0.8em;
  line-height: 26px;
}
.sectionWrapper ol li {
  position: relative;
  padding-left: 2.5rem;
}
.sectionWrapper ol li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: -10px;
}
.sectionWrapper#boccia h2 img {
	width: 50%;
}



/* タブレット用
-------------------------------------------------------------------------------------------------------------*/
@media (min-width: 767px) {
	.sectionWrapper p.top {
		max-width: 96%;
	}
}



/* スマホ用
-------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) { /* 480px以下に適用されるCSS */
	.sectionWrapper#boccia h2 img {
		width: 80%;
	}
}