@charset "utf-8";


/* -- div#pagetop-scroll -------------------------------------------------------------------------------------------- */

div#pagetop-scroll {
	display : none;
	padding : 0 10px;
	position : fixed;
	right : 20px;
	bottom : 20px;

}

div#pagetop-scroll img {
width: 70px;
height: 57px;
}

div#pagetop-scroll:hover {
	cursor : pointer;
	opacity : 0.7;

}







