<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.boxMenu {
	width: 652px;
	margin: 0 auto;
	background: url("../img/bg_boxmenu.png") repeat-y top center;
}
.boxMenuTop {
	position: relative;
}
.boxMenuMiddle {
	padding: 0 30px;
	position: relative;
	background: url("../img/bg_top.png") no-repeat top center;
}
.boxMenuBottom {
	padding: 0 30px 60px;
	position: relative;
	background: url("../img/bg_bottom.png") no-repeat bottom center;
}
.box {
}
.boxMenuTop .boxMenuList {
	width: 592px;
	position: absolute;
	left: 30px;
	top: 60px;
}
.boxMenuList ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxMenuList ul:before,
.boxMenuList ul:after{
	content: "";
	width: 190px;
	height: 0;
	display: block;
	overflow: hidden;
}
.boxMenuList ul:before{
	order: 1;
}
.boxMenuList ul li{
	width: 291px;
	padding: 10px 0 0;
}
.boxMenuList ul li a{
	display: flex;
	width: 100%;
	height: 30px;
	padding: 0 10px 0 25px;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: center;
	border: 2px solid #ff9a9e;
	border-radius: 100px;
	background: #fff url("../img/arw_pink.png") no-repeat 6px center;
	font-size: 14px;
	text-decoration: none;
	color: #c3484b;
	font-weight: 600;
}
.boxMenuList ul li a span &gt; span {
	font-size: 11px;
}
.boxMenuTop .boxMenuList ul {
	justify-content:flex-start;
}
.boxMenuTop .boxMenuList ul li{
	width: 240px;
	padding-right: 10px;
}
.boxMenuTop .boxMenuList ul li a{
	border: 2px solid #318432;
	background: #fff url("../img/arw_green.png") no-repeat 6px center;
	color: #318432;
}



















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