@charset "utf-8";
/* CSS Document */

@import "global.css";
@import "layout.css";

@import url("../../../../../css/inc_footer.css") only screen and (min-width: 641px);
@import url("../../../../../sp/css/inc_footer.css") only screen and (max-width: 640px);

@media screen and (min-width: 641px){
	#footer-sp{
		display:none;
	}
}
@media screen and (max-width: 640px){
	#footer-pc{
		display:none;
	}
}