/* ãã¼ã¸ä¸é¨ã¸ç§»å */
#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%;
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {

  #page-top {
    display: none;
}
#page-top a {
    display: none;
}

}