@charset "utf-8";

/* リセット及びbody基本設定
----------------------------------------------------------- */
@import url("screen.css");
@import url("style_sp.css") print, screen and (max-width: 640px);
@import url("style_pc.css") print, screen and (min-width: 641px);

/* sp_menu
----------------------------------------------------------- */
@import url("sp_menu.css") screen and (max-width: 640px);



/* font-awesome
----------------------------------------------------------- */
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");


