@charset "UTF-8";

@import "reset.css";
@import "common.css";

@import url("common.css") only screen and (min-width: 1025px);
@import url("tablet.css") only screen and (max-width: 1024px);
@import url("tabletportrait.css") only screen and (max-width: 768px);
@import url("phone.css") only screen and (max-width:640px);
@import url("phone2.css") only screen and (max-width:460px);