@charset "utf-8";
/*///////////////////////////////

	フッター

///////////////////////////////*/

.footer {
	position: relative;
	overflow: hidden;
}

/*------------------------------
	フッターリンク
------------------------------*/
.footer-link {
	height: 25px;
	text-align: right;
}
.footer-link a {
	margin: 0 0 0 12px;
}
.footer-link a span {   /* google翻訳のアイコン２重対策 */
	background: none;
}

/*------------------------------
	フッター文
------------------------------*/
.footer-sentence .footer-info {
	padding: 10px 8px 0 24px;
	height: 72px;
	background-color: #838446;
	color: white;
	line-height: 1.36em;
}
.footer-sentence .arrow-caption {
	padding-left: 16px;
	background: url("images/icon/arrow-white.png") no-repeat left center;
	color: #ffa;
}
.footer-sentence .copyright {
	position: absolute;
	top: 110px;
	right: 0px;
	margin: 0 10px 0 0;
	text-align: right;
	font-size: 90%;
}