/*-- TOPへ戻る.js --*/
#topbutton {
	/* ▽表示位置を画面右下固定 */
	position: fixed;
	bottom: 16px;
	right: 16px;
	width: 7em;
	/* ▽最初は非表示 */
	display: none;
	/* ▽配色・配置・文字の装飾など */
	background-color: #afafaf;
	opacity: 0.75;
	border-radius: 20px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 7px;
}
#topbutton a {
	color: white;
	text-decoration: none;
}
#topbutton a:hover {
	color: #004080;
}
#move-top{
	display: block;
	cursor: pointer;
}
