/* floatBnr */
	#float,
	#floatArea {
		z-index: 3;
	}
	#float {
	  position: absolute;
	  right: 0;
	  bottom: 0;
	}
	#floatArea {
		position: absolute;
		right: 0;
		bottom: 0;
		cursor: move;
	}
	#floatArea .btn {
		padding: 8px 12px;
	}
	#floatArea .btn i {
		padding-right: 5px;
	}
	#floatBtArea {
		position: absolute;
	    right: 0px;
	    bottom: 0;
	}
	#floatBtArea .float-close {
		font-size: 16px;
	    position: absolute;
	    top: -2px;
	    right: 2px;
	    opacity: 1;
	    z-index: 3;
	    font-weight: normal;
	    text-shadow: none;
	}
	#floatBtArea .float-close a {
		color: #fff;
		text-decoration: none;
	}

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