/*@import url("style-pc.css") screen and (min-width:769px);
@import url("tb.css") screen and (min-width:641px) and (max-width:768px);
@import url("style-sp.css") screen and (max-width:640px);*/

@import url("style-pc.css") screen and (min-width:481px);
@import url("style-sp.css") screen and (max-width:480px);

