
/* for PC,ipad */
@import url("idx_pc.css") screen and (min-width:768px);

/* for iphone,ipod,Andoroid */
@import url("idx_mobi.css") screen and (min-width:0) and (max-width:767px);