@charset "utf-8";
/* CSS Document */
/* contents */



.bx-wrapper {
    margin-bottom: 30px !important;
}



#mainTT{
	line-height:1.2em !important;
	font-size:13px;
}

.wideslider{
	padding:10px;
	position: relative;
}
.wideslider p{
	background-color:#FFF;
	padding:3px;
	text-align:center;
}


/*========================================
 +　支払金額
========================================*/
.price_disp{
	background-color:#FFF;
	margin:5px 3px;
	text-align: right;
	border: 3px double #d4d4d4;
    border-radius: 3px;
	color:#040404;
	
}
.price_th{
	background-color:#f1f1f1;
	padding:5px 0;
	text-align:center;
	display:block;
	font-weight: bold;
}
.price_disp p{
	text-align:right;
	padding:0 10px 0 0;
	height:35px;
	line-height:35px;
}
.price_disp .price{
	font-size:20px;
	margin:0 3px 0 0;
	background-color:transparent;
}


.carDtlTable {
	margin:-1px 0 10px;
	background-color:#FFF;
}
.carDtlTable th{
	line-height:1.4em;
	font-weight:bold;
	width:40%;
	background-color:#f1f1f1;
	text-align:center;
	color:#4c4c4c;
	text-shadow:0 1px #FFF;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px 0;
}
.carDtlTable td{
	padding-left:5px;
	border-top:1px solid #ccc;
}



.price { font-size:1.2em; color:#F00; font-weight:bold;}

.comment {
	padding:10px 3px 10px;
	background-color:#FFF;
}

#detail_data_box {

}
#detail_data_box table{
	margin: 10px auto 0;
	border-collapse: collapse;

	width: 98%;
}
#detail_data_box table th{
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
	padding: 3px 0 3px 7px;
	border: solid 1px #dcdcdc;
	text-align: left;
	width: 150px;
}
#detail_data_box table td{
	text-align: center;
	border: solid 1px #dcdcdc;
	padding: 3px 10px;
	text-align: left;

}
#detail_data_box table:last-child td{ text-align: center !important;}


/*========================================
  TOPのデータ
========================================*/
table.top_data{
	margin: 10px auto 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 98%;
}
table.top_data th{
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
	padding: 5px 0;
	border: solid 1px #dcdcdc;
}
table.top_data td{
	text-align: center;
	border: solid 1px #dcdcdc;
	padding: 5px 0;
	text-align: center;

}
#tokusen{
	background-image:url(/usedcar/images/search/tokuten.png);
	width:300px;
	height:105px;
	background-size: 100%;
	margin:15px auto;
position: relative;
}
#month{
	font-size:14px;
	color:white;
	font-weight:bold;
	position: absolute;
	left:20px;
	top:10px;	
}




/*========================================
  こCONTACR
========================================*/
.contact_disp{
	margin:50px 0 50px;
	background-color: #c8142d;
	background-repeat:repeat;
	padding: 5px;
}
.ContactDisp_in{
	background-color: #FFF;
	padding: 5px;

}
.contact_disp h3{
	font-size: 16px;
	color: #FFF;
	padding: 8px 0;
	text-align: center;
}
.ContactDisp_in_text{
	margin: auto;
	padding: 0 10px;

}	
.ContactDisp_in_text tr{
}	
.ContactDisp_in_text td{
}
.ContactDisp_in_text td input[type="text"]{padding: 3px; width: 100%; box-sizing: border-box; }
.contact_disp a{
}
.otherList {
    margin: 20px 0 30px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.otherList li {
    box-sizing: border-box;
    width: 49%;
	margin-right:5px;
}
.otherList li table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.otherList li table th {
    background: #f6f6f6 none repeat scroll 0 0;
}
.otherList li table tr > * {
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding: 5px 10px 3px;
}
.otherList a {
	text-decoration: none;
}
.arrow {
    display: inline-block;
    font-size: 90%;
    padding: 0 10px 0 18px;
    position: relative;
    text-decoration: none;
}
.otherList .detailBtn {
    background: #c6162d none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 90%;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 7px 16% 6px 5px;
    text-align: center;
    width: auto;
}
.arrow::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 3px 0 3px 10px;
    content: " ";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}
#img_ms{
	margin-top: 30px;
	background: #fffdc0;
	font-weight: bold;
	color: #f60;
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
	}
	.point{
		background-color: #fc6703 !important;
		color: #FFF;
		font-size: 20px;
		width: 80px;
		height: 80px;
		border-radius: 55px;
		box-sizing: border-box;
		text-align: center;
		padding: 4px 0 0 0;
		line-height: 1.7em;
		position:absolute;
		top: 3px;
		left: 4px;
		margin:0;
		z-index: 990;
	}
	.point span {
		box-sizing: border-box;
		font-size: 26px;
		font-weight: bold;
		/* margin: 11px 0 0 0; */
	}

	
	#contact_message{
		background: #ff9f28;
		color: #FFF;
		font-size: 14px;
		position: relative;
		font-family: "M PLUS 1p";
		text-align: center;
		padding: 7px 0;
		margin: 20px 0 0;
	}
	#contact_message::after {
		content: "";
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 15px solid #ff9f28;
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin: 0 0 0 -12px;
		/* box-shadow: 4px 4px 0 #ffdf25; */
		z-index: 3;
	}
	

	.osusume  {
		margin: 40px auto;
		text-align: center;
		border: 2px solid #c8142d;
		padding: 5px;
		box-sizing: border-box;
	}
	.osusume  .osusume_inner {
		border: 2px solid #c8142d;
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}
	.osusume  p {
		font-size: 15px;
		font-weight: bold;
		color: #c8142d;
	}
	.osusume_inner a {
		display: block;
		width: 85%;
		border-radius: 5px;
		margin: 15px auto 0;
		height: 55px;
		line-height: 55px;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		background-color: #179b39;
	}
	.osusume_inner a:hover {background-color: #33af53;}