@charset "utf-8";

#car_name {
	display: inline;
}

#car_name select {
	display: none;
}

#car_name select.default {
	display: inline;
}

#car_name_other {
	display: none;
	margin-top: 3px;
}

#car_name_other input {
	background-repeat: no-repeat;
}

#limit_m,
#limit_d {
	display: inline;
}

#limit_m_expired,
#limit_d_expired {
	display: none;
}

.to_images {
	width: 700px;
	margin: auto;
}

/* new form */
#table3 {
	width:700px;
	border:1px solid #9d9da1;
	background-color:#f8f1e4;
	margin:auto;
/*	margin-top:23px;*/
	margin-top: 10px;
	text-align:left;
	font-size: 13px;
}

#table3 th,
#table3 td {
	border-left:1px solid #9d9da1;		
	border-bottom: 1px solid #9d9da1;
	vertical-align: top;
	padding: 8px 11px;
}

#table3 td.itemB{
	width: auto;
	background-color:#f5ddd8;
	vertical-align:middle;
	font-size: 12px;
}

.redText2 {
	color:#ff3333;
}

#table3 label input {
	margin-right: 3px;
}

.state label {
	margin-right: 10px;
}

.door_open label {
	margin-right: 3em;
}

/* form */
@media screen and (max-width: 640px) {
	.to_images {
		width: auto;
	}

	#table3 {
		width: auto;
	}

	#table3 textarea {
		width: 100%;
	}

	#table3 td.itemB{
/*		font-size: 8px;*/
	}

	#contact_intel p {
		margin-left: 0 !important;
	}
}

td span.require_err {
	display: block;
	color: #f00;
}

input:focus, textarea:focus, select:focus {
	background-color: #E6FFE6;
}

.attention input, .attention select, .attention textarea {
	background-color: #FFAFAF;
}