/*　フッター　---------------------------------------------------*/
footer{
	background-color:#8ECC9B;
	/*background-color:rgb(255 0 0);*/
}
footer .CFooter{
	width:90%;
	margin:0 auto;
	max-width:1280px;
	padding:20px;

	/*display:flex;
	justify-content:center;*/
	text-align:center;
}
footer img{
	width:500px;
	height:100px;
}
footer .CFooterMenu{
	margin:10px;
	font-size:18px;
	font-weight:400;
	color:#ffffff;

	display:flex;
	justify-content:center;
}
footer li{
	margin:0 12px;
}
footer .c{
	margin:10px;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgb(61 70 70)
}
@media only screen and (max-width:960px){/*スマホ対応*/
	footer img{
		width:100%;
	}
	footer .CFooterMenu{
		margin:10px;
		font-size:18px;
		font-weight:400;
		color:#ffffff;
		display:inline-block;
	}
	footer li{
		margin:5px;
	}
}












