@charset "utf-8";

/*=========================================
フォーム
=========================================*/

input.ime_off,
input.ime_on,
select,
textarea { padding: 4px 2px; margin:0 ; border:1px solid #c9c9c9; }

.mini {
	font-size: 10px;
}

optgroup {
	background-color: #CCCCCC;
	color: #333333;
	font-style: normal;
}

option {
	margin: 0 5px 0 0;
	padding:  0 0 1px 0;
	background-color: #FFFFFF;
	color: #333333;
}


/*ime_mode*/
.ime_on {
	ime-mode: active;
}

.ime_off {
	ime-mode: disabled;
}

/*input_text_setting*/
input#issue_text {
	width: 200px;
}

input#name,
input#ruby,
input#company,
input#post {
	width: 400px;
}

input#tel,
input#fax,
input#price {
	width: 140px;
}

input#email,
input#email2 {
	width: 400px;
}

input#age {
	width: 30px;
}

input#zip {
	width: 100px;
	margin-bottom: 5px;
}

input#address {
	width: 650px;
}


textarea#comment {
	width: 650px;
}


/*submitBtn*/
#formEnd {
	padding: 0 20px 0 20px;
	text-align: center;
}

#formEnd input {
	font-weight: bold;
}


