@charset "UTF-8";

/**
 * cpu_css
 * page_top.css
 */
#page_top{
	width:60px;
	height:60px;
	position:fixed;
	bottom:80px;
	right:5px;
	z-index:350;
	opacity: 0.7;
	cursor: pointer;
}
#page_top img{
	width:100%;
	height:auto;
}
@media print, screen and (min-width: 1001px) {
#page_top{
	bottom:20px;
}
}