﻿/*	wnew
============================== */
div.wnew {
	position:relative;
	text-align:left;
	background-color:hsla(0,0%,100%,0.1);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-color:hsla(0,0%,100%,0.6);
	border-bottom-width:1px;
	border-style:solid;
}
div.wnew section {
	position:relative;
}
div.wnew section h2 {
	color:#fff;
	text-shadow:2px 3px 3px hsla(0,0%,0%,0.3);
	font-weight:normal;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
div.wnew section h2 span {
	display:block;
	line-height:1.25;
}
div.wnew section nav ul {
	list-style-type:none;
	background-color:hsla(0,0%,100%, 0.4);
	/* ! */
	position:relative;
	overflow:hidden;
	/* ! */
	letter-spacing: -.4em;
}
div.wnew section nav ul li {
	display:inline-block;
	/* ! */
	position:absolute;
	left:0;top:0;
	/* ! */
	letter-spacing: normal;
}
div.wnew section ul li.nolnk a {
	cursor:default;
}
div.wnew section ul li a {
	display:block;
	text-decoration:none;
	line-height:1.5;
	padding:0 1.5em;
	color:#000;
}
div.wnew section nav ul li a dl dt {
	float:left;
	width:5em;
}
div.wnew section ul li a dl dt span {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(331,100%,75%,0.3)), to(hsla(331,100%,75%,0.3)));
	background-image: linear-gradient(transparent 50%, hsla(331,100%,75%,0.3) 50%);
}
div.wnew section nav ul li a dl dd {
	padding-left:7.5em;
	white-space:nowrap;
}
@media all and (min-width: 768px) {
div.wnew {
	padding:10px 0;
}
div.wnew section {
	max-width:1080px;
	margin:0 auto;
}
div.wnew section nav {
	padding-left:15%;
}
div.wnew section h2 {
	font-size:225%;
	height:46px;
	width:15%;
}
div.wnew section h2 span {
	line-height:46px;
}
div.wnew section ul li a dl dt, div.wnew section ul li a dl dd {
	font-size:112.5%;
}
div.wnew section nav ul,
div.wnew section nav ul li a dl dt {
	height:46px;
}
div.wnew section nav ul li a dl dt, div.wnew section nav ul li a dl dd {
	line-height:46px;
}
}
@media all and (max-width: 767px) {
div.wnew {
	padding:6px 0;
}
div.wnew section {
	padding-right:10px;
}
div.wnew section nav {
	padding-left:20%;
}
div.wnew section h2 {
	font-size:5.5vw;
	height:40px;
	width:20%;
}
div.wnew section h2 span {
	line-height:40px;
}
div.wnew section ul li a dl dt, div.wnew section ul li a dl dd {
	font-size:87.5%;
}
div.wnew section nav ul,
div.wnew section nav ul li a dl dt {
	height:40px;
}
div.wnew section nav ul li a dl dt, div.wnew section nav ul li a dl dd {
	line-height:40px;
}
}