/*fotter_banner*/
#bannerarea {
	width: 100%;
	/*background-image: url(/marronnier-bim/2023/images/top_fbanner_bg.png);*/
	background-color: rgba(213, 232, 250, 0.603);
	background-repeat: repeat;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 500;
    text-align: center;
	padding: 15px auto;
}

#bannerarea .footer_banner_button {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #666;
	z-index: 501;
	cursor: pointer;
}
@media (max-width: 850px) {
#bannerarea {
	display: none;
}
}

/* */
#bannerarea {
	text-align: center;
}
#bannerarea table {
	width: inherit;
	margin: 0 auto 15px 0;
	padding: 0 50px;
}
#bannerarea table td {
	display: inline-block;
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#bannerarea table td img {
	max-width: 180px;	
	width: 80%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#banner_close{
	position: absolute;
	display:inline-block;
	right: 15px;
	top: 5px;
	color: #666;
	z-index: 501;
	cursor: pointer;
}