/* ページ上部へ移動 */
#page-top {
	position: fixed;
	right: 0px!important;
	font-size: 77%;
}
#page-top a {
	background: none;
	padding: 0;
  text-decoration: none;
	width: 50px;
  bottom: 40px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}

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