

.floatBnrSP { display: none; }


@media screen and (max-width: 769px) {
	.floatBnrSP { display: block !important; width: 100%; max-width: 640px; margin: 0px auto; min-height: 87px; box-sizing: border-box; z-index: 10000; position: relative; }
	.floatBnrSP ul { vertical-align: bottom; list-style: none; margin: 0; min-height: 87px; padding: 0; }
	.floatBnrSP ul li { margin: 0; padding: 0; font-size: 0; line-height: 0; min-height: 87px; list-style-type: none; position: relative; }
	.floatBnrSP ul li a.closeBtn { position: absolute; right: 0; top: 0; display: block; }
	.floatBnrSP ul li a.closeBtn img { width: auto; height: 25px; }
	.floatBnrSP ul li a img:hover { opacity: 1.0; }
	.floatBnrSP img { width: 100%; height: auto; }

	.floating { width: 100%; position: fixed; bottom: 0px; left: 0; }
}