/* PC */
@import url('device/pc_c.css');
/* Tablet */
/*@import url('public/tablet.css') only screen*/
/*and (min-width: 768px)*/
/*and (max-width: 1000px);*/
/*!* Phone *!*/
/*@import url('public/phone.css') only screen*/
/*and (min-width: 320px)*/
/*and (max-width: 768px);*/