/*タブレット用CSS*/
@import url("calc_landscape2.css") screen and (min-width:640px) and (max-width:979px);

/*PC用CSS*/
@import url("calc_2.css") screen and (min-width:980px);