Previous Next ※Required Company name※ Name of the representative Person in charge※ Address※ Phone - - Mobile※ - - FAX E-mail※ example:abc@defgh.com WechatID Business category※ Participation in an auction※ LooseMeleeJewelry Matters for Consent by Participants PDF Agree Watch Matters for Consent by Participants PDF The main items your company sells※ Attach copies of your business card and ID※ Upload files (No file selected.) × Upload files (No file selected.) × Participation in an auction as a buyer requires fill up form after first reading and consenting to <How to participate auction> . // <![CDATA[ /** * オークション開催日を自動計算 */ function monthDiff(d2) { var months, d1 = new Date(2016, 4, 1); // 2016-04-01 months = (d2.getFullYear() – d1.getFullYear()) * 12; months -= d1.getMonth() + 1; months += d2.getMonth(); return months