/* CSS Document */
/*PC*/
@media print, screen and (min-width:1000px){
#page-top {
	position: fixed;
	bottom: 124px;
	right: 20px;
	font-size: 77%;
	z-index:1000;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px !important;
	height:50px !important;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	z-index:1000;
}
#page-top a:hover {
	text-decoration: none;
	filter:alpha(opacity=20); opacity:0.8;
	z-index:1000;
}
}
/*smart*/
@media print, screen and (max-width:999px){
	#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:1000;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px !important;
	height:50px !important;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	z-index:1000;
}
#page-top a:hover {
	text-decoration: none;
	filter:alpha(opacity=20); opacity:0.8;
	z-index:1000;
}
}