@charset "UTF-8";

@import "reset.css";
@import "iphone.css" only screen and (max-device-width:485px);
@import "style.css" screen and (min-device-width:486px);
