@charset "utf-8";

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通CSS
	ver.2020.03.01
	Common Control Design CSS（標準コントロール部品のスタイルシート）
───────────────────────────────────────────
FileName:		/resources/css/commonControlDesign.css
Editor:			TRUSTEC
Description:	標準コントロール部品のスタイルシート
───────────────────────────────────────────
2020/03/01:		ソース修正。
2017/03/23:		公開。
2017/01/05:		開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/*
--------------------------------------------------------------------------------
□ テキストボックスの設定
--------------------------------------------------------------------------------
*/
.text {
	background: #FFFFC0;
	font-size: 110%;
	line-height: 1.1em;
	padding: 2px;
	padding: 5px;
	border: solid 1px #C0C0C0;
	border-radius: 3px;
}

select.text {
	padding: 2px;
}

.text:hover,
.text:focus {
	background-color: #FFFFA0;
}





/*
--------------------------------------------------------------------------------
□ ボタンのサイズ設定
--------------------------------------------------------------------------------
*/
.bttn {
	height: 2.2em;
}

.bttn.large {
	width: 200px;
}

.bttn.middle {
	width: 150px;
}

.bttn.small {
	width: 100px;
	/* height: 1.2em; */
}

.bttn.max {
	width: 100%;
}

.bttn.logout {
	width: 100px;
}





/*
--------------------------------------------------------------------------------
□ IME入力の設定
--------------------------------------------------------------------------------
*/
.ime_jpn {
	ime-mode: active;
}

.ime_eng {
	ime-mode: inactive;
}

.ime_num {
	ime-mode: disabled;
}





/*
--------------------------------------------------------------------------------
□ テキスト入力部品のサイズ設定
--------------------------------------------------------------------------------
*/
.size_normal {
	width: 100%;
}

.size_max {
	width: 100%;
}

.size_half {
	width: 50%;
}

.size_quarter {
	width: 25%;
}

.size_nmbr,
.size_telp,
.size_date {
	width: 10em;
}

.size_mail {
	width: 100%;
}

.size_code,
.size_pass {
	width: 10em;
}

.size_price {
	width: 10em;
}

.size_value {
	width: 10em;
}

.size_unit {
	width: 4em;
}
