@charset "UTF-8" ;


.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 15px ;
	bottom: 15px ;
}

.page-top img
{
	width: 50px ;
	height: 50px ;

}
 
.move-page-top .move-page-top img
{
	display: block ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


@media screen and ( min-width:768px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

