@charset "UTF-8";
/* CSS Document */

#page-top {
	position: fixed;
	bottom: 35px;
	right: 15px;
	font-size: 90%;
	display: block;
	width: 165px;
	text-align: center;
}

@media screen and (max-width: 640px){
#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 90%;
	display: block;
	width: 100%;
	text-align: center;
}
}
