@charset "utf-8";
/*大阪JC会議室予約システム*/

/*タグ初期値リセット*/
@import url(default.css);


@import url(sp_base.css) screen and (max-width:480px);
@import url(base.css) screen and (min-width:480px);

/*テンプレート*/
@import url(template.css) screen and (min-width:480px);


