@charset "utf-8";

/*----------------------------------------------------
	フッター固定バナー
----------------------------------------------------*/
#id1.footerBannerBox {
	position:fixed;
	left: 0;
	bottom:-120px;
	width: 100%;
	z-index:9000;
	background: url(/common_v3/images/footer_banner/footer_banner_bg.png) 0 100% repeat-x;
}
#id1.footerBannerBox p{
	margin:0;
	padding:0;
}
#id1.footerBannerBox img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}
.footerBanner {
	width:962px;
	height: 98px;
	box-sizing: border-box;
	margin:0 auto;
	padding: 18px 0 0;
	position:relative;
}
.footerBanner .closeBtn{
	position:absolute;
	bottom:89px;
	right:13px;
	z-index:10001;
	cursor: pointer
}
.footerBanner .banner li a:hover img{ opacity:1; filter: alpha( opacity=100 );}
.footerBanner .closeBtn img:hover{ opacity:0.6; filter: alpha( opacity=60 );}

#id1B.footerBannerTurnup {
	/*display: block;*/
	width: 960px;
	position:fixed;
	left: 50%;
	bottom: -44px;
	z-index:10000;
	margin-left: -480px;
	text-align: right;
}

#id1B.footerBannerTurnup img {
	vertical-align: bottom;
	cursor: pointer;
}

.footerBanner .footerBannerBtns li {
	float: left;
	width: 220px;
	margin-left: 10px;
}

.footerBanner .footerBannerBtns li:first-child {
	margin-left: 0;
}

.footerBanner .footerBannerItem {
	float: left;
	margin: 8px 19px 0 14px;
}

/* btn */
a.btnFooterBannerEntry {
	display: block;
	position: relative;
	padding: 15px 30px 0;
	background: #e83416;
	background: -ms-linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
	background: linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5d45', endColorstr='#e83416', GradientType=0);
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	font-family:'Noto Sans Japanese Medium';
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
	height: 70px;
}

a.btnFooterBannerEntry.isTypeChange {
	background: #5e9600;
	background: -ms-linear-gradient(to bottom,#6baa00 0%,#5e9600 100%);
	background: linear-gradient(to bottom,#6baa00 0%,#5e9600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baa00', endColorstr='#5e9600', GradientType=0);
}

a.btnFooterBannerEntry::after {
	content:"";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -5px;
}

a.btnFooterBannerEntry .btnCaption {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-family:'Noto Sans Japanese Regular';
}

a:link.btnFooterBannerEntry, a:visited.btnFooterBannerEntry, a:hover.btnFooterBannerEntry {
	text-decoration: none;
	color: #ffffff;
}

a.btnFooterBannerSimu {
	display: block;
	position: relative;
	height: 70px;
	padding: 22px 15px 0;
	background: -ms-linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 16px;
	font-family:'Noto Sans Japanese Medium';
	text-align: center;
}

a.btnFooterBannerSimu .iconSimulator {
	display: inline-block;
	padding-left: 24px;
	background: url(/common_v3/images/icon/icon_simulator_s.png) no-repeat 0 50%;
}

a:link.btnFooterBannerSimu, a:visited.btnFooterBannerSimu, a:hover.btnFooterBannerSimu {
	text-decoration: none;
	color: #333333;
}

.btnFooterBannerSimu:hover, .btnFooterBannerEntry:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}
