@charset "utf-8";
/*
	v4.2.0	1	2008/10/01	Honda	textBorder追加
*/

.textInput {	/* 通常の入力フォーム */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 180px;
	font-size: 14px;
	background-color: #FFF;
    ime-mode: active;
}

.textInputlong {	/* 長い入力フォーム */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 400px;
	font-size: 14px;
	background-color: #FFF;
	ime-mode: active;
}

.textInputshort {	/* 短いの入力フォーム */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 100px;
	font-size: 14px;
	background-color: #FFF;
	ime-mode: inactive;
}

.textEng {	/* 英語名称の入力フォーム */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 200px;
	font-size: 14px;
	background-color: #FFF;
    ime-mode: disabled;
}

.textLogin {	/* ログイン時のID・PW入力 */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 120px;
	font-size: 14px;
	background-color: #FFF;
	ime-mode: disabled;
}

.textSearch {	/* サーチの検索窓 */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 120px;
	font-size: 14px;
	background-color: #FFF;
	ime-mode: auto;
}

.textPost {	/* 郵便番号入力 */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 80px;
	font-size: 14px;
	background-color: #FFF;
    ime-mode: disabled;
}

.textTel {	/* TEL・FAX入力 */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 140px;
	font-size: 14px;
	background-color: #FFF;
    ime-mode: disabled;
}

.textFolder {	/* 画像格納フォルダ名入力 */
	border: 1px ridge #D3D3D3;
	padding-top: 3px;
	height: 20px;
	width: 160px;
	font-size: 14px;
	background-color: #FFF;
    ime-mode: disabled;
}

textarea.textMemo { /* コメント欄 */
	border: 1px ridge #D3D3D3;
	font-size: 14px;
	background-color: #FFF;
    ime-mode: active;
}


.textBorder {	/* 入力枠全般 */
	border: 1px ridge #D3D3D3;
}

