@charset "shift_JIS";

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

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

/*文字指定CSSの読み込み*/
@import url("./pixel.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);
*/
