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

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	background-color: #5F5F5F;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
	font-kerning: 20px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width: 640px){
#pageTop {
  bottom: 20px;
}
}

