@charset "utf-8";



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

div#pagetop-scroll {
	display : none;
	padding : 15px 20px;
	position : fixed;
	right : 30px;
	bottom : 60px;
    z-index: 2;
}

div#pagetop-scroll:hover {
	cursor : pointer;
    opacity: 0.8;
    transition-duration: 0.3s;
}



		@media screen and (max-width: 1024px) {


            div#pagetop-scroll {
                display : none;
                padding : 15px 0px;
                position : fixed;
                right : 0px;
                bottom : 5px;
                z-index: 2;
                margin: 0 0 5px 0;
            }
            div#pagetop-scroll img{width: 70%;}


            div#pagetop-scroll:hover {
                cursor : pointer;
                opacity: 0.7;
                transition-duration: 0.3s;

            }

		}






