<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* floatBnr */

	#float,
	#floatArea {
		z-index: 9999;
		width: 240px;
		height: 132px;
	}
	#float {
		position: fixed;
		top: 140px;
		right: 25px;
		width: 240px;
		height: 112px;
		z-index: 9999;
	}
	#floatArea {
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: move;
	}
	#float .close2 {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 104;
	}
	#float .float-img{
		z-index: 100;
	}
	#float .float-img .sp{
		display: none;
	}
	#float .btn-link {
		position: absolute;
		bottom: 0px;
		left:0px;
		width: 240px;
		height: 132px;
		z-index: 102;
	}

@media only screen and (max-width:640px) {
	#float {
		display: block;
		position: relative!important;
		top: 0;
		left: 0;
		width: 240px;
		height: 112px;
		text-align: center;
		margin: 0 auto 40px;
	}
	#floatArea {
		display: block;
		margin: auto;
	}
		#float .close2{
		display: none;
	}
}
</pre></body></html>