@charset "utf-8";
/* CSS Document */

.page-topN
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
	font-size: 13px;

}
 
.page-topN p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	z-index: 10000;
}
 
.move-page-topN::before
{
	content: 'ü';
	font-family: CONDENSEicon;
}

.move-page-topN:hover
{
	color: #fff ;
}

.move-page-topN
{
	display: block ;
	background: #666 ;
	width: 75px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	opacity: 0.60;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 1.8em;
}
.move-page-top:hover
{
	opacity: 0.85 ;
}