@charset "utf-8";

/* floatBnr */
	#float,
	#floatArea {
		z-index: 9999;
		width: 260px;
		height: 260px;
	}
	#float {
		position: absolute;
		right: 60px;
		top: 315px;
	}
	
	#top #float {
		top: 170px;
	}
	
	#floatArea {
		position: absolute;
		cursor: move;
	}
	
	#float .btReq {
		position: absolute;
		left: 13px;
		bottom: 40px;
	}
	#float .btRes {
		position: absolute;
		left: 13px;
		bottom: -15px;
	}	
	#float .btClose {
	position: absolute;
	right: 7px;
	top: 6px;
	}
@media only screen and (max-width:599px) {
		#float,
	#floatArea {
		display:none;
	}
}