@charset "UTF-8";
/* 1col  */
@import url("style1.css") only screen and (min-width:320px);
/* 2col  */
@import url("style2.css") only screen and (min-width:590px);
/* 3col (tablet) */
@import url("style3.css") only screen and (min-width:810px);
/* 4col */
@import url("style4.css") only screen and (min-width:1036px);
/* 5col */
@import url("style5.css") only screen and (min-width:1246px);



