@charset "UTF-8" ;
#pageTop {
  position: fixed;
  bottom: 120px;
  right: 20px;
}
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
#pageTop a {
  display: block ;
	background: rgba(0, 0, 0, 0.3) ;
	width: 40px ;
	height: 40px ;
	cursor: pointer ;

	font-weight: 600;
	font-size: 1.6em;
	color: #fff ;
	line-height: 40px ;
	text-decoration: none ;
	text-align: center ;

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

}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.6;
}
