@charset "utf-8";


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

div#pagetop-scroll {
	display: none;
	padding: 15px 20px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.3 );
	position: fixed;
	right: 50px;
	bottom: 50px;
}

div#pagetop-scroll:hover {
	cursor: pointer;
	background: #666666;
	color: #ffffff;
}







