/* ページ上部へ移動 */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	padding: 30px 0;
  text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 5px;
	margin-bottom: 30px;
}
#page-top a:hover {
	text-decoration: none;
}

/* スクロール後のヘッダナビゲーション */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
