@charset "utf-8";
/* CSS Document */
.h2TT{
	margin:0 0 5px 5px;
}
.h2TT span{
	background-image: url(../images/title.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	background-size:37px;
	display:block;
	padding:0 0 0 45px;
}

.contact_info_base{

	border-radius:0 0 7px 7px;
	padding:0px 0px 10px;
	position:relative;
	background-color:#FFF;
}
.car_TT{
	background-image:url(../images/car_tt.png);
	background-size:25px;
	padding:0 0 0 40px;
	background-repeat:no-repeat;
	background-position:5px top;
	height:28px;
	line-height:28px;
	border-bottom:3px solid #2ba3ff;
	margin:0px 0 10px 0;
	font-size:16px;
}
.contact_disp{
	border:1px solid #e1e1e1;
	padding:1px;
	background-color:#FFF;
}
.sub_TT {
	border-bottom:1px solid #bfbfbf;
	background: url(/sp/newcar/images/model_TT.png);
	background-repeat:no-repeat;
	background-position:3px center;
	background-size:4px;
	height:35px;
	line-height:35px;
	display:block;
	padding:0 0 0 15px;
}

.edit_errors {
	border:5px solid #EEE;
	background-color:#FFF;
	padding:10px;
	color:#007fff;
	font-weight:bold;
	line-height:1.7em;
	font-size:14px;
	margin:10px 0 10px;
}


.edit_notify {
	width:95%;
	line-height:1.6em;
	padding:3px;
	border:3px solid #fee7e7;
	margin:10px auto;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#BC0000;
}


#contact_car {
	width:95%;
	padding:3px;
	border:3px solid #EEE;
	margin:5px auto 10px;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
	line-height:1.2em;
}
#contact_car span { color:#BC0000;}

.Iputxt100_P {width:90%;}
.Iputxt100_G {width:90%;}
.Iputxt50_P {width:40%;}

dl.Contact_text {
	background-color:#FFF;
	
}
dl.Contact_text dt {padding: 3px;font-weight:bold;background: #f3f3f3;}
dl.Contact_text dt span {background-color:#ff9130;color:#FFF;padding: 0px 5px;display:inline-block;margin:0 0 0 5px;font-size: 12px;font-weight: normal;}
dl.Contact_text dd{ padding:3px 3px 5px;}
dl.Contact_text dd:after { content: ''; display: block; clear: both; }

dl.Contact_text dd li {
	position: relative;
	list-style: none;
}
dl.Contact_text dd ul{
	border:1px solid #c7c7c7;
	border-radius: 5px;
	margin:5px 0 0 0;
}


dl.Contact_text dd li:first-child label {
	border-radius: 5px 5px 0 0;
}
dl.Contact_text dd li:last-child label {
	border-radius: 0 0 5px 5px;
}

dl.Contact_text dd input[type="radio"]:checked + label {
	background-color:#0069e0;
	color:#FFF;
}

dl.Contact_text dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}



/*--- I N P U T ---*/
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 7px 7px;
    font-size:14px;
    height: auto!important;
    margin:2px 0 1px 1px;
}
select{
	padding:3px 5px 5px;
	font-size:14px;
	line-height:1.5;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:5px auto 2px;
	background: url(../../common/images/select.png), -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6),  color-stop(0.90, #e6e6e6),color-stop(0.90, #fff), color-stop(0.00, #fff));
	background: url(../../common/images/select.png), -webkit-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background: url(../../common/images/select.png), -moz-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background: url(../../common/images/select.png), -ms-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background-repeat:no-repeat, repeat;
	background-position:97% center, left top;
	background-size:7px, 100%;
	box-shadow:none;
	border:1px solid #c1c1c1;
    -webkit-appearance:none; -moz-appearance:none; appearance:none;}


input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #ff9f28;
    /*For Old WebKit*/
    /* background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    ); */
    /*For Modern Browser*/
    /* background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    ); */
    border: 1px solid #ff9f28;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: -1px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(234, 234, 234, 0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(234, 234, 234, 0.5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.txtArea {
	width:100%;
	box-sizing:border-box;
	height:150px;
	margin:2px 0 1px 1px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 7px 7px;
	font-size:14px;
	margin:2px 0 1px 1px;
}


.Btn_Confirm {
	width:95%;
	margin:10px auto;
	color:#FFF;
	height:45px;
	display:block;
	color:#FFF !important;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	text-decoration:none;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    background-color: #179b39;
    border-bottom: 2px solid #056d20;
	box-shadow: 0 2px 0 #dad9d9;
}
.Btn_Edit {
	border: none;
	width:25%;
	background:-moz-linear-gradient(center top , #909192 0%, #9e9f9f 50%, #909192 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#909192), color-stop(50%,#9e9f9f), color-stop(100%,#909192));
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom:2px solid #7b7c7c;
	box-shadow:0 2px 0 #dad9d9;
	display:block;
	float:left;
	height:45px;
	text-align:center;
	line-height:45px;
	color:#FFF;
	text-decoration:0 1px 0px #00488a;
}

.Btn_Confirm_s {
	border: none;
	width:70%;
	color:#FFF;
	height:45px;
	display:block;
	color:#FFF !important;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	text-decoration:none;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    background-color: #179b39;
    border-bottom: 2px solid #056d20;
    box-shadow: 0 2px 0 #dad9d9;	float:right;
}
.button_block {
	padding:5px;
}

.button_block2 {
	width:95%;
	margin:15px auto;
}
.address1_Bt{
	cursor: pointer;
	width: 100px;
	height:30px;
	border: none;
	margin:auto;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#4ab7fc;
	margin:0 0 0 10px;
}

/* 問い合せ車両 */
table.contact_edit_table{
	background-color:#FFF;
	width:100%;
	border-spacing:0;
	font-size: 13px;
}
.contact_edit_table th{
	border:solid #ffffff;
	border-width:0px 0px 1px 0px;
	border-collapse:collapse;
	background-color:#e5e6e8;
	padding:10px 0 10px 0;
	width:30%;
	position:relative;
	vertical-align:central;
	text-align:center;
	/* font-size: 13px; */
	font-weight:normal;
}
.contact_edit_table td{
	border:solid #e1e1e1;
	border-width:0 0 1px;
	border-collapse:collapse;
	padding:10px 0px 10px 7px;
	position:relative;
}



.w90P { width:90%}
.w70 { width:80px;}
.w150 { width:150px;}
.w200 { width:200px;}
.w300 { width:300px;}
