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

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	opacity: 0.8;
}
#page-top a {
	background: #8DB9FF;
	text-decoration: none;
	color: #fff;
	width:  100px;
	padding: 40px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #8DB9FF;
}
