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




.header .menuBtn{
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	background:none;
}
.header .menuBtn .menuBar1,
.header .menuBtn .menuBar2,
.header .menuBtn .menuBar3{
	position:absolute;
	width:30px;
	height:2px;
	top:14px;
	left:6px;
	background:#FFF;
	border-radius:2px 2px;	
}
.header .menuBtn .menuBar2{
	top:24px;
}
.header .menuBtn .menuBar3{
	top:34px;
}

.header ul.menuList{
	float:none;
	display:none;
	vertical-align:middle;
	width:100%;
	height:auto;
	padding:0 0 0 0;
	text-align:center;
	background:#333;
	position:absolute;
	top:50px;
	left:0;
	box-shadow:#000 0 10px 20px 0 ;
	z-index:4000;
}
.header ul li{
	display:block;
	width:100%;
	height:auto;
	padding:10px 10% 10px 20px;
	vertical-align:middle;
	text-align:left;
	line-height:2.3em;
	background-image:url(/img/header_arrow.png);
	background-position:right 14px;
	background-repeat:no-repeat;
	border-bottom:#555 solid 1px;
	float:left;
	box-sizing:border-box;
}
/*
.header > ul > li:nth-child(1),
.header > ul > li:nth-child(3),
.header > ul > li:nth-child(5),
.header > ul > li:nth-child(7){
	border-right:#aaa solid 1px;
}
*/
.header ul li:after{
	content:" ";
	display:block;
	padding:0 0;
}
.header ul li:last-child:after{
	content:"";
}

.header ul li a{
	display:inline-block;
	width:100%;
	height:20px;
}
.header ul li a:link,
.header ul li a:hover,
.header ul li a:active,
.header ul li a:visited{
	color:#FFF;
	text-decoration:none;
}
