/* floatBnr */
	#float,
	#floatArea {
		z-index: 9999;
		width: 320px;
		height: 315px;
	}
	#float {
	  position: absolute;
	  right: 60px;
	  top: 204px;
	}
	#floatArea {
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: move;
	}
	#floatArea .close {
		position: absolute;
		right: -1px;
		top: 0px;
		width: 20px;
		height: 20px;
		text-align: center;
		text-indent: -9999px;
		background-image: url(../floatbnr/imgs/bt-close.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#floatArea .close a {
		display: block;
	}


@media only screen and (max-width:640px){
	#float {
		display: none;
	}
}