@charset "utf-8";
/* CSS Document */

@import url(common.css);
/* メディアクエリー 1 */ 
@import url("phon.css") only screen and (max-width:480px);
/* メディアクエリー 2 */ 
@import url("phon.css") only screen and (min-width:481px) and (max-width:767px);
/* メディアクエリー 3 */ 
@import url("tablet.css") only screen and (min-width:768px) and (max-width:1200px);
/* メディアクエリー 4 */ 
@import url("pc.css") only print, screen and (min-width:1201px) and (max-width:3000px);

