@charset "utf-8";

/*=====================================================
base
=======================================================*/
@import 'reset-all.css';
@import 'adjust-all.css';
@import 'iehack-all.css';
@import 'machack-all.css';



/*=====================================================
topページ
=======================================================*/

/* mainvisual
-----------------------------------------*/
@import url("mainvisual.css");



/* その他
-----------------------------------------*/
@import url("top-951.css") screen and (min-width:951px);
@import url("global-951.css") screen and (min-width:951px);
@import url("li-scroller-951.css") screen and (min-width:951px);

@import url("top-641.css") screen and (min-width:641px) and (max-width:950px);
@import url("global-641.css") screen and (min-width:641px) and (max-width:950px);
@import url("li-scroller-641.css") screen and (min-width:641px) and (max-width:950px);

@import url("top-0.css") screen and (max-width:640px);
@import url("global-0.css") screen and (max-width:640px);
@import url("li-scroller-0.css") screen and (max-width:640px);



/*=====================================================
印刷対応
=======================================================*/
@import url("top-951.css") print;
@import url("global-951.css") print;
@import url("li-scroller-951.css") print;
