@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
/**********************************/
#LeftDisp{
	width: 705px;
	float:left;
	padding:0px;
}
#RightDisp{
	float:right;
	/* background-color:#FFF; */
	padding:0px;
}
/*========================================
 + 早見項目
========================================*/
#group2{
	margin:10px 0 5px 0;
	border: 1px solid #321301;
	border-collapse:collapse;
	font-size: 14px;
}
#group2 th{
	background-repeat:repeat-x;
	height:34px;
	background-position:1px 1px;
	border:solid #a6a6a6;
	border-width:0 1px;
	text-align:center;
	width:100px;
	background: #f0f0f0;
	border: 1px solid #321301;
}
#group2 td{
	height:34px;
	border: 1px solid #321301;
	text-align:center;
	line-height:1.2em;
	background: #FFF;
}
/*========================================
 +　お問合せ
========================================*/
.ContactDisp{
	background-color:#dcdcdc;
	padding: 20px 0;
	margin:5px 0;
}
.contactBt{
	background-image: url(../images/detail/ContactBt.png);
	background-position:0 0;
	width:344px;
	height:0px;
	padding:55px 0 0 0;
	overflow:hidden;
	display:block;
	margin:auto;
}
.contactBt:hover,#contactBt.hover{
	background-position:0 -55px;
}
.contactBt2{
	background-image: url(../../newcar/images/mitumoriBt.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:201px;
	height:59px;
	display:block;
	margin:0px auto 0px;
}
.contactBt2:hover,contactBt2.hover{
	background-position:0 -59px;
}

/*========================================
 +　画像
========================================*/
#img_area{
	/* padding:15px; */
	position:relative;
	margin:0 0 10px;
	/* background: #f8f7f4; */
}
#main_img{
	margin:0px auto 0;
	width: 646px;
	height: 486px;
	border: 1px solid #321301;
	box-shadow: 4px 4px 0 #321301;
	background: #FFF;
	padding: 2px;
}
#ArrowPrevBt{
	width:47px;
	height:428px;
	position:absolute;
	cursor:pointer;
	top:15px;
	left:5px;
	display:block;
}
#ArrowNextBt{
	width:47px;
	height:428px;
	position:absolute;
	cursor:pointer;
	top:15px;
	right:5px;
}

#s_imgArea{
	margin: 20px auto 0;
	padding:0px 0 0px 0px;
}
.s_img{
	display:block;
	width: 135px;
	/* height: 81px; */
	margin: 0px 6px 10px 0;
	float:left;
	text-decoration:none;
	border: 1px solid #321301;
	box-shadow: 3px 3px 0 #321301;
	background: #FFF;
	/* padding: 2px; */
}
.s_img a{
	display:block;
	width: 100%;
	/* height:72px; */
	border: 2px solid #ffffff;
}

.s_img a:visited{
	text-decoration:none;
	border:2px solid #fff;
}
.s_img a:hover{
	border:2px solid #ffba00;
}
.s_img_bd {
	border: 2px solid #ffba00 !important;
}
/* AP Element */
#AP_ImgPrev{
	position:absolute;
	top:230px;
	left: 37px;
}
#AP_ImgNext{
	position:absolute;
	top:230px;
	right: 36px;
}


/* 基本情報 */
#inner{
	margin:0 0px 10px;
	padding:0;
	border-collapse:collapse;
	/* border-top:1px solid #CCC; */
	border: 1px solid #321301;
	border-spacing:0;
	background-repeat:repeat-x;
	list-style:none;
	width: 100%;
	font-size: 15px;
}
#inner li{
	font-weight: normal;
	text-align:center;
	width:353px;
	float:left;
	height:30px;
	line-height:27px;
}
#inner th{
	width: 176px;
	padding: 7px 0;
	text-align:center;
	background-color: #f0f0f0;
	background-repeat:repeat-y;
	border: 1px solid #321301;
	font-size: 14px;
}
#inner td{
	/* float:left; */
	width:225px;
	/* height:25px; */
	text-align:right;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:2px;
	border: 1px solid #321301;
	background-color: #fff;
	font-size: 14px;
}
/*　装備情報　*/
#soubi{
	border-collapse:collapse;
	list-style:none;
	padding:0;
	margin:0px 0 15px;
	/* background:#FFF; */
}
#soubi li{
	border: 1px solid #321301;
	box-shadow: 3px 3px 0 #321301;
	margin: 0 0 10px;
	padding: 5px;
	/* height:27px; */
	line-height:27px;
	background-repeat:no-repeat;
	background-position:10px center;
	background: #FFF;
}
#comment{
	border: 2px solid #321301;
	padding:10px;
	margin:0 0 20px;
	background: #FFF;
	font-size: 16px;
	line-height: 1.7;
}

/*　おすすめ中古車　*/
#reccomendTT{
	background-image:url(../../images/usedcar/detail/recommendTT.png);
	height:35px;
	line-height:35px;
	font-size:13px;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
}
#reccomend_list{
	border:solid #c2c2c4;
	border-width:0 1px 1px;
	border-bottom-left-radius: 5px;  /* 左下 */
	border-bottom-right-radius: 5px; /* 右下 */
	-webkit-border-bottom-left-radius: 5px;  /* 左下 */
	-webkit-border-bottom-right-radius: 5px; /* 右下 */
	-moz-border-radius-bottomleft: 5px;  /* 左下 */
	-moz-border-radius-bottomright: 5px; /* 右下 */
	padding:5px;
}
#reccomend_list li{
	padding:5px 0;
	border-top:1px dotted #999999;
}
#reccomend_list li:first-child{border-top:none;}
.recImg{
	width:80px;
	height:60px;
	border:1px solid #999;
	display:block;
	float:left;
}
.recTxt{
	width:98px;
	float:right;
}
.recPrice{
	margin:5px 0 0;
	text-align:right;
}
.recPrice span{
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

/*========================================
 + ライトエリア
========================================*/
/* 値段 */
#DataInfo{
	margin:0 0 0px;
	background-color:#d6d6d6;
	padding:5px;
}
.priceDisp{
	height:;
	margin:0 0 0px;
	padding:5px;
	color:#4b260d;
	font-weight:bold;
	border:3px double #dedede;
	background-color:#FFF;
}
.priceDisp .price{
	/* font-style:italic; */
	display:block;
	font-size:18px;
	/* font-weight:bold; */
	background-color:#fffac6;
	height:40px;
	line-height:40px;
	text-align:right;
	padding:0 10px;
	margin:3px 0 0 0;
	color: #4b260d;
}
.price_red{
	
font-size: 35px;
	
color: #d50000;
}
#price_gray{
	font-size:20px;
	font-weight:bold;
	color:#ccc;
}

.monthly_price{
	display:flex;
	justify-content: flex-end;
	align-items: baseline;
	margin:10px 5px 5px;
	font-size:14px;
}
.monthly_price span:last-child {
    position: relative;
	font-size:18px
}
.monthly_price span:last-child:before{
    content:'';
    width:100%;
    height: 8px;
    background: #fcff00;
    position: absolute;
    bottom: 0px;
    z-index: 4;
    right: 0;
}
.monthly_price span:last-child{
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
    padding: 0 5px;
}
.monthly_price span:last-child b{
    z-index: 5;
    position: relative;
}