@charset "UTF-8";
/* CSS Document */

/* clearfix */
.clearfix:after {
	content: " ";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {
	display: block;
}




/* nav */
#nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 30px 0 60px 0;
}
#nav li {
	vertical-align: middle;
	width: 416px;
	text-align: center;
}
#nav li a {
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
}
#nav li.ladies a {
	background: #ff6347;
}
#nav li.mens a {
	background: #6495ed;
}
#nav li.ladies a,
#nav li.mens a {
	opacity: 0.8;
}
#nav li.ladies a:hover,
#nav li.mens a:hover {
	opacity: 1.0;
}

/* text */
#nav .cmt {
	font-size: 18px;
}