
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

#nav,#nav *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#nav,#nav ul{margin:0;padding:0;list-style:none;width:100%;float:left;}


#nav a{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	color:#666;
	text-decoration:none;
	width:100%;
	border-top:1px solid #ddd;
	padding:0.7em 1em;
	float:left;
}
#nav a:hover {
	color:#ee0000;
}
.nav_on {
	color:#ee0000;
}
#nav.opened{max-height:9999px}
#nav-toggle{
	margin:15px 15px 0 0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:40px;
	height:28px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background: url("../../images/hamburger.gif") no-repeat;
	cursor: pointer;
}
.js #nav{clip:rect(0 0 0 0);max-height:0;position:absolute;display:block;overflow:hidden}


@media all and (min-width:  641px){
.js #nav{
	position:relative !important;max-height:none;
}


#nav-toggle{
	display:none;
}

#nav li{	
	 float:left;
	font-size:13.5px;
	color:#666;
	text-decoration:none;
	margin:30px 0 0 0;
	padding:0;
}
#nav a {
	border: none;
}
		
#nav a:hover {
	color:#ee0000;
}
}


