@charset "euc-jp";


#content h2{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 1.0;
	margin: 8px 0 15px 0;
}


/* 販売店からのメッセージ */
#content .infoMsg{
	width: 308px;
	margin: 0 auto 12px;
}

#content .infoMsg dt{
	float: left;
	width: 20px;
	padding: 4px 12px 6px 0;
	background: url(/"common/img/fav_his/smp/frame_img.gif") no-repeat right top;
	background-size: 9px 30px;
}

#content .infoMsg dd{
	width: 266px;
	float: left;
	padding: 5px 0 5px 8px;
	border: 1px solid #eb6b70;
	border-left: none;
	background-color: #f9eaea;
}

#content .infoMsg dd a{
	font-weight: bold;
	color: #0700f2;
	text-decoration: underline;
}
/* //販売店からのメッセージ */



#content .synchronousBox{
	padding: 10px 6px;
	background-color: #f0f0f0;
	margin-bottom: 9px;
}

#content .synchronousBox .synchronousTtl{
	padding: 0 0 0 7px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}

#content .synchronousBox dl{
	padding: 0 0 0 7px;
	width: 97%;
	margin-bottom: 7px;
}

#content .synchronousBox dl dt{
	width: 75%;
	float: left;
	margin-right: 5px;
}

#content .synchronousBox dl dt input{
	background-color: #fff;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 97%;
	padding: 13px 0 13px 5px;
}

#content .synchronousBox dl dd{
	float: left;
	width: 22%;
	padding-top: 1px;
}

#content .synchronousBox dl dd input{
	background-color: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	padding: 12px 0 12px 0px;
	height: 40px;
	font-weight: bold;
	background: -moz-linear-gradient(top,#fefefe,#d8d8d8);
	background: -webkit-gradient(linear,left top,left bottom,
	from(#fefefe),to(#d8d8d8));
}

#content .synchronousBox div{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #e00b0b;
	padding: 6px 0 5px 8px;
}

#content .synchronousBox div p{
	line-height: 1.0;
	background: url(/"common/img/fav_his/smp/icon_PC_img.png") no-repeat left center;
	font-size: 14px;
	background-size: 19px 16px;
	width: 300px;
	margin: 0 auto;
}

#content .synchronousBox div p a{
	color: #fff;
	display: block;
	padding: 3px 0 3px 30px;
}


/* タブ */

.tab_ul{
	width: 318px;
	margin: 0 auto;
}

.tab_ul li{
	float: left;
	width: 101px;
	height: 33px;
	margin-right: 4px;
	border: 1px solid #0066bb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
}

.tab_ul li.last{
	margin-right: 0 !important;
}

.tab_ul li a{
	display: block;
	text-decoration: none;
	color: #585757;
	margin: 0 !important;
	line-height: 1.0;
	text-align: center;
	padding: 11px 0 8px 0;
}

