@charset "utf-8" ;
/**************************************************
	* to-top.css
	* 配布場所
	https://syncer.jp/jquery-to-top-button
	* 更新日時
	2015/09/11 19:54 
        2018/03/06 page-top div の追加
**************************************************/

.page-top{
	display: none;
	margin: 0;
	padding: 0;
}
.page-top p{
	margin: 0;
	padding: 0;
	position: fixed;
	right: 5%;
	bottom: 10px;
}
.page-top div{
	margin: 0;
	padding: 0;
	position: fixed;
	right: 5%;
	bottom: 10px;
}
.page-top p a:hover{
	color: navajowhite;
        background-color: sienna;
	text-decoration: none;
}
.page-top div a:hover{
	color: navajowhite;
        background-color: sienna;
	text-decoration: none;
}
.move-page-top{
	display: block;
	background-color: maroon;
	border-radius: 50%;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	cursor: pointer;
	color: white;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
}
