/* ページ上部へ移動 */
#page-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	font-size: 77%;
}
#page-top a {
  width: 70px;
  height: 57px;
	padding: 0;
  text-decoration: none;
	width: 100px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
#page-top a img {
  transition: opacity 0.2s ease;
}
#page-top a:hover img {
  opacity: 0.5;
}

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