<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

h3.h3Ul {
	color: #e61e73;
	border: none;
	border-bottom: #e61e73 solid 1px;
	font-size: 25px;
	font-weight: 500;
}
.area {}
.area h4.ken {
	font-size: 26px;
	font-weight: 500;
	padding: 0.3em 0;
}
.area {
	padding: 30px 0;
}
.area h3.shopName {
	font-size: 32px;
	font-weight: 500;
	border-top:#c9caca solid 2px;
	border-bottom:#c9caca solid 2px;
	padding: 0.5em 0;
	margin-bottom: 0.6em;
}
.area h3.shopName span {
	border-bottom:#c9caca dotted 2px;
	font-size: 75%;
	display: block;
	padding: 0 0 0.5em 0;
	margin-bottom: 0.5em;
}
.sportsbar h2.h2Shops {
	color: #e61e73;
	font-size: 32px;
	font-weight: 500;
	border-top: #e61e73 solid 2px;
	padding: 0.5em 0 0;
	margin-top: 1em !important;
}

.sportsbar #sec10 {}
.sportsbar #sec10 table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
}
.sportsbar #sec10 table th,.sportsbar #sec10 table td {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	padding: 1em;
	line-height: 1.6;
	border: #999 solid 1px;
	word-break: break-all;
	
}
.sportsbar #sec10 h2 {
	border: none; 
}
.sportsbar #sec10 table th {
	background-color: #fadce2;
}
.sportsbar #sec10 table td {}
.sportsbar #sec10 .imgBox {
	border: #ccc solid 1px;
	padding: 5%;
}

@media screen and (max-width : 959px ){
	.area h4.ken {
	font-size: clamp(22px, 3.0vw, 24px);
	}
	.area h3.shopName {
		font-size: clamp(24px, 3.3vw, 26px);
	}
	.sportsbar #sec10 table th,.sportsbar #sec10 table td {
		font-size: clamp(13px, 1.9vw, 15px);
	}
}

@media screen and (max-width : 599px ){
	h3.h3Ul {
		font-size:4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
		padding: 1em;
	}
	.area h4.ken {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	.area h3.shopName {
		font-size: 5.9vw;
		font-size: clamp(21px, 5.9vw, 23px);
	}
	.sportsbar h2.h2Shops {
	font-size: 6.4vw;
		font-size: clamp(23px, 6.4vw, 25px);
	}
	.sportsbar #sec10 table th,.sportsbar #sec10 table td {
		display: block;

		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
	}
	.sportsbar #sec10 table th {
		font-weight: 500;
		text-align: center;
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
		padding: 0.5em;
	}
}

</pre></body></html>