/* ページ上部へ移動 */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	padding: 0;
	text-decoration: none;
	width: 60px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
#page-top a:hover {
	text-decoration: none;
}
#page-top a:hover img{
  opacity: 0.6;
}

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

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  #page-top {
    display: none;
  }
  #page-top a {
    display: none;
  }
}
