@charset "utf-8";


/*-----------------------------------------------------------------------------------------------*/
/* フッター -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#footer {
	background-color: #ffffff;
	padding-top: 20px;
/*
	text-align: center;
*/
}

#footer .link {
	font-size: 80%;
	line-height: 100%;
}
#footer .link:after {
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

#footer .link .off {
	color: #e0e0e0;
}


#footer .site {
	float: left;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
#footer .site .recommend {
	float: left;
	margin: 0px;
}
#footer .site .recommend a {
	background-image: url(../images/banner.gif);
	display: block;
	float: left;
	height: 24px;
	text-indent: -9999px;
	width: 148px;
}
#footer .site .recommend a:hover {
	background-position: 0px -24px;
}
#footer .site .normal {
	float: left;
	margin: 0px;
	padding-top: 12px;
}


#footer .mobile {
	float: right;
	margin: 0px;
}
#footer .mobile .qr {
	float: right;
	margin: 0px 0px 0px 5px;
}
#footer .mobile .text {
	float: right;
	margin: 0px;
	padding-top: 12px;
	text-align: right;
}



#footer .copyright {
	background: url(../images/footer_copyright.gif) no-repeat;
	clear: both;
/*
	height: 9px;
*/
	height: 21px;
	margin: 10px auto 30px;
	padding: 0px;
/*
	width: 279px;
*/
	text-indent: -9999px;
}
