@charset "UTF-8";

#page-top{
	z-index:10;
	width:80px;
	height:50px;
	display:none;
	position:fixed;
	z-index:10;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	z-index:10;
	margin:0;
	padding:0;
	text-align:center;
	background:#4c352c;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	z-index:10;
	background:#4c403c;
}
 
#move-page-top{
	z-index:10;
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
