@charset "utf-8";

/*	header
================================================== */

@import url("header/sp.css") only screen and (max-width: 736px);
@import url("header/pc.css") only screen and (min-width: 737px), print;


/*	footer
================================================== */

@import url("footer/sp.css") only screen and (max-width: 736px);
@import url("footer/pc.css") only screen and (min-width: 737px), print;

