@charset "UTF-8";

#page-top{
	width:80px;
	height:80px;
	display:none;
	position:fixed;
	right:50px;
	bottom:90px;
	display:none;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.1s;
	-moz-transition:all 0.1s;
	transition:all 0.1s;
	opacity:0.7;
}
 
#page-top p:hover{
	opacity:0.5;
}
 
#move-page-top{
	padding-top:5px;
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	font-weight:bold;
	font-size:24px;
}
