@charset "utf-8";
/* CSS Document */


.pagetop {
	display: none;
	position: fixed;
    bottom: 5%;
    right: 30px;
	z-index:99;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background:#1b6fb6;
	color:#fff;
	text-align:center;
	border-radius: 1px;
	font-size: 18px;
	text-decoration: none;
	line-height: 50px;
	z-index:9999;
}



/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/

/******************/
/* for SP         */
/* 768px         */
/* only Header    */
/******************/
@media only screen and (max-width: 768px) {

.pagetop a {
	width: 50px;
	height: 50px;
}

}








