@charset "UTF-8";
/* CSS Document */

#page-top {
    position: fixed;
    bottom: 160px;
    right: 20px;
}
#page-top a {
	background-color: rgba(256,256,256,0.6);
	text-decoration: none;
	color: #FA6964;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

#page-ret {
    position: fixed;
    bottom: 100px;
    right: 20px;
}
#page-ret a {
	background-color: rgba(256,256,256,0.6);
	text-decoration: none;
	color: #FA6964;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#page-ret a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}