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

.float_banner{
	position:fixed;
	bottom:10px;
	right:10px;
	width:180px;
	z-index:999;
}

.float_banner img{
	width:100%;
	height:auto;
}

@media (min-width:521px){
	.float_banner{
		width:240px;
		bottom:20px;
		right:20px;
	}
}