@charset "utf-8";
/*
************************************************************************
 フッター
************************************************************************
*/
#footer-contents
{
	border-top:1px solid #88888844;
}
#footer-contents .footer-navi
{
	display: flex;
	align-items: center;
	align-content: center;
}
#footer-contents .footer-navi > .logo
{
	flex: 0 1 auto;
}
#footer-contents .footer-navi > .logo img
{
	width:80px;
}
#footer-contents .footer-navi > .links
{
	flex: 1 0 auto;

	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	
	margin:-0.5em;
}
#footer-contents .footer-navi > .links > a
{
	margin:0.5em;
	line-height:1;
}



/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1200px) {
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
}
