@charset "UTF-8" ;

/* linktopagetop */
#linktopagetop {
	position: fixed;
	bottom: 5px;
	right: 20px;
	font-size: 70%;
  z-index: 10;
}
#linktopagetop a {
	background: #464646;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#linktopagetop a:hover {
	text-decoration: none;
	background: #999;
}
