﻿/*
-------------------------------------------------------
* inputタグ
-------------------------------------------------------
*/
input.kanji{
	ime-mode:active;
}
input.hankaku{
	ime-mode:disabled;
}
input.advise_hankaku{
	ime-mode:inactive;
}
input.number{
	text-align:right;
	padding-right:2px;
	ime-mode:disabled;
}
input.readonly
{
    border:1px dotted #f0f0f0;
    padding: 2px 2px 2px 2px;
}

/* 日付入力 */
input.txt_date
{
    width:100px;   
    ime-mode:disabled;
}

/* TEL・FAX入力 */
input.txt_tel
{
    width:150px;
    ime-mode:disabled;
}

/* URL入力 */
input.txt_url
{
    width:400px;
    ime-mode:inactive;
}

/* メールアドレス */
input.txt_mail
{
    width:400px;
    ime-mode:disabled;
}

/* 住所 */
input.txt_address
{
    width:400px;
    ime-mode:active;
}

/* DB桁数10バイトまで */
input.txt_10
{
    width:100px;
}

/* DB桁数20バイトまで */
input.txt_20
{
    width:220px;
}

/* DB桁数30バイトまで */
input.txt_30
{
    width:220px;
}

/* DB桁数40バイトまで */
/* 幅調節して下さい   */
input.txt_40
{
    width:400px;
}

/* DB桁数50バイトまで */
input.txt_50
{
    width:400px;
}

/* DB桁数60バイトまで */
input.txt_60
{
    width:400px;
}

/*
-------------------------------------------------------
* textareaタグ
-------------------------------------------------------
*/

/* 横幅はtxt_50相当 */
textarea.txt_50
{
    width:400px;
    ime-mode:active;
}

/* 住所 */
textarea.txt_address
{
    width:400px;
    ime-mode:active;
}
