@charset "utf-8";

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

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

.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: 400px;
	margin-top: 5px;
}

input#name,
input#ruby,
input#company,
input#post {
	width: 440px;
	margin-top: 0px;
}

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

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

input#age {
	width: 30px;
}

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

input#address {
	width: 500px;
}


textarea#comment {
	width: 500px;
}


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

#formEnd input {
	font-weight: bold;
}


