@import url("cssPC.css");
@import url("cssPhone533.css") only screen and (min-width:481px) and (max-width:533px);
@import url("cssPhone480.css") only screen and (min-width:321px) and (max-width:480px);
@import url("cssPhone320.css") only screen and (max-width:320px);
@import url("print.css") only print;
