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


footer {
	font-size: 14px;
	text-align: center;
	background: #fff; /* #000 */
}
footer img {
	display: block;
	width: 100%;
}
footer div {
	padding: 10px 15px;
	border-top: solid 1px #ccc;
}
footer .notice {
	max-width: 400px; /* 使用画像に合わせてください */
	margin: auto;
}
footer .companyLogo a {
	display: inline-block;
	width: 30%;
	max-width: 259px;
	margin: 5px;
	vertical-align: bottom;
}
footer .footerLink a {
	display: inline-block;
}
footer .footerLink a:not(:last-child)::after {
	content: "　│　";
}