@charset "UTF-8";
/*================================================
 *  totop ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:10px;
	right:10px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:navy;
}
.totop img:hover {
	background:blue;
}
