@charset "utf-8";
/* CSS Document */

/* Back to Top */
#pageTop{
	background-color: rgba(255,241,0,0.6);  
	border-radius:5px;
	color:#000000;
	padding:18px;
	position:fixed;
	bottom:10%; /* バナーが無い時は5%*/
	right:5%;
	-webkit-transform: translate3d(0, 0, 3px);
	/*z-index:5; */
	}
/*ここまで*/