@charset "utf-8";

nav {
	position: fixed;
	position: relative;
	height: 52px;
	clear: both;
	background-color: #4B3A30;
}


.button-toggle {
	float: left;
	width: 90%;
	height: 40px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
}

.title {
	float: left;
	height: 5px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

.title h2 {
	margin: 0;
	font-size: 20px;
}

.title h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu {
	position: absolute;
	top:51px;
	width: 100%;
	background: #222;
	color: #999;
	overflow: hidden;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	position: relative;
}

.menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 20px;
	border-bottom: 1px solid #555;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.menu a:hover {
	background: #333;
}

.warpper {
	max-width:340px;
	margin: 0 auto;
	margin-top: 20%;
	margin-bottom: 20%;
}
