<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 検索ページCSS                                                              */
/* 作成日: 2019-10-31                                                               */
/* 最終更新日: 2023-03-08                                                           */
/*                                                                                  */
/* ################################################################################ */

.h1Area {
	background: url(../img/bg_main_search.jpg) center center;
	background-size: cover;
}
.jumbotron {
	min-height: 500px;
	background: url(../../css/overlays/01.png) repeat;
	-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.21), 0 3px 20px 0 rgba(0, 0, 0, 0.08), 0 8px 10px -5px rgba(0, 0, 0, 0.01);
	box-shadow: 0 10px 10px -12px rgba(0, 0, 0, 0.21), 0 3px 10px 0 rgba(0, 0, 0, 0.08), 0 8px 5px -5px rgba(0, 0, 0, 0.01);
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 3.2rem;
	margin: 120px 0 3.625rem 0;
}
#type ul {
	text-align: center;
	margin-bottom: 0;
	padding: 5px 0;
}
#type li {
	display: inline-block;
	margin-right: 50px;
	font-weight: bold;
}
#type li img {
	display: block;
	margin: 0 auto;
}
#type li:last-child img {
	margin-bottom: 25px;
}
#type li:last-child {
	margin-right: 0;
}
.nav-tabs {
	margin-bottom: -1px;
}
.nav-item {
	padding: 0 10px;
	font-size: 120%;
}
.nav-item a {
	outline: none;
	background: #F7F7F7;
	font-weight: bold;
	padding: 5px 0!important;
	border: 1px solid #DDD!important;
}
.nav-item.active a {
	font-weight: bold;
	color: #FFF!important;
	background: #00AFC8!important;
	border-bottom: 1px solid #ddd!important;
}
.tab-content li {
	list-style-type: none;
}
.tab-pane dl {
	width: 50%;
}
.tab-pane dl:nth-of-type(2n) {
	float: right;
}
.tab-pane dl:nth-of-type(2n+1) {
	clear: both;
	float: left;
}
.tab-pane dl:last-child {
	margin-bottom: 0;
}
.tab-pane dt {
	position: relative;
	padding-left: 25px;
	line-height:2;
}
.tab-pane dt:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:16px; 
	left:9px; 
	background-color:#00D5CF;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}
.tab-pane dt:after{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:15px; 
	width:15px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:2px; 
	background-color:#00BCFB;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
.tab-content {
	padding: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #f7f7f7 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f7f7f7',GradientType=0 );
}
#detail table {
	background: #FFF;
}
form table ul {
	margin: 0;
	padding: 0;
}
form table ul li {
	display: inline-block;
	margin-right: 25px;
}
form table ul li:last-child {
	margin-right: 0;
}
table th {
	background: #F6F6E9;
}
label input {
	outline: none;
}
#detail .submitBtn {
	padding: 10px 0 0 0;
	text-align: center;
}
#detail .submitBtn li {
	display: inline-block;
	margin: 0 20px;
}
#detail .submitBtn li:first-of-type a {
	background: #D2D2D2;
	border: 1px solid #B1B1B1;
	transition: .5s;
	font-size: 1.7rem;
	color: #333333;
	padding: 13px 35px;
	font-weight: bold;
	border-radius: 3px;
	width: 40%;
	text-align: center;
}
#detail .submitBtn li:first-of-type a:hover {
	background: #BFBFBF;
	border-color: #9E9E9E;
	text-decoration: none;
	box-shadow: 0px 2px 15px #CCC;
}
#detail .submitBtn li:last-child input {
	background: #FA7701;
	border: 1px solid #EF7201;
	transition: .5s;
	font-size: 1.7rem;
	color: #FFFFFF;
	padding: 13px 35px;
	font-weight: bold;
	border-radius: 3px;
	width: 100%;
	text-align: center;
}
#detail .submitBtn li:last-child input:hover {
	background: #FE9434;
	border-color: #DC6901;
	text-decoration: none;
	box-shadow: 0px 2px 15px #CCC;
}
.resultInfoArea {
	font-size: 90%;
	overflow: hidden;
}
.resultInfoArea dl {
	display: inline-block;
	width:230px;
	margin-bottom:5px;
}
.resultInfoArea dl dt {
	float: left;
	clear: both;
}
.resultInfoArea ul {
	float: right;
}
.resultInfoArea ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}
.resultInfoArea ul li:last-child {
	margin-right: 0;
}
#view_btn0, #view_btn1 {
	transition: .3s;
	font-weight: bold;
	border-radius: 3px;
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;
}
#view_btn0:hover, #view_btn1:hover {
	text-decoration: none;
	box-shadow: 0px 2px 15px #CCC;
}
#view_btn0 {
	background: #18B5D6;
	border: 1px solid #15A4C1;
	margin-right: 15px;
}
#view_btn0:hover {
	background: #15A4C1;
	border-color: #11839B;
}
#view_btn1 {
	background: #22CC3C;
	border: 1px solid #1EB334;
}
#view_btn1:hover {
	background: #1CA831;
	border-color: #147A23;
}



