@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color:transparent;
	background-image:none;
	color: black;
	line-height:130%;
	text-align:center;
}

#contact_ds{
    padding: 20px;
    margin: 30px 0;
    text-align: center;
    border-radius: 3px;
    background: #fde5b0;
}


a,a:link, a:visited { color: #03f; text-decoration: none; }
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:#EEE;
	border-left: 5px solid #e60012;
	text-align:left;
	font-size:12px;
	height:20px;
	line-height:22px;
	margin-top:10px;
	padding-left:10px;
}

#contact_kbn label {
	display:block;
	float:left;
	margin-right: 24px;
	font-size: 16px;
	/* font-weight: bold; */
}

.edit_errors {
	border: 3px solid #ff9f28;
	color: #f40000;
	padding: 15px;
	margin: 10px auto 0;
	font-size: 16px;
	width: 66%;
}
.edit_required {
	background: #ef0a0a;
	float:right;
	color: #FFF;
	border-radius: 7px;
	padding: 2px 12px;
	font-size: 13px;
	margin: 0px 0px 0 10px;
	font-weight: normal;
}
.edit_description {
	color:#888;
	font-size: 13px;
}


.edit_notify {
	border: 5px solid #f79704;
	color:#900;
	padding: 13px;
	font-size: 15px;
	font-weight:bold;
	margin: 10px auto 0;
	width: 80%;
}
.sendBtn {
	width: 300px;
	font-size: 18px;
	height: 70px;
	cursor:pointer;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 0;
	border-radius: 53px;
	transition: opacity 0.3s ease-in-out;
	background: linear-gradient(90deg, #e60012 0%, #f08a00 100%);
}
.sendBtn:hover{opacity: 0.7;}

.editBtn {
	width:100px;
	font-size:16px;
	height: 56px;
	cursor:pointer;
	border: none;
	color: #7a4118;
	font-weight: bold;
	background: #f0f0f0;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
}

div.contact_info_base{
	padding:0 10px;
}

table.contact_edit_table{
	width:100%;
	margin: 30px auto;
	padding:1px;
	text-align:left;
	font-size:12px;
	background-color: transparent;
	border: none;
}
.contact_edit_table th{
	width:26%;
	font-weight:normal;
	vertical-align:top;
	padding:2px 2px 2px 5px;
}
.contact_edit_table td{
	padding:2px 2px 2px 5px;
}


.button_block{
	margin:7px 0 18px;
	text-align:center;
	display: flex;
	justify-content: center;
}

table.common{
	/* border:1px solid #ccc; */
	font-size:12px;
}

table.common tr.altercolor{
	background-color : #e1ffff;
	color : #444;
}


table.common th{
	border-bottom: none;
	border-right: none;
	background-color: transparent;
	text-align: right;
	padding: 15px 45px 10px;
	font-weight: 500;
	font-size: 16px;
	color: #151515;
}


table.common td{
	border-bottom: none;
	border-right: none;
	font-size: 14px;
	padding: 14px 0;
}

table.common td input[type="text"],
table.common td textarea{
	border-radius: 10px;
	border: 1px solid #00000000;
	padding: 12px 18px;
	font-size: 14px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

#contact_comment_block { display:none; }

/* common class */
.w80  {width:80px;}
.w80P {width:60%;}
.w90P {width:90%;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.ime_a{ime-mode:active;}
.ime_d{ime-mode:disabled;}




/*******************************************
         スマホ
*********************************************/
@media (max-width : 980px) {
	#wrapper {
		width: 90%;
		margin-left: 5%;
	}
	table.common th {
		width: 43%;
		display: block;
		padding: 14px 0;
		text-align: left;
	}
	table.common td {
		padding: 0;
		width: 100%;
		display: block;
	}
	table.common td input[type="text"] {
		width:100%;
		display:block;
	}
	table.common td textarea {
		width:100%;
		display:block;
		height:200px;
	}
	
	.edit_required {margin:0;}
	.sendBtn {width: 70%;/* margin-left: 10%; */}
	.edit_notify {width:100%; text-align:left;}
}