.footer {
	padding-top: 10px;
	font-size: 16px;
}

#footerTop {
	background-color: white;
	min-width: 960px;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.at-bottom #footerTop {
	position: static;
}
#footerBottom {
	padding-bottom: 32px;
	padding-top: 117px;
}
.at-bottom #footerBottom {
	padding-top: 10px;
}

.footer a {
	color: black;
}

.footer .pad-left {
	margin-top: 14px;
	float: left;
}
.eng .footer .pad-left {
	font-size: 14px;
}
.footer .pad-right {
	float: right;
}

.footer .pad-right>div {
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 12px;
}
.eng .footer .pad-right>div {
	font-size: 11px;
}
.footer .pad-right>a {
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}

.footer .sp {
	margin: 0 8px;
}

.footer .bottom {/*
	font-size: 16px;*/
	color: #828282;
}
.eng .footer .bottom {
	font-size: 14px;
}
.footer .bottom.sub {
	margin-top: 6px;
	font-size: 12px;
}