@charset "UTF-8";
/* CSS Document */
@import url("defalut.css");
@import url("common.css") screen and (min-width:961px);
@import url("top.css") screen and (min-width:961px);
@import url("contents.css") screen and (min-width:961px);

@import url("common_tab.css") screen and (min-width:641px) and (max-width:960px);
@import url("top_tab.css")  screen and (min-width:641px) and (max-width:960px);
@import url("contents_tab.css") screen and (min-width:641px) and (max-width:960px);

@import url("common_smp.css")  screen and (max-width:640px);
@import url("top_smp.css")  screen and (max-width:640px);
@import url("contents_smp.css") screen and (max-width:640px);
