/* アプリ訴求フロートバナー */
.wrap_floating_bnr {
	max-width: 444px;
	margin-left: 11px;
	position: fixed;
	z-index: 99;
	bottom: 10px;
	right: 65px;
}

.cmn-float_bnr {
	display: block;
}
.cmn-float_bnr img {
	width: 100%;
}
.float_close_box {
	display: block;
	cursor: pointer;
	position: absolute;
	top: -14px;
	right: -20px;
	margin-right: 2%;
	width: 30px;
}
.float_close_box img {
	width: 100%;
}
.wrap_floating_bnr.bottom {
	position: absolute;
}

.wrap_dekatsu_iframe {
	display: none;
}

/* TAB用指定 */
@media screen and (min-width: 768px) {
	.float_close_box {
		top: -14px;
		right: -24px;
	}
}