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