@charset "utf-8";

/*

************************************************************************

 グローバルフッター

************************************************************************

*/

#global-footer-contents {

	display: block;

	align-items: center;

	align-content: center;

	justify-content: center;

	padding:0.5em;

/*

	background-color:var(--accent-background-color);

	border-top:1px solid var(--accent-frame-color);

*/

}

#global-footer-contents .copyrights

{

	font-size:0.8em;

	line-height:1.2;

	text-align: center;

}

/* ################################################################################################ */

/* ## TAB                        ################################################################## */

/* ################################################################################################ */

@media screen and (max-width:1040px) {

}



/* ################################################################################################ */

/* ## スマホサイト用スタイル ###################################################################### */

/* ################################################################################################ */

@media screen and (max-width:640px) {

}