.tab_ul li.li_on{
	background-color: #0066bb;
	border: 1px solid #0066bb;
	padding-bottom: 3px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.tab_ul li.li_on a{
	color: #ffffff !important;
}

.searchResult{
	padding: 10px 0 10px 0px;
	background-color: #0066bb;
	margin-bottom: 10px;
}

.searchResult p{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	width: 330px;
	margin: 0 auto;
}

/* //タブ */








/* 無料見積もり/在庫問い合わせ */
.inquiryBtn{
	border: 1px solid #b34600;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#ff5432,#e01000);
	background: -webkit-gradient(linear,left top,left bottom,
	from(#ff5432),to(#e01000));
	width: 304px;
	margin: 0 auto 9px;
}

.inquiryBtn a{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	display: block;
	padding: 6px 0 6px 0;
	line-height: 1.2;
	text-align: center;
}
/* //無料見積もり/在庫問い合わせ */


/* まとめてお気に入りに追加 */
.integrateBtn{
	border: 1px solid #0e64aa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top, #1e5799 0%, #137dd2 33%, #44609b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(33%,#137dd2), color-stop(100%,#44609b));
	width: 304px;
	margin: 0 auto 9px;
}

.integrateBtn a{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	display: block;
	padding: 6px 0 6px 0;
	line-height: 1.2;
	text-align: center;
}
/* //まとめてお気に入りに追加 */






.car_box02 th input{
	margin-right: 5px;
	vertical-align: -2px;
}


.car_box02 .msgBox{
	padding: 0 0 3px 4px;
	margin: 7px 0 10px 4px;
	border-left: 3px solid #9f9f9f;
}

.car_box02 .msgBox dl{
	width: 304px;
	margin-bottom: 4px;
}

.car_box02 .msgBox dl dt{
	float: left;
	width: 20px;
	padding: 4px 12px 6px 0;
	background: url(/"common/img/fav_his/smp/frame_img.gif") no-repeat right top;
	background-size: 9px 30px;
}

.car_box02 .msgBox dl dd{
	width: 260px;
	float: left;
	padding: 5px 0 5px 8px;
	border: 1px solid #eb6b70;
	border-left: none;
	background-color: #f9eaea;
}

.car_box02 .msgBox dl dd a{
	font-weight: bold;
	color: #0700f2;
	text-decoration: underline;
}

.car_box02 .msgBox p{
	line-height: 1.2;
	font-weight: bold;
}

.car_box02 .msgBox p a{
	text-decoration: underline;
	color: #0700f2;
}





/* お気に入りに追加 */
.car_box02 .favoriteBtn{
	padding: 0 17px;
	margin-bottom: 5px;
}

.car_box02 .favoriteBtn p{
	line-height: 1.0;
	border: 1px solid #0055a1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#2768af,#0066b9);
	background: -webkit-gradient(linear,left top,left bottom,
	from(#2768af),to(#0066b9));
	-webkit-box-shadow: 1px 2px 4px #bab8b9;
	-moz-box-shadow: 1px 2px 4px #bab8b9;
	box-shadow: 1px 2px 4px #bab8b9;
}

.car_box02 .favoriteBtn p a{
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 9px 0;
}
/* お気に入りに追加 */






/* 見積もり依頼 */
.car_box02 .estimateBtn{
	padding: 0 17px;
	margin-bottom: 12px;
}

.car_box02 .estimateBtn p{
	line-height: 1.0;
	border: 1px solid #a41100;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#df2b27,#df110b);
	background: -webkit-gradient(linear,left top,left bottom,
	from(#df2b27),to(#df110b));
	-webkit-box-shadow: 1px 2px 4px #bab8b9;
	-moz-box-shadow: 1px 2px 4px #bab8b9;
	box-shadow: 1px 2px 4px #bab8b9;
}

.car_box02 .estimateBtn p a{
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 9px 0;
}
/* 見積もり依頼 */






.deleteTxt{
	padding: 6px 8px 5px 0;
	background-color: #e1e1e1;
	margin-bottom: 4px;
}

.deleteTxt p{
	float: right;
	width: 26px;
	background: url(/"common/img/fav_his/smp/icon_delete_img.gif") no-repeat left 2px;
	padding-left: 18px;
	background-size: 14px 13px;
}

.deleteTxt p a{
	text-decoration: underline;
	color: #0700f2;
}


/* //車種一覧 */
.car_area02 .carList,
.carList02 {
cursor: pointer;
font-weight: bold;
position: relative;
}

@media only screen and (orientation : landscape) { /*横向き*/
.car_area02 .carList a span,
.carList02 a span{
	font-size:18px;
	padding-right:30px;
	display:block;
}
}
@media only screen and (orientation : portrait) { /*縦向き*/
.car_area02 .carList a span,
.carList02 a span{
	font-size:18px;
	padding-right:20px;
	display:block;
}
}
.car_area02 .carList a{
color: #000000;
font-size: 12px;
text-decoration: none;
background-image:url(/common/img/fav_his/smp/arrow.gif);
background-repeat:no-repeat;
background-position:95% center;
background-size:9px 10px;
display:block;
padding: 20px 9px 20px 16px;
margin-top:-10px;
word-break:break-all;
}
.car_area02 .carList02 a{
color: #000000;
font-size: 12px;
text-decoration: none;
background-image:url(/common/img/fav_his/smp/arrow.gif);
background-repeat:no-repeat;
background-position:95% center;
background-size:9px 10px;
display:block;
padding: 18px 9px 18px 16px;
margin-top:-8px;
word-break:break-all;
}
/* //車種一覧　　 */










