@charset "UTF-8";
/*----------------------------------------

	- meisyuNav

-----------------------------------------*/

/*----------------------------------------
	meisyuNav
-----------------------------------------*/

#fwCms_wrapper .meisyuNav {
	display: grid;
	gap: 1px 1px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1px;
}

#fwCms_wrapper .meisyuNav li {
	min-height: 19.4vw;
}

#fwCms_wrapper .meisyuNav li a {
	display: grid;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 1.3vw .5vw;
	background: #383d3c;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .meisyuNav {
		gap: 2px 2px;
		margin-top: 2px;
	}

	#fwCms_wrapper .meisyuNav li {
		min-height: 60px;
	}

	#fwCms_wrapper .meisyuNav li a {
		padding: 5px;
	}
}