


nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	padding-bottom: 20px;
}
nav .tw{
	letter-spacing: 1px;
	font-size: 17px;
	margin: 15px 25px;
	font-weight: 600;
}
nav .en{
	font-size: 17px;
	margin: 15px 20px;
	font-weight: 600;
}
nav .ja{
	font-size: 17px;
	margin: 15px 25px;
	font-weight: 600;
}
nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 13: three circles */
#cl-effect-13  {
	text-align: center;
	clear: both;
	
}
#cl-effect-13 ul{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#cl-effect-13 li {
	float: left;
	height: 40px;
	position: relative;
	list-style-type: none;
}

#cl-effect-13 li  a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	color: #666;
	text-align: center;
	float: none;
}

#cl-effect-13 li a::before {
	position: absolute;
	top: 80%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.0em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#cl-effect-13 li a:hover::before,
#cl-effect-13 li a:focus::before {
	color: #36F;
	text-shadow: 10px 0 #36F, -10px 0 #36F;
}

#cl-effect-13 li a:hover,
#cl-effect-13 li a:focus {
	color: #36F;
}










/*---選單分类---*/
#cl-effect-13 li ul{
	display: none;
	position: absolute;
	top: 45px;
	width: 116px;
	z-index: 11;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../images/1px_black.png);
}
#cl-effect-13 li ul li{
	margin: 0;
	background-image: none;
	position: relative;
	z-index: 1000
}
#cl-effect-13 li ul a{
	background: none;
	color: #FFF;
	width: 110px;
	margin-left: 3px;
	font-size: 13px;
}
#cl-effect-13 li ul a:hover{
	color: #FFF;
	font-weight: 300
}

#cl-effect-13 li ul a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.0em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#cl-effect-13 li ul  a:hover::before,
#cl-effect-13 li ul  a:focus::before
 {
	color: #FFF;
	text-shadow: 10px 0 #FFF, -10px 0 #FFF;
}

