@charset "UTF-8";
/*@import url("tablet.css") screen and (max-width: 768px);
@import url("phone.css") screen and (max-width: 480px);*/


/* タブレット */
@import url("tablet.css") only screen and (min-width:768px) and (max-width:960px);
@import url("phone.css") only screen and (max-width:767px);