@charset "utf-8";

/* フッターメニュー */
#footerMenuContainer {
	background-color: #680717;
	font-size: 0;
	text-align: center;
}
#footerMenuContainer a {
	margin: 0 10px;
	font-size: 14px;
	line-height: 2;
	color: #e0bd6c;
	white-space: nowrap;
}
#footerMenuContainer #footerMenuA {
	padding: 25px 0;
	border-bottom: 1px solid #4a010d;
}
#footerMenuContainer #footerMenuB {
	padding: 25px 10px;
	border-top: 1px solid #841f2f;
	text-align: center;
}


/* フッター */
#gFooter {
	padding: 30px 0;
	font-size: 0;
	color: #333333;
}
#gFooter #associations {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
}
#gFooter #associations a {
	margin: 0 10px;
}
#gFooter #name {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
#gFooter #copyright {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}

