@charset "utf-8";
@import "reset.css";
@import "common.css";
@import "jquery.bxslider.css"; /* bxSlider用CSS */
@import url(sp_parts.css) screen and (max-width: 750px); /* 750px以下 */
@import url(sp_layout.css) screen and (max-width: 750px); /* 750px以下 */
@import url(tab_parts.css) screen and (min-width: 751px)and (max-width:999px); /*　751px以上 999px未満 */
@import url(tab_layout.css) screen and (min-width: 751px)and (max-width:999px); /*　751px以上 999px未満 */
@import url(parts.css) print, screen and (min-width: 1000px); /* 1000px以上 */
@import url(layout.css) print, screen and (min-width: 1000px); /* 1000px以上 */