#smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 75px;
	z-index: 1233;
}
.smartBanner3Mufg #smartbanner {
	background: #eb4741;
}
.smartBanner3Amex #smartbanner {
	background: #365993;
}
.smartBanner3Dc #smartbanner {
	background: #eb4741;
}
.smartBanner3Nicos #smartbanner {
	background: #eb4741;
}
.smartBanner3Ja #smartbanner {
	background: #1c8655;
}
.smartBanner3Other #smartbanner {
	background: #eb4741;
}
#smartbanner .sb-container {
	margin: 0 auto;
}
#smartbanner .sb-close {
	position: absolute;
	left: 10px;
	top: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	text-decoration: none;
	text-shadow: none;
}
#smartbanner .sb-close:active {
	font-size: 20px;
	color: #e60000;
}
#smartbanner .sb-icon {
	position: absolute;
	left: 48%;
	bottom: 0;
	display: block;
	width: 87px;
	height: 68px;
	background-size: cover;
}
#smartbanner.no-icon .sb-icon {
	display: none;
}
#smartbanner .sb-info {
	position: absolute;
	left: 9%;
	top: 11px;
	width: 123px;
}
.smartBanner3Mufg #smartbanner .sb-info {
	top: 6px;
}
.smartBanner3Amex #smartbanner .sb-info {
	top: 6px;
}
.smartBanner3Other #smartbanner .sb-info {
	top: 6px;
}
#smartbanner .sb-info strong {
	margin-bottom: 3px;
}
#smartbanner .sb-info>span {
	display: block;
}
#smartbanner .sb-info em {
	font-style: normal;
	text-transform: uppercase;
}
#smartbanner .sb-button {
	position: absolute;
	right: 7px;
	top: 27px;
	width: 71px;
	display: block;
}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
	opacity: 0.7;
}
