@charset "UTF-8";

/* インポート start ------------------------------------------------*/

@import url("sp_style.css") screen and (max-width: 640px);
@import url("sp_common.css") screen and (max-width: 640px);

@import url("pc_style.css") screen and (min-width: 641px);
@import url("pc_common.css") screen and (min-width: 641px);

/* インポート end --------------------------------------------------*/