@charset "UTF-8";

#page-top {
	z-index: 9100;
	position: fixed;
	right: 2%;
	bottom: 10%;
}

#page-top a{
	display: block;
	width: 44px;
	height: 124px;
	text-indent: -9999em;
	background: url(../img/btn/arrow.png) no-repeat 0px 0px;
	background-size: cover;
	cursor: pointer;
}

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