<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main article section {
	position: relative;
	z-index: 0;
}
#main article #field {
	margin-bottom: 10px;
}
#main article #field &gt; p {
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #a4b1d6;
	margin-bottom: 8px;
	position: relative;
}

#main article #field &gt; p::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 140, 1);
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: calc(0.5em);
}

#main article #field &gt; ul {
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
#field &gt; ul &gt; li {
	width: calc(calc(100% - 40px) / 2);
}

#map {
	position: relative;
	margin-bottom: 30px;
}
#main article #map ul.area {
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
#map .area &gt; li {
	width: calc(calc(100% - 10px) / 2);
	color: #333;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -1px 0 #fff,
								1px -1px 0 #fff,
								1px 1px 0 #fff,
								-1px 1px 0 #fff,
								1px 1px 3px rgba(0, 0, 0, 1);
	padding: 10px;
	border: 1px solid #888;
	user-select: none;
}

#map .area &gt; li:nth-child(1) {
	background: #94B8DC url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(2) {
	background: #85D0DF url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(3) {
	background: #99DFD8 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(4) {
	background: #9FCDA0 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(5) {
	background: #D3D87A url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(6) {
	background: #F2CA67 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(7) {
	background: #F4A568 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(8) {
	background: #F3B3B3 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(9) {
	background: #EE9B94 url("../../shared/img/mesh.png");
}

#map .area a {
	display: block;
	text-decoration: none;
}
#map .area li a::after {
	content: none;
	position: absolute;
	right: 7px;
	top: 1em;
}
#map .area li.off a::after {
	content: none;
}

#map .area li &gt; ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0;
}
#map .area li &gt; ul &gt; li {
	width: 100%;
	color: #fff;
	text-align: center;
	position: relative;
}
#map .area li &gt; ul &gt; li.off a {
	color: rgba(0, 0, 0, 0.3);
	text-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	pointer-events: none;
}
/* 
#map .area li &gt; ul &gt; li:not(.off):after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	filter: drop-shadow(1px -1px 3px #fff)
					 drop-shadow(1px 1px 3px #fff);
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%) rotateZ(45deg);
}
 */
#map .area li &gt; ul &gt; li a {
	color: #333;
	text-shadow: -1px -1px 3px #fff,
								1px -1px 3px #fff,
								1px 1px 3px #fff,
								-1px 1px 3px #fff;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	border: 1px solid #fff;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 100, 0.2));
	transition: 0.3s;
}
#map .area li &gt; ul &gt; li a:hover {
	background: rgba(255, 255, 255, 0.4);
}

#members_list {
	scroll-behavior: smooth;
	position: relative;
	z-index: -1;
}
#members_list &gt; section {
	display: none;
	padding-top: 100px;
	margin-top: -100px;
}
#members_list &gt; section &gt; div &gt; table th:nth-child(1),
#members_list &gt; section &gt; div &gt; table td:nth-child(1),
#members_list &gt; section &gt; div &gt; table th:nth-child(2),
#members_list &gt; section &gt; div &gt; table td:nth-child(2) {
	display: none;
}
#members_list &gt; section &gt; div &gt; table th img {
	vertical-align: middle;
}

#members_list &gt; section &gt; div:has( &gt; table td:nth-child(3):empty) {
	visibility: hidden;
	position: relative;
}
#members_list &gt; section:has( &gt; div &gt; table td:nth-child(3):empty)::after {
	content: "è©²å½“é&nbsp;…ç›®ãŒã‚ã‚Šã¾ã›ã‚“";
	position: absolute;
	left: 0;
	bottom: 70px;
}

/* PCã‚µã‚¤ã‚ºåœ°å›³
---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 481px) {
#main article #field {
	width: 60%;
	max-width: 400px;
	position: absolute;
	z-index: 1;
}
#main article #map {
/* 	margin-bottom: 70px; */
}
#main article #map ul.area {
	display: block;
	height: 100%;
	min-height: 420px;
	position: relative;
}

