@charset"UTF-8";
/* -----------------------------------------------------------
CSS Information

■File name: import.css
■Style Info: 各CSSファイル読み込み用

----------------------------------------------------------- */
/* basic Style - 基本的な設定とサイト全体で仕様する汎用的な設定
----------------------------------------------------------- */

@import url("basic.css");

/*----------------------------------------------------------- */
/* contents Style　　　-コンテンツ部分の設定
----------------------------------------------------------- */

@import url("contents.css");

