#nav a {
	padding: 13px 6px;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4em;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	background: #ae8bc0;
}

/*スマホ用ナビゲーション ---------*/
#nav {
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	top: 0; left: 0;
	z-index: 9999;
	width: 100%;
	text-align: left;
	background: #d0b8dc;
}
#nav ul {
	display: none;
}

/* nav-wrap */
#nav-wrap {
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 999;
	width: 100%;
}
/* menu icon */
#menu-icon {
	color: #fff;
	width: 85px;
	height: 35px;
	background: #d0b8dc url(../template/menu-icon.png) no-repeat left center;
	padding: 10px 11px 0 0;
	margin: 0;
	cursor: pointer;
	display: block; /* show menu icon */
}
#menu-icon.active {
	background: #d0b8dc url(../template/menu-close.png) no-repeat left 
}

#menu {
	background: #d0b8dc;
	padding: 10px 0 20px;
}


/*990px以上 ----------------------------------------*/

@media screen and (min-width:990px){
#nav {
	top: 0; left: 0;
}

#menu-icon {
	display: none;
}
#nav ul {
	display: block;
                                width: 100%;
}
#nav ul li a {
}


div.navcontents {
                                width: 980px;
	margin: 0 auto;
                                text-align: center;
}

nav {
	margin: 0 auto;
}
#nav a {
	padding: 16px 4px 0;
	font-weight: normal;
	line-height: 1.4em;
	display: block;
	border-bottom: none;
	text-align: center;
	text-decoration: none;
	color: #fff;
	float: left;
	height: 42px;
}
#nav a img {
	height: 25px;
}

#menu {
	background: none;
	padding: 0;
}
}