/* floatBnr */
	#float,
	#floatArea {
		z-index: 9999;
		width: 230px;
		height: 50px;
	}
	#float {
	  position: absolute;
	  top: 330px;
	  right: 60px;
	}
	#floatArea {
		position: absolute;
		top: 0;
		left: 0;
		cursor: move;
	}

@media (max-width: 736px) {
	#float {
		display: none !important;
	}
}