@charset "utf-8";
/* CSS Document */
body{
	color: #333;
}

a,a:link, a:visited { color: #6e3a0b; text-decoration: none; text-align: left;}
a:active, a:hover { text-decoration: underline; }


select { margin:0px; padding:0px;}
form   { margin:0px; padding:0px; } 
img    { border: none; }
textarea{ font-size:12px; }


#wrapper{
	width : 100%;
}

#TT {
	height:30px;
	line-height:30px;
	background-image: url(/images/usedcar/usedcar_detail/TT_back.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #aeb7bf;
	margin:0 0 10px;
}
.h2_TT {
	background-color:#F5F5F5;
	margin:0 5px 10px;
}
#TT h2{
	background-image:url(/images/usedcar/usedcar_detail/TT_bar.png);
	background-position:0 50%;
	background-repeat:no-repeat no-repeat;
	font-size:16px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	text-align:left;
	float:left;
}
#TT img{
	float:right;
	margin:5px 10px 0 0;
}
h2{
	text-align:left;
}


h3 {
	background-color: #fff9e8;
	border-left: 5px solid #eb7700;
	text-align:
	left;
	font-size: 18px;
	/* height:20px; */
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 5px;padding-left:10px;
	color: #643718;
}

#contact_kbn label {
	display:block;
	float:left;
	margin-right:15px;
}

.edit_errors {
	border:5px solid #FCC;
	color:#900;
	padding:5px;
	margin:0 10px;
}
.edit_required {
	float:
	right;
	background: #e26d00;
	color: #FFF;
	font-size: 10px;
	padding: 3px 5px;
	line-height: 1.4;
	right: 5px;
	position: relative;
	border-radius: 3px;
}
.edit_description {
	/*color:#888;*/
	font-weight:500;
}
.edit_notify {
	border:5px solid #FCC;
	color:#900;
	padding: 15px 0;
	font-size:14px;
	text-align: center;
	font-weight:
	bold;
	margin: 10px 0 0;
}
.edit_notify p{
	text-align: center;
	font-size:16px;
}
.sendBtn {
	width:200px;
	font-size:16px;
	height:40px;
	cursor:pointer;
	background-color: #e26d00;
	border: none;
	color: #fff;
	border-radius: 7px;
}
.editBtn {
	width:100px;
	font-size:16px;
	height:40px;
	cursor:pointer;
}

div.contact_info_base{
}

table.contact_edit_table{
	width:70%;
	margin:0 auto;
	padding: 0px;
	text-align:
	left;
	font-size:12px;
}
.contact_edit_table th{
	width:26%;
	font-weight:
	normal;
	vertical-align:
	top;
	padding: 7px 2px 7px 5px;
}
.contact_edit_table input{
	width:74% !important;
}
.contact_edit_table textarea{
	width:74% !important;
}
@media (max-width:481px){
	.contact_edit_table th{
		width:35%;
	}	
	.contact_edit_table td{
		width:65% !important;
	}	
	.contact_edit_table input{
		width:90% !important;
	}	
	.contact_edit_table textarea{
		width:90% !important;
	}
}	
.contact_edit_table td{
	padding:2px 2px 2px 5px;
}


.button_block{
	margin:7px 0 18px;
	text-align:center;
}

table.common{
	/* border:1px solid #ccc; */
	border-collapse: collapse;
	font-size: 16px;
}

table.common tr.altercolor{
	background-color : #e1ffff;
	color : #444;
}


table.common th{
	/* border-bottom : 1px solid #ccc; */
	/* border-right : 1px solid #ccc; */
	/* border-bottom: 5px solid #FFF; */
	/*background-color: #f7f6f1;*/
	font-size: 15px;
}


table.common td{
	/* border-bottom : 1px solid #ccc; */
	/* border-right : 1px solid #ccc; */
	font-size: 15px;
	/* border-bottom: 5px solid #FFF; */
	font-weight: 700;
}



.border_zaiko{
	border:2px solid #e6e6e6;
}

#contact_comment_block { display:none; }

.con_title{
	font-size:18px;
	color:#000;
	font-weight:bold;
}


/* common class */
.w80  {width:80px;}
.w90P {width:90%;}
.w95P {width:95%;}
.w100P {width:100%;}
.w200 {width:200px;}
.w250 {width:250px;}
.w265 {width:263px;}
.w300 {width:300px;}
.w440 {width:440px;}
.ime_a{ime-mode:active;}
.ime_d{ime-mode:disabled;}


input, textarea, select {
  border: 1px solid #CCC;
  padding: 5px;
  border-radius: 3px;
  background:#fff;
}

#form1{
	background: #f8f5e5;
	padding:20px 0 15px;
	margin-top:30px;
}
.contact_edit_table th {
	background-color: #f8f5e5;
}


@media (max-width: 575px) {
	table.contact_edit_table{
		width:100%;
	}
}