
@charset "UTF-8";

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url("modalwindow_pc.css") 	only screen and (min-width: 981px);
@import url("modalwindow_pc.css") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url("modalwindow_sp.css") 	only screen and (max-width: 640px);
@import url("modalwindow_pc.css") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