#map ul.area &gt; li {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
	font-size: clamp(11px, 2vw, 16px);
	padding: 5px;
	position: absolute;
	background: rgba(74, 97, 160, 0.2);
}
#map ul.area &gt; li:nth-child(1) {
	width: 27%;
	height: 27%;
	left: 73%;
	top: 0;
	border-radius: 8px;
}
#map ul.area &gt; li:nth-child(2) {
	width: 18%;
	height: 28%;
	left: 73%;
	top: 30%;
	border-radius: 8px 8px 0 0;
}
#map ul.area &gt; li:nth-child(3) {
	width: 18%;
	height: 24%;
	left: 73%;
	top: 58%;
	border-top: none;
	border-radius: 0 0 8px 0;
}
#map ul.area &gt; li:nth-child(4) {
	width: 21%;
	height: 12%;
	left: 52%;
	top: 47%;
	border-right: none;
	border-bottom: none;
	border-radius: 8px 0 0 0;
}
#map ul.area &gt; li:nth-child(5) {
	width: 16%;
	height: 23%;
	left: 57%;
	top: 59%;
	border-right: none;
	border-left: none;
}
#map ul.area &gt; li:nth-child(6) {
	width: 16%;
	height: 29%;
	left: 41%;
	top: 59%;
	border-radius: 0 0 8px 8px;
}
#map ul.area &gt; li:nth-child(7) {
	width: 21%;
	height: 15%;
	left: 20%;
	top: 59%;
	border-right: none;
	border-radius: 8px 0 0 8px;
}
#map ul.area &gt; li:nth-child(8) {
	width: 16%;
	height: 14%;
	left: 22.5%;
	top: 77%;
	border-radius: 8px;
}
#map ul.area &gt; li:nth-child(9) {
	width: 18%;
	height: 34%;
	left: 0;
	top: 63%;
	border-radius: 8px;
}

#map ul.area &gt; li:not(:nth-child(1)) &gt; ul {
	gap: 0;
	width: 100%;
	height: auto;
	font-size: clamp(10px, 2vw, 14px);
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	box-shadow: 2px 2px 10px rgba(0, 0, 100, 0.2);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	transform: scale(1, 0);
	transform-origin: top left;
	transition: 0.3s;
}
#map ul.area &gt; li:nth-child(1) {
	overflow: hidden;
}
#map ul.area &gt; li:nth-child(1) &gt; ul {
	width: 100%;
	height: 100%;
	background: #94B8DC url("../../shared/img/mesh.png");
	border-radius: 9px;
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#map ul.area &gt; li:nth-child(1) &gt; ul &gt; li {
	height: 100%;
}
#map ul.area &gt; li:nth-child(1) &gt; ul &gt; li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -1px 0 #fff,
								1px -1px 0 #fff,
								1px 1px 0 #fff,
								-1px 1px 0 #fff,
								1px 1px 3px rgba(0, 0, 0, 1);
}
#map .area &gt; li:nth-child(2) &gt; ul {
	background: #A8DDE8 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(3) &gt; ul {
	background: #B6E8E3 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(4) &gt; ul {
	background: #BADBBB url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(5) &gt; ul {
	background: #E0E3A0 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(6) &gt; ul {
	background: #F5D992 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(7) &gt; ul {
	background: #F7BF93 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(8) &gt; ul {
	background: #F6C9C9 url("../../shared/img/mesh.png");
}
#map .area &gt; li:nth-child(9) &gt; ul {
	background: #F3B7B3 url("../../shared/img/mesh.png");
}

#map ul.area &gt; li:not(:nth-child(1)):hover &gt; ul {
	transform: scale(1, 1);
	transition: 0.3s;
	z-index: 1;
}
#map ul.area &gt; li &gt; ul &gt; li a {
	background: none;
	padding: 7px 10px;
	border: none;
	filter: none;
}
#map ul.area &gt; li &gt; ul &gt; li:not(:first-child) a {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

}

@media screen and (min-width: 769px) {
	#main article #map {
		position: relative;
		width: 100%;
	/* 	margin-bottom: 140px; */
		z-index: 0;
	}
	#main article #map::before {
		content: "";
		display: block;
		padding-top: 72.34042553191489%;
	}
	#main article #map ul.area {
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	ul.bc {
		position: relative;
		z-index: 1;
	}
}

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