@charset "UTF-8";

/***************************************************************

* import.css

***************************************************************/
    /*　画面サイズが1024pxからはここを読み込む　*/
	@import url("reset.css") screen and (min-width: 769px);
	@import url("style.css") screen and (min-width: 769px);
	@import url("flexcrollstyles.css") screen and (min-width: 769px);
	@import url("colorbox.css") screen and (min-width: 769px);
	@import url("scroll.css") screen and (min-width: 769px);
	@import url("button.css") screen and (min-width: 769px);
	@import url("form.css") screen and (min-width: 769px);
	@import url("style_1000.css") screen and (min-width: 769px);


	@import url("sp-reset.css") screen and (max-width: 769px);
	@import url("sp-style.css") screen and (max-width: 769px);
/*	@import url("flexcrollstyles-sp.css") screen and (max-width: 769px);
	@import url("colorbox-sp.css") screen and (max-width: 769px);
	@import url("scroll-sp.css") screen and (max-width: 769px);
	@import url("button-sp.css") screen and (max-width: 769px);
	@import url("form-sp.css") screen and (max-width: 769px);
	@import url("style_1000-sp.css") screen and (max-width: 769px);
*/