@charset "utf-8";

/* CSS Document */


/*　　page-topブロック　　*/


#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
}

 

#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	margin-left: 8px;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
