@charset "UTF-8";

div.page-top{
	position:fixed;
	height:88px;
	width:72px;
	right:16px;
	bottom:32px;
	background-image:url(../images/top_icon.png);
	background-repeat:no-repeat no-repeat;
	overflow:hidden;
}
a.move-page-top{
	display:block;
	padding-top:88px;
}
div.page-top:hover{
	background-position:-72px 0;
}

@media screen and (max-width:640px) {
	div.page-top{
		position:fixed;
		height:88px;
		width:72px;
		right:0px;
		bottom:0px;
		background-image:url(../images/top_icon.png);
		background-repeat:no-repeat no-repeat;
		overflow:hidden;
	}
}