@charset "UTF-8";

#page-top{
	width : 60px;
	height : 60px;
	display:none;
	position:fixed;
	bottom : 16px;
  right : 5px;
  z-index : 999;
}
 
#page-top P{
	margin:0;
	padding:0;
	text-align:center;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(128, 128, 128, 0.51);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
  font-size : 20px;
}
 
#page-top P:hover{
	background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(255, 0, 0, 0.59);
  color : #cccccc;
}
 
#move-page-top{
	color : #ffffff;
	line-height : 70px;
	text-decoration:none;
	display:block;
	cursor:pointer;

}
