@charset "utf-8";

/*初期化CSSの読み込み*/
@import url("./reset.css");

/*表示指定CSSの読み込み*/
@import url("./base.css");

/*文字指定CSSの読み込み*/
@import url("./font.css");

/*モジュールCSSの読み込み*/
@import url("./module.css");

/*ColorBoxCSSの読み込み*/
@import url("./colorbox.css");


/*総合TOPスライド用CSS読み込み*/
@import url("./jquery.bxslider.css");

/*PC 769px以上*/
/*タブレット 768px*/
/*スマホ 480px以下*/
@import url("./base_mobile.css") screen and (max-width:767px);
@import url("./font_mobile.css") screen and (max-width:767px);

