@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 検討中リストCSS                                                            */
/* 作成日: 2015-05-08                                                               */
/* 最終更新日: 2024-05-07       　                                                  */
/*                                                                                  */
/* ################################################################################ */

.odd {
	background-color: #EFEFEF;
}
h2 {
	background: url(../../img/share/bg_heading02.png) no-repeat left 0.6em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.breadCrumb ul {
	margin-bottom: 1.25em;
}
.mainContents p {
	margin-bottom: 1em;
}
.mainContents div {
	margin-bottom: 0;
}
.oneColumn {
	overflow: hidden;
	margin-bottom: 20px;
}
.text-redb {
	color: #d40000;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}
#carList {
	margin: 0 auto;
}
.carListTable {
	width: 100%;
	margin-bottom: 30px;
}
.carListTable tr {
	border-top: 5px solid #A0CDFA;
	border-bottom: 5px solid #A0CDFA;
	border-left: 1px solid #A0CDFA;
	border-right: 1px solid #A0CDFA;
}
.carListTable th {
	color: #FFFFFF;
	font-weight: bold;
	background: #1248AD;
	border-right: 1px dotted #FFFFFF;
	padding: 3px 0;
}
.carListTable td {
	padding: 10px 10px 0 10px;
	vertical-align: top;
}
.carListTable .carName a {
	font-size: 105%;
	font-weight: bold;
}
.carListTable .carName div {
	margin-top: 10px;
	color: #333333;
	font-size: 85%;
	font-weight: normal;
	background: #FEFFE6;
	padding: 5px 0 5px 5px;
	width: 100%;
}
.carListTable .carName, 
.carListTable .carName div dl {
	display: inline-block;
}
.carListTable .carName div dl dt {
	float: left;
	clear: both;
	color: #1247AC;
	font-weight: bold;
}
.carListTable td.priceCell,
.carListTable td.yearCell,
.carListTable td.milageCell {
	text-align: center;
	padding: 5px 0;
}
.carListTable td.yearCell {
	width: 18%;
}
.carListTable td.yearCell div,
.carListTable td.milageCell div {
	line-height: 4;
	padding: 0;
	font-weight: bold;
}
.carListTable td.priceCell div {
	color: #E10000;
	font-weight: bold;
}
.carListTable td.priceCell div span {
	color: #333333;
	font-size: 70%;
	margin-left: 10px;
	font-weight: normal;
}
.carListTable .iconArea {
	border-top: 1px dotted #A0CDFA;
	padding-top: 5px;
	margin-top: 10px;
	clear: both;
	color: #1246AC;
	font-size: 95%;
	font-weight: bold;
}
.carListTable .iconArea a {
	line-height: 2;
	font-size: 90%;
	margin-left: 10px;
}
.carListTable td.priceCell div.contactBox span.shopName,
.carListTable td.priceCell div.contactBox span.telNum {
	margin-left: 0;
	font-weight: bold;
	color: #0A8400;
	line-height: 1.3;
}
.carListTable td.priceCell div.contactBox span.telNum {
	color: #DD640B;
}
.priceCell input, 
input.resetBtn {
	display: block;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	text-align: center;
	color: #222222;
	text-decoration: none;
	margin: 0 auto;
	background: #B9B9B9;
	background-image: linear-gradient(to bottom, #B9B9B9, #A4A4A4);
	border-radius: 5px;
	box-shadow: 0px 4px 0px #5A5A5A;
	border-style: none;
}
.priceCell input {
	font-size: 90%;
	position: relative;
	margin-bottom: 30px;
	padding: 0.1em 0;
}
input.resetBtn {
	font-weight: bold;
	margin-bottom: 20px;
}
input.resetBtn:hover,
.priceCell input:hover {
	opacity: 0.7;
}

@media screen and (min-width: 737px) {
	.carListTable .carName div dl.spYear, .carListTable .carName div dl.spMilage {
		display: none;
	}
	.contentBox {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}
	.oneColumn, 
	#carList {
		width: 1000px;
	}
	.carListTable tr.borderNone {
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #A0CDFA;
		border-right: 1px solid #A0CDFA;
	}
	.carListTable td .carThumb {
		display: inline-block;
		vertical-align: top;
	}
	.carListTable .carNameCell {
		width: 52%;
	}
	.carListTable .carName {
		width: 68%;
	}
	.carListTable .carName div dl {
		width: 37%;
	}
	.carListTable td.priceCell,
	.carListTable td.yearCell,
	.carListTable td.milageCell {
		width: 17%;
	}
	.carListTable .carName div dl.repairHistory, 
	.carListTable td.milageCell {
		width: 20%;
	}
	.carListTable td.priceCell {
		border-left: 1px dotted #A0CDFA;
		padding-top: 15px;
	}
	.carListTable td.priceCell div {
		line-height: 2.25;
		font-size: 130%;
	}
	.carListTable td.yearCell div {
		border-left: 1px dotted #A0CDFA;
		border-right: 1px dotted #A0CDFA;
	}
	.carListTable td.priceCell div.contactBox {
		border-top: 1px dotted #A0CDFA;
		text-align: left;
		line-height: 1.25;
		margin-top: -5px;
		width: 260%;
		color: #333333;
		font-size: 100%;
		position: relative;
		left: 10px;
		top: 15px;
		padding-top: 10px;
	}
	.carListTable td.priceCell div.contactBox span.shopName,
	.carListTable td.priceCell div.contactBox span.telNum {
		font-size: 120%;
	}
	.priceCell input {
		width: 160%;
		top: 20px;
		left: 10px;
	}
	input.resetBtn {
		font-size: 120%;
		padding: 0.5em 0;
		width: 30%;
	}
}

@media screen and (max-width: 736px) {
	h2 {
		margin-left: 5px;
	}
	.mainContents {
		padding: 0 5px;
	}
	.carListTable tr {
		display: block;
		overflow: hidden;
	}
	.carListTable td, 
	.carListTable th {
		display: list-item;
		list-style-type: none;
	}
	.carListTable td .carThumb {
		text-align: center;
		vertical-align: top;
	}
	.carListTable .carName div dl {
		min-width: 110px;
	}
	.carListTable .carName div dl.spYear, 
	.carListTable .carName div dl.spMilage {
		min-width: 150px;
	}
	.carListTable tr.borderNone, 
	.carListTable .carName a br, 
	.carListTable td.milageCell, 
	.carListTable td.yearCell {
		display: none;
	}
	.carListTable td.priceCell {
		padding-top: 0;
	}
	.carListTable td.priceCell div {
		font-size: 150%;
	}
	.carListTable td.priceCell div span {
		display: inline;
	}
	.carListTable td.priceCell div.contactBox {
		border-top: 1px dotted #A0CDFA;
		text-align: left;
		line-height: 1.25;
		color: #333333;
		font-size: 100%;
		padding: 10px 0 0 5px;
	}
	.carListTable td.priceCell div.contactBox span.shopName,
	.carListTable td.priceCell div.contactBox span.telNum {
		font-size: 100%;
	}
	.priceCell input {
		width: 90%;
		top: 16px;
	}
	input.resetBtn {
		font-size: 110%;
		padding: 0.25em 0.5em;
		width: 80%;
	}
	input.resetBtn:hover,
	.priceCell input:hover {
		opacity: 0.7;
	}
}