/*===========================================================================================*/
/* 市川建設営業管理システム
/* 2017.10.07 - AD Y.kasahara
/*===========================================================================================*/

@charset "UTF-8";

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

@import url("style_pc.css") 	only screen and (min-width: 961px);
@import url("style_pc.css") 	only screen and (max-width: 960px) and (min-width: 641px);
@import url("style_pc.css") 	only screen and (max-width: 640px);
@import url("style_pc.css") 	print;

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