@charset "UTF-8";

#page-top{
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
 
#page-top p{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #73CC85;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
 
#page-top p:hover{
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
  zoom: 1;	
}
 
#move-page-top{
	color: #FFF;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-size: 16px;
}