@charset "utf-8";

/* ページ最上部までスクロールで戻る */

#page_top {
	position:fixed;
	bottom: 20px;
	right: 20px;
	font-size: 75%;
}

#page_top a {
	background: #555;
	border-radius: 10%;
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	width: 50px;
}

#page_top a:hover {
	background: #888;
}

