@charset "utf-8";

#form {
	background: none;
	margin-bottom: 60px;
	padding: 0;
}

#form h2 {
	margin: 0;
	border: 5px solid  #d00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #d00;
}

#form>div {
	box-shadow: none;
	background: none;
}

#form form {
	clear: both;
	padding: 0 10px 16px;
	border: 5px solid  #d00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #fff;
}

#form p {
	font-size: 12px;
}

#form dl {
	position: relative;
	top: -1px;
}

#form dt {
	float: left;
	clear: left;
	width: 10em;
	padding-top: 0.8em;
	padding-left: 0.8em;
	border-top: 1px #d00 solid;
	color: #d00;
}

#form dd {
	margin-left: 10.2em;
	padding: 0.8em 0 0.8em 0.9em;
	border-top: 1px #d00 solid;
	background-color: #fff;
}

#form dd.attention {
	background: #ffe97e;
}

#form .submit {
	text-align: center;
}

#form .submit button {
	border: 0;
	letter-spacing: 10px;
	padding-right: 70px;
	padding-left: 80px;
	font-weight: bold;
	cursor: pointer;
}


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

#remark {
	width: 70%;
}

#form .submit button:disabled {
	background: #aaa;
	cursor: default;
}

#form .require_err {
	display: block;
	padding-left: 4px;
	border-left: 3px solid red;
	color: red;
	font-weight: bold;
}

#form .errMsg {
	display: none !important;
}

#form #err_remark .errMsg {
	display: block !important;
}

#form #err_interview .errMsg {
	display: block !important;
}

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

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

input:invalid,
select:invalid {
	background-color: #FFAFAF;
}
input:valid,
select:valid {
		background-color: #fff;
}



.select_photo_upload label {
	display: inline-block;
	padding: 10px;
	font-size: 17px;
	border-radius: 10px;
	cursor: pointer;
}
.select_photo_upload label:first-child {
	background-color: #baffb5;
}
.select_photo_upload label:last-child {
	margin-left: 10px;
	background-color: #fcc;
}
.select_photo_upload label .normal {
	margin-left: -8px;
	font-size: 13px;
}