@charset "utf-8";

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

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