@charset "utf-8";
/* ---------- フッター部分 ---------- */
#footer{
	clear:both;
	width:950px;
	margin-top:10px;
	font-family:"MS PGothic","Osaka",Arial, sans-serif;
	line-height:17px;
	/*background-color:#FFFFFF;*/
}

#footer img{
	border-style:none;/*IEで表示される青い枠を非表示*/
}

#footer h4{
	margin:0 0 2px 0;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#footer ul li a.footerlink:link{
	background:url(/sp/public/img/img_public/newimage/footer/footermark.gif) no-repeat 0 1px;
	padding-left:11px;
	text-decoration:underline;
	color:#006699;
	font-size:12px;
}

#footer ul li a.footerlink:visited{
	background:url(/sp/public/img/img_public/newimage/footer/footermark.gif) no-repeat 0 0;
	padding-left:11px;
	text-decoration:underline;
	color:#800080;
	font-size:12px;
}

#footer ul li a.footerlink:hover{
	background:url(/sp/public/img/img_public/newimage/footer/footermark.gif) no-repeat 0 -10px;
	padding-left:11px;
	text-decoration:underline;
	color:#2768EB;
	font-size:12px;
}

#footer .block{
	float:left;
	width:210px;
	margin-bottom:10px;
}

#footer .downblock{
	width:210px;
	margin-top:15px;
}

#footer ul{
	/* 以下liの左寄せ */
	margin:0px;
	padding:0px;
}

#footer li{
	list-style-type:none;
	/* 以下liの左寄せ */
	margin:0px;
	padding:0px;
}

#footer .vblock{
	float:left;
	width:300px;
	margin-left:5px;
	margin-bottom:10px;
}

#footer .verisign{
	margin:0;
	line-height:1.5em;
	font-size:12px;
	color:#000000;
}

#footer .privacymark{
	margin-top:10px;
	/*margin-bottom:-10px;*/
}

.copyrightblock{
	text-align:center;
}

.footerbar{
	background:url(/sp/public/img/img_public/newimage/footer/bar2.jpg) no-repeat center bottom;
	margin:0 auto;
	width:1200px;
	/*height:20px;*/
	clear:both;
}


/* 以下スマートフォン版サイトへのリンク用 */
.footerMenu {
	height: 100px;
	/*position: fixed;*/
	font-size:42px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.footerFixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.bottomspace{
	margin-bottom:100px;
}
.smartarea{
	float:left;
	padding:8px 0 0;
	width:100%;
	height:92px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1.5em;
	text-align:center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 1px 3px #666666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF1808), to(#57041D));
	background: -moz-linear-gradient(top, #FF1808, #57041D);
}

.footerMenu a, .footerMenu a:link, .footerMenu a:visited{
	color:#FFFFFF;
white-space:pre;
}