@charset "utf-8";

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

input.ime_off,
input.ime_on,
select,
textarea { padding: 5px; margin:0 ; border:1px solid #cccccc; }

.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;
}

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

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

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

input#age {
	width: 30px;
}

input#zip {
	width: 60px;
	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;
}

#formEnd p {
	margin-bottom: 20px;
	font-size: 18px;
}

#formEnd p span {
	color: #c00;
	font-size: 13px;
}

#formEnd button {
	overflow: visible;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;

	font: inherit;
	text-transform: none;

	cursor: pointer;
	-webkit-appearance: none;
}
#formEnd button:disabled {
	background-image: url(../contact/images/contact_disabled.jpg);
}
#formEnd button:disabled img {
	opacity: 0;
	cursor: default;
}


