﻿
/**********************************
//金額
**********************************/
.inputforamount {
 text-align:right;
 width:140px;
}

/**********************************
//日付
**********************************/
.inputfordate {
 width:90px;
}

/**********************************
//テキストエリア入力
**********************************/
.inputfortextarea {
   width:99%;
   height:60px;
}

/**********************************
//最大入力サイズ
**********************************/
.inputforinputmax {
   width:520px;
}

/**********************************
//2列表示時の最大入力サイズ
**********************************/
.inputforinputmiddle {
   width:250px;
}

/**********************************
//2列表示時の最大入力サイズ
**********************************/
.inputforinputmaxsmalltable {
   width:190px;
}




/**********************************
//パスワード用
**********************************/
.inputforpassword {
 /*width:150px;*/
  width:250px;
}



/**********************************
//金融機関コード
**********************************/
.inputforbankcode {
 width:50px;
}
/**********************************
//支店コード
**********************************/
.inputforbranchcode {
 width:40px;
}
/**********************************
//口座番号
**********************************/
.inputforaccountnumber {
 width:70px;
}
/**********************************
//記録番号
**********************************/
.inputforrecordnumber {
 width:190px;
}
/**********************************
//仮登録番号
**********************************/
.inputforkariregistrationno {
 width:190px;
}


/**********************************
//請求者RefNo
**********************************/
.inputforclaimantrefno {
 width:380px;
}

/**********************************
//利用者番号
**********************************/
.inputforusernumber {
 width:110px;
}

/**********************************
//郵便番号
**********************************/
.inputforpostalcode {
 width:80px;
}

/**********************************
//電話番号
**********************************/
.inputforphonenumber {
 width:100px;
}

/**********************************
//担当者（責任者）名前
**********************************/
.inputforpersonname  {
 width:100px;
}


/**********************************
//口座名義
**********************************/
.inputforaccountholders  {
 width:300px;
}


/**********************************
//金融機関名
**********************************/
.inputforbankname {
 width:150px;
}

/**********************************
//支店名
**********************************/
.inputforbranchname {
 width:150px;
}


/**********************************
//運用端末ログインID
**********************************/
.inputforterminalopid {
 width:150px;
}

/**********************************
//依頼番号
**********************************/
.inputforrequestnumber {
 width:220px;
}

/**********************************
//時分
**********************************/
.inputfortime {
 width:40px;
}

/**********************************
//FAX番号
**********************************/
.inputforfaxno {
 width:90px;
}

/**********************************
//識別コード
**********************************/
.inputshikibetsucd {
 width:165px;
}

/***5/7依頼用ここから***/

/**********************************
//グルーピング番号
**********************************/
.inputforgroupnumber {
 width:150px;
}

/***5/7依頼用ここまで***/

/***5/9依頼用ここから***/

/**********************************
//申込番号
**********************************/
.inputforyoshinreqnumber {
 width:150px;
}

/***5/9依頼用ここまで***/

/***6/2依頼用ここから***/

/**********************************
//顧客番号
**********************************/
.inputforcustomernumber {
 width:190px;
}

/***6/2依頼用ここまで***/

/***IME制御により新規作成分ここから***/

/**********************************
//最大入力サイズ(半角)
**********************************/
.inputforinputmaxhankaku {
  width:520px;
}

/**********************************
//2列表示時の最大入力サイズ(半角)
**********************************/
.inputforinputmiddlehankaku {
  width:250px;
}

/**********************************
//2列表示時の最大入力サイズ(半角)
**********************************/
.inputforinputmaxsmalltablehankaku {
  width:190px;
}

/***IME制御により新規作成分ここまで***/

/**********************************
//金額13桁
**********************************/
.inputforamount13 {
 text-align:right;
 width:220px;
}