.resultInfoArea {
	margin: 30px 0;
}
.resultInfoArea dl dd {
	color: #DB6800;
	font-weight: bold;
	text-indent: 10px;
}
form {
	text-align: right;
	margin-bottom: 30px;
}
.sortingCondition {
	overflow: hidden;
}
.sortingCondition h4 {
	width: 6em;
	display: inline-block;
	color: #FFFFFF;
	padding: 5px 10px;
	background: #20A233;
	text-align: center;
}
.sortingCondition ul {
	padding: 5px 10px;
	display: inline-block;
	background: #F8FFF0;
}
.sortingCondition ul li {
	list-style-type: none;
	display: inline-block;
	border-right: 1px dotted #555555;
	padding:0 30px;
}
.sortingCondition ul li:last-child {
	border-right: none;
}
.carListBlockTable tr {
	border-bottom: 4px double #cccccc;
}
.carListBlockTable tr:last-child {
	border-bottom: none;
}
.carListBlockTable td, 
.pickUpCarBloc {
	width: 25%;
	padding: 20px 10px 20px;
}
.pickUpCarBloc {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}
.pickUpCarBloc:last-child {
	margin:0;
	padding:20px 0 0;
}
.carListBlockTable td .carDetailBox, 
.pickUpCarBloc .carDetailBox {
	padding: 10px 10px 1px 10px;
	transition: .5s;
}
.carListBlockTable td .carDetailBox:hover, 
.pickUpCarBloc .carDetailBox:hover {
	box-shadow:1px 1px 5px rgba(0,0,0,0.4);
}
.carDetailBox {
	position: relative;
}
.carDetailBox a, 
.pickUpCarBloc a {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.pickUpCarBloc a {
	text-align: center;
}
.carListBlockTable .carDetailBox ul, 
.pickUpCarBloc .carDetailBox ul {
	padding: 110px 0 0 0;
	text-align: left;
}
.carName {
	font-weight: bold;
}
.carDetailBox li {
	list-style-type: none;
	line-height: 1.35;
}
.carGrade {
	line-height: 1.25;
	margin-bottom: 10px;
}
.carModelYearMilage {
	font-weight: bold;
	margin-bottom: 10px;
}
.carModelYearMilage span {
	font-size: 75%;
}
.carPrice {
	font-size: 130%;
	font-weight: bold;
	color:#EE6B00;
}
.carPrice span {
	font-size: 65%;
	margin-left: -10px;
	font-weight: bold;
	color:#EE6B00;
}
.carDetailArea tr:last-child td:nth-last-child(1), 
.carDetailArea tr:last-child td:nth-last-child(2) {
	display: none;
}
.carDetailArea tr:last-child td:nth-last-child(3), 
.carDetailArea tr:last-child td:nth-last-child(4) {
	width: 25%!important;
}
.pagenationBottom {
	margin-top: 40px;
}
.pagenationBottom a {
	border: 1px solid #21A937;
	text-align: center;
	margin: 4px 3px 6px 3px;
	line-height: 2;
	padding: 0 5px;
	font-size: 100%;
	display: inline-block;
	font-weight: normal;
	color: #21A937;
}
.pagenationBottom a:hover {
	border: 1px solid #21A937;
	background: #21A937;
	color: #FFFFFF;
	text-align: center;
	margin: 4px 3px 6px 3px;
	line-height: 2;
	padding: 0 5px;
}
.pagenationBottom br {
	display: none;
}

.carListTable {
	width: 100%;
}
.nameCell {
	width: 50%;
}
.borderNone th {
	padding: 0 10px;
	text-align: center;
}

.carNameCell .carThumb {
	display: inline-block;
	vertical-align: top;
}

.carNameCell .carName {
	display: inline-block;
	width: 70%;
}

.carListTable .carName div {
	width: 100%;
	line-height: 1.2;
	background: #FFFFEA;
	padding:1px 12px;
}

.carListTable .carName div dl {
	width: 45%;
	display: inline-block;
	font-size: 80%;
	margin-bottom: 0;
}

.carListTable .carName div dl dt {
	float: left;
	clear: both;
	font-weight: normal;
}
.iconArea {
	font-size: 80%;
}
.carListTable td {
	padding: 10px;
}
.carListTable tr {
    border-top: 5px solid #6ACE8D;
    border-bottom: 5px solid #6ACE8D;
    border-left: 1px solid #6ACE8D;
    border-right: 1px solid #6ACE8D;
}
.carListTable tr:nth-child(2n-1) {
	background:#F9F9F9;
}
.priceCell div:first-of-type {
	color:#EE6B00;
	font-weight: bold;
	font-size: 130%;
}
.priceCell div:first-of-type span {
	font-size: 65%;
}
.contactBox {
	margin-top: 20px;
	font-size: 80%;
	line-height: 1.3;
}
.contactBox .shopName {
	font-size: 140%;
	font-weight: bold;
}
.contactBox .telNum {
	font-size: 140%;
	font-weight: bold;
}
.nameCell, .carNameCell, .priceCell, .yearCell {
	border-right: 1px dotted #6ACE8D;
}
.table-hover &gt; tbody &gt; tr {
	transition: .5s;
}
.table-hover &gt; tbody &gt; tr:hover {
	background: #FFF8E8!important;
}
.yearCell, .milageCell {
	font-weight:bold;
}
.yearCell {
	line-height: 1.2;
}
.carListTable .carName div dl.spYear,
.carListTable .carName div dl.spMilage {
	display: none;
}


.pickUpTable {
	width: 100%;
}


@media screen and (max-width:1199px) {
}
@media (max-width: 991px) {
.jumbotron h1, .jumbotron .h1 {
	margin: 60px 0;
}
#type li, 
#type li:last-child {
	margin: 0 15px 15px 15px;
}
#type li:last-child img {
	margin-bottom: 0;
}
.nav-item {
	font-size: 100%;
}
section:nth-of-type(3) table tr {
	display: block;
}
section:nth-of-type(3) table th, 
section:nth-of-type(3) table td {
	display: list-item;
	list-style-type: none;
	padding: 8px 5px;
}
.carListBlockTable tr {
	border-bottom: none;
}
}
@media (max-width: 768px) {
.tab-pane dl {
	width: 100%;
}
}




@media screen and (max-width:1199px) {
.nameCell {
	width: 53%;
}
.priceCell {
	font-size: 94%;
}
}

@media (max-width: 991px) {
.sortingCondition h4 {
	width: 100%;
	margin-bottom: 0;
}
.sortingCondition ul {
	width: 100%;
}
.carListBlockTable td, .pickUpCarBloc {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px dotted #808080;
	padding-bottom: 10px;
}
.carDetailArea tr:last-child td:nth-last-child(3), 
.carDetailArea tr:last-child td:nth-last-child(4) {
	width: 48%!important;
}
.resultInfoArea ul {
	float: none;
	padding: 0;
}
.borderNone {
	display: none;
}
.carListTable td {
	display: list-item;
	list-style-type: none;
	padding: 5px;
}
.carNameCell .carThumb {
	display: inherit;
	text-align: center;
}
.carNameCell .carName {
	width: 100%;
}
.carListTable .carName div dl.spYear,
.carListTable .carName div dl.spMilage {
	display: inline-block;
}
.carListTable td.yearCell, .carListTable td.milageCell {
	display: none;
}
}</pre></body></html>