@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :nozawa
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");

/* lightbox
----------------------------------------------------------- */
@import url("lightbox.css");

