@charset "utf-8";
/* CSS Document */
.wpage{
	width: 100%;
	text-align: center;
	padding:40px 0 0;
}
.page{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	clear:both;
	display: inline-block;
}
.page a{
	text-decoration:none;
	color:#d2d2d2;
	width: 38px;
	height: 20px;
	line-height:20px;
	display:block;
	float:left;
	border-right: 1px solid #e6e6e6;
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a:last-child{
	border-right: none;
}
.page a.active{
	color:#b0894e;
	/*border-radius: 50%;*/
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a:hover{
	text-decoration:none;
	color:#b0894e;
	/*border-radius: 50%;*/
	transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}