@import "/css/common.css";
@import "/css/2nd.css";

/******************************************************************************
 * COMMON
 *****************************************************************************/
#left h2        { margin: 0px; }
#left p         { padding: 2px 0px; margin: 0px; }
#left span.must { color: #0000ff; }
#frmcontrol .prev { float: left;  }
#frmcontrol .next { float: right; }

/******************************************************************************
 * FORM
 *****************************************************************************/
#left form       { margin: 10px 0px; }
#left table.form { width: 100%; border-collapse: collapse; }
	#left .form th    { padding: 5px; font-weight: normal; text-align: left; background-color: #BEC7ED; border: solid 1px #000000; }
	#left .form td    { padding: 5px; line-height: 2.0em; font-weight: normal; text-align: left; border: solid 1px #000000; }
	#left .form p.err { color: #ff0000; }

#txt_company  { width: 400px; }
#txt_section  { width: 400px; }
#txt_name     { width: 150px; }
#txt_kana     { width: 150px; }
#txt_zip      { width:  60px; ime-mode: disabled; }
#txt_address1 { width: 396px; }
#txt_address2 { width: 480px; }
#txt_mail     { width: 250px; ime-mode: disabled; }
#txt_memo     { width: 480px; height: 200px; }
span.example  { color: #353AFE; }

#txt_currentnum   { width: 40px; ime-mode: disabled; text-align: right; }
#txt_currentspace { width: 40px; ime-mode: disabled; text-align: right; }
#txt_futurenum    { width: 40px; ime-mode: disabled; text-align: right; }
#txt_futurespace  { width: 40px; ime-mode: disabled; text-align: right; }

#txt_total    { width: 20px; text-align: right; ime-mode: disabled; }
#txt_num1, #txt_num2, #txt_num3, #txt_num4, #txt_num5 { width: 30px; text-align: right; ime-mode: disabled; }
#txt_place1, #txt_place2, #txt_place3, #txt_place4, #txt_place5 { width: 20px; text-align: right; ime-mode: disabled; }
#txt_itemmemo  { width: 480px; height: 50px; }
#txt_phonememo { width: 480px; height: 50px; }

/******************************************************************************
 * CONFIRM
 *****************************************************************************/

/******************************************************************************
 * THANKS
 *****************************************************************************/
div#message { padding: 20px 0px; }