#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: 8.7%;
	bottom: calc(50% - 22px);
	display: block;
	width: 44px;
	height: 44px;
	background-size: cover;
}
.smartBanner3Mufg #smartbanner .sb-icon,
.smartBanner3Amex #smartbanner .sb-icon,
.smartBanner3Dc #smartbanner .sb-icon,
.smartBanner3Nicos #smartbanner .sb-icon,
.smartBanner3Ja #smartbanner .sb-icon {
	left: 11.4%;
	bottom: calc(50% - 26px);
	width: 53px;
	height: 53px;
}
.smartBanner3Other #smartbanner .sb-icon {
	bottom: calc(50% - 22px);
	display: block;
	width: 94px;
}
#smartbanner.no-icon .sb-icon {
	display: none;
}
#smartbanner .sb-info {
	position: absolute;
	left: 29%;
	top: calc(50% - 18px);
	width: 153px;
}
.smartBanner3Mufg #smartbanner .sb-info,
.smartBanner3Amex #smartbanner .sb-info {
	left: 27.4%;
}
.smartBanner3Dc #smartbanner .sb-info {
	left: 27.4%;
}
.smartBanner3Nicos #smartbanner .sb-info,
.smartBanner3Ja #smartbanner .sb-info {
	left: 27.4%;
}
.smartBanner3Other #smartbanner .sb-info {
	left: 36.5%;
	top: calc(50% - 16px);
	width: 153px;
}
#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;
}
