@charset "UTF-8";

#page-top{
	width: 55px;
	height: 55px;
	-webkit-border-radius: 25px;/* width,height?̔??? */
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #fff;/* ?~?̐F */
	display:none;
	position:fixed;
	right:50px;
	bottom:20px;
	z-index:99999;
}

#page-top p{
	width: 50px;
	height: 44px;
	-webkit-border-radius: 25px;/* width,height?̔??? */
	-moz-border-radius: 25px;
	border-radius: 25px;

	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
	background:#red;
}

#move-page-top{
	color:#fff;
	font-size:2.8em;
	text-align:center;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
