@charset "utf-8";
/**************************************/
/* CSS file For ＪＳＡかながわ          */
/* FileName: import-css.css           */
/* date: 2022.02.25                   */
/**************************************/




@import url("initialize.css")screen;
@import url("common.css")screen;
@import url("smartphone.css")screen and (max-width:567px);
@import url("smartphone_side.css")screen and (min-width:568px) and (max-width:740px);
@import url("tablet.css")screen and (min-width:741px) and (max-width:999px);
@import url("tablet_large.css")screen and (min-width:1000px) and (max-width:1199px);
@import url("PC.css")screen and (min-width:1200px);