@charset "utf-8";
.content {
	width: 98%;
	margin-left: 5px;
	margin-top: 10px;
	color: #000;
}
content .prev {
	text-align: left;
	margin-left: 7px;
}
.content li {
	text-align: center;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
li {
	list-style: none;
}
.prev a, .mulu a, .next a {
	display: block;
	text-align: center;
	padding: 10px 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #efefef;
}
.footer{
	clear: both;
	margin-top: 65px;
}