@charset "UTF-8";

/**
 * cpu_css
 * page_top.css
 */



#page_top{
	display:block;
	width:13%;
	height:auto;
	position:fixed;
	bottom:14px;
	bottom: 65px;
	right:3%;
	z-index:9999999;
}

#page_top img{
	width:100%;
	height:auto;
}
@media print, screen and (min-width: 801px) {
#page_top{
	display:block;
	width:30px;
	height:auto;
	position:fixed;
	bottom:9%;
	right:3%;
	z-index:9999999;
}


}