@charset "utf-8";

.site_footer {
	background-color: #00A2E8;
}
.footer_title {
	display: flex;
	width: 1263px;	/* 1280px -（スクロールバーの幅）*/
	margin: 0 auto;
	color: white;
	justify-content: space-around;
}
.footer_title a {
	color: white;
}
.footer_title a:hover {
	color: #0070C0;
}
.footer_logo_area {
}
.footer_logo_area p {
	margin-left: 24px;
}
.footer_logo img {
	height: 120px;
	padding: 12px 8px;
}
.footer_logo img:hover {
	background: #00A2E8;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.footer_menu {
	padding: 8px 0;
}
.footer_menu p {
	padding: 12px 0;
	text-align: center;
}
.footer_menu a {
	margin: 0 12px;
}
.footer_menu li {
	list-style-type: none;
}
.footer_menu ul {
	padding: 12px 0;
	text-align: center;
}
.footer_menu ul > li {
	display: inline;
}
