@charset "shift_JIS";

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

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

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

/*ThickBoxCSSの読み込み*/
@import url("./thickbox.css");

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

/*jPagesCSSの読み込み*/
@import url("./jPages.css");
@import url("./animate.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);*/


