/*==========================================
 ページトップに移動
===========================================*/
.page-top
{
	display           : none ;
	margin            : 0 ;
	padding           : 0 ;
}

/* PAGE TOPボタン */
.page-top p{
	width             : 50px;
	height            : 50px;
	position          : fixed;
	z-index           : 999;
	right             : 20px;
	bottom            : 30px;
	background        : #00acc3;
	opacity           : 0.6;
	border-radius     : 50%;
}

.move-page-top {
	position          : relative;
	display           : block;
	width             : 50px;
	height            : 50px;
	text-decoration   : none;
}

@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}
