@charset "utf-8";
body {
	background: url(/img/main_bg.gif) repeat-x 0% 0%;
	text-align: center;
}

#intro {
	width: 996px;
	height: 370px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -185px;
	margin-left: -498px;
}


#main-Visual {
	clear:both;
	width: 100%;
	height:436px;
}

#container {
	clear:both;
	position:relative;
}

.m_fla {
	position: absolute;
	top: 0px;
	margin-left: -640px;
	width: 100%;
}
.m_banner {
	clear: both;
}
.m_banner li {
	float: left;
}
.h40 {
	clear: both;
	margin-bottom: 40px;
}

.partner-section {
	clear:both;
	height:95px;
/*	background:url(/img/mb_bg.gif) no-repeat 0% 0%;*/
}
#Footer {
	clear: both;
	padding-top:12px;
	text-align:center;
	border-top: 0px solid #e0e0e0;
}
.bm_logo {
}
.copyright {
}

/***** Swiper *****/
.mainSwiper {
	width: 100%;
	height:436px;
}
.swiper-slide {
	text-align: center;
	background-position: center;
	background-size: contain;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height:100%;
	object-fit: cover;
}


