/*　フッター　---------------------------------------------------*/
footer{
	width:90%;
	margin:0 auto;

	border-top: 1px dashed #2a3146;
}

footer .CFooter{
	font-size:18px;
	/*font-weight:500;*/
	text-align:center;
}

footer .CSiteName{
	font-size:18px;
	font-weight:500;
	/*margin:0 auto;*/
	text-align:center;
	margin:40px 0;
	/*background:rgb(230 230 230);*/
}

footer .CFooterMenu{
	display:flex;
	justify-content:center;
	margin-top:20px;
	margin-bottom:20px;
}

footer li{
	margin:0 12px;
}

footer .CFooterSiteName{
	font-size:18px;
	font-weight:500;
	/*text-align:center;*/
	/*margin:0 auto;*/
}

@media only screen and (max-width:960px){
	footer .CFooterMenu{
		display:inline-block;
	}
	footer li{
		padding:5px;
	}
}


















