/* ---------------------------------------------------------------
floatingBnrBottom
--------------------------------------------------------------- */
.floatingBnrBottom {
	position: fixed;
	left: 0;
	bottom: -86px;
	width: 100%;
	height: 83px;
	text-align: center;
	border: solid 1px #bfbfbf;
	background-color: #cce1f4;
	box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 3px 0px;
	z-index: 15000;
}
.floatingBnrBottom__contents {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	z-index: 15020;
}

/* コンテンツ */
.floatingBnrBottom__contents--point {
	width: 1010px;
	margin: 0 auto;
	padding: 8px 0;
}

.floatingBnrBottom__contents--point .lead,
.floatingBnrBottom__close {
	display: block;
	background-image: url("/operation/floating_bnr/bnr_20250908/img/58564_footer_floatingbnr.png");
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.floatingBnrBottom__contents--point .lead {
	float: left;
	width: 700px;
	height: 67px;
	line-height: 0;
}

.floatingBnrBottom__contents--point .btn {
	float: right;
	width: 280px;
	padding: 14px 0;
}
.floatingBnrBottom__contents--point .btn > ul {
	float: left;
	width: 230px;
}
.floatingBnrBottom__contents--point .link--member {
	display: block;
	box-sizing: border-box;
	width: 230px;
	height: 36px;
	padding: 9px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	background-color: #ffcd00;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.floatingBnrBottom__contents--point .link--member:hover {
	background-color: #025fae;
	color: #fff;
}

.floatingBnrBottom__close {
	float: right;
	width: 23px;
	height: 23px;
	background-position: -985px -23px;
	margin: 6px 0;
}
.floatingBnrBottom__close > a {
	display: block;
	width: 23px;
	height: 23px;
}
