@charset "UTF-8";

#page-top {
	z-index:10000;
	position: fixed;
	right: 5%;
	bottom: 10%;
	/*font-size: 77%;*/
}
#page-top a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999em;
	background: url(../img/btn/scrollBtn.png) no-repeat 0px 0px;
	background-size: cover;
}

#page-top a:hover {
	text-decoration: none;
	opacity:0.4;
}
