@charset "utf-8";

/* 複数ページ共通 右カラムの「PAGE TOP」ボタン */

/**pagetop**/
#page-top {
	position:fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #FD4C99;
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 0px;
	width: 100px;
}

#page-top a:hover {
	background: #FF6CB9;
	text-decoration: none;
}

