@charset "UTF-8";

/**
 * cpu_css
 * page_top.css
 */
#page_top{
	display: block;
	width:50px;
	height:50px;
	position:fixed;
	bottom:10px;
	right:15px;
	z-index:350;
	opacity: 0.7;
	cursor: pointer;
}
#page_top img{
	width:100%;
	height:auto;
}
@media print, screen and (max-width: 800px) {
#page_top{
	right:1000px;
	z-index:-10;
}
}