@charset "utf-8";
/* CSS Document */
/* page */
.page{
	width:100%;
	text-align:center;
	margin:20px 0;
	overflow:hidden;
	}
.page a{
	display:inline-block;
	width:28px;
	height:28px;
	text-align:center;
	font-size:12px;
	color:#000;
	line-height:24px;
	border:3px solid #d9d9d9;
	border-radius:5px;
	}
.page a:hover,.page .pageact{
	border:none;
	background-color:#00a58b;
	color:#fff;
	border:3px solid transparent;
	}
.page a.first,.page a.last{
	width:58px;
	}
.page a.prev,.page a.next{
	margin:0 6px;
	}
