@charset "UTF-8";

/**
 * cpu_css
 * page_top.css
 */
#page_top{
	width:60px;
	height:60px;
	position:fixed;
	bottom:126px;
	right:26px;
	z-index:350;
	opacity: 0.85;
	cursor: pointer;
}
#page_top img{
	width:100%;
	height:auto;
}
@media print, screen and (min-width: 801px) {
#page_top{
	width:50px;
	height:50px;
	bottom:100px;
	right:10%;
}
}
@media print, screen and (min-width: 1001px) {
#page_top{
	width:50px;
	height:50px;
	bottom:15px;
	right:3%;
}
}