@charset "UTF-8";
/* CSS Document */

nav{
}

nav ul{
	margin:130px auto 30px;
	overflow:hidden;
	max-width:720px;
}

nav ul li{
	float:left;
	margin-right:60px;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color:#4D4D4D;
	font-size:15px;
	letter-spacing:2px;
}






@media only screen and (max-width: 767px) {
	
	nav ul{
	width:100%;
	margin:0 auto 0;
}

nav ul li{
	width:50%;
	text-align:center;
	margin-right:0;
	padding:15px 0;
	border-bottom:1px solid #CCCCCC;
}

nav ul li:nth-child(2n){
	border-left:1px solid #CCCCCC;
}

nav ul .border_none{
	border-bottom:none;
}
}