@charset "UTF-8";

.pc_only{display:block!important;}
.sp_only{display:none!important;}

/************************************************
  inc_usedcar_schpanel
*************************************************/

.ContentsDisp {
	width: 1050px;
	margin: 0 auto;
	font-size: 14px;
}

#zyoken_area {
	padding-bottom: 18px;
	background: #FFF;
}

#zyoken_area::before {
	content: "複数の条件で検索";
	display: block;
	margin-bottom: 14px;
	padding: 12px 18px;
	color: #FFF;
	font-weight: bold;
	background: #E50013;
}

#panelSlct {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
}

#panelSlct th {
	width: 88px;
	padding: 0 30px 0 0px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}

#panelSlct td {
	width: 235px;
	padding: 0 16px 0 0;
	vertical-align: middle;
}

#panelSlct select {
	width: 225px;
	height: 33px;
	padding: 0 40px 0 10px;
	border: 1px solid #B8B8B8;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	background-color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;

	background-image:
		linear-gradient(45deg, transparent 50%, #888 50%),
		linear-gradient(135deg, #888 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 13px,
		calc(100% - 12px) 13px;
	background-size: 6px 6px;
	background-repeat: no-repeat;
}

#panelSlct input {
	width: 225px;
	height: 33px;
	padding: 0 40px 0 10px;
	border: 1px solid #B8B8B8;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	background-color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

#panelSlct select:disabled {
	color: #999;
	background-color: #E7E7E7;
}

#panelSlct .w220 {
	width: 225px;
}

#panelSlct .w100 {
	width: 100px;
}

#panelSlct .w95 {
	width: 95px;
}

#panelSlct span {
	display: inline-block;
	margin: 0 2px;
}

#kensaku,
#clear {
	display: inline-block;
	width: 180px;
	margin: 26px 10px 0 24px;
	padding: 13px 0;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #FA0;
}

#clear {
	margin-left: 0;
	background: #a1a1a1;
}

.topTextBox {
	width: 944px;
	margin: 18px auto 0;
}

.sorting_pc {
	padding: 10px;
	border: 1px solid #DDD;
	background: #F8F8F8;
}

.sorting_pc #row {
	display: flex;
	align-items: center;
	gap: 14px;
}

.sorting_pc a {
	text-decoration: none;
}

.sorting_pc .bold {
	font-weight: bold;
}

.sorting_pc .btn {
	display: inline-block;
	margin-left: 5px;
	padding: 6px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-weight: bold;
	background: #FFF;
}

.colorList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.colorList input {
	display: none;
}

.colorList label {
	display: block;
	cursor: pointer;
}

.colorList span {
	display: block;
	width: 49px;
	height: 30px;
	border: 1px solid #AAA;
	border-radius: 3px;
	box-sizing: border-box;
}

.colorList input:checked + label span {
	border: 3px solid #F55;
}

.c01 {background: #FFF;}
.c02 {background: linear-gradient(135deg, #C79A18 0%, #FFF 52%, #BDBDBD 100%);}
.c03 {background: #000;}
.c04 {background: linear-gradient(135deg, #FFF 0%, #BFBFBF 100%);}
.c05 {background: #888;}
.c06 {background: #E50013;}
.c07 {background: #C11B6C;}
.c08 {background: #0055D9;}
.c09 {background: #FFF21A;}
.c10 {background: #FF6500;}
.c11 {background: #870093;}
.c12 {background: #F51CA4;}
.c13 {background: #17A900;}
.c14 {background: #9B3600;}
.c15 {
	background:
		linear-gradient(90deg, transparent 33.33%, #14A900 33.33%, #14A900 66.66%, #0055D9 66.66%) top / 100% 50% no-repeat,
		linear-gradient(90deg, #FFF21A 33.33%, #870093 33.33%, #870093 66.66%, #F51CA4 66.66%) bottom / 100% 50% no-repeat,
		#E50013;
}

.btn-dis{
  display:flex;
  align-items: center;
  justify-content: center;
}



/************************************************
  inc_usedcar_schpage
*************************************************/
.search-type{
    text-align: center; 
    padding: 30px 0 40px; 
    margin: 0 0 30px; 
    background-color:#fff;
    max-width:1120px;
    margin-inline:auto;
}
.search-type a{
    display: inline-block;
    color: #FFF;
    transition: all 0.2s;
    margin: 0 10px 10px;
    background: #000;
    width: 200px;
    font-size: 17px;
    position:relative;
    border-radius: 20px;
    padding:8px 0;
}

.search-type a:hover{
    background:#afafaf;
}

.search-type a::after{
    background:#afafaf;
}

.count_txt{
    font-family: "Gilroy-ExtraBold";
    font-size:30px;
    font-weight: bold;
}

.kensuu_txt{
    font-size:13px;
}

.e3_back{
    background-color:#e3e3e3;
}

.category_title{
    font-size:22px;
    font-weight:bold;
    margin-bottom:30px;
    text-align:left;
    padding-left:10px;
}

.white_back{
    background-color:#fff;
}

/*---------------Paging---------------*/
.paging-container{
    overflow: hidden;
    padding: 0 0px 0 0;
    width: 1024px;
    margin: 20px auto;
}
.result{
    float: left; 
    font-size: 16px;
}
.result strong{
    font-weight: 700;
}
.paging-number{
    float: right; 
    font-size: 16px;
}
.paging-number a{
    display: inline-block; 
    font-weight: 700; 
    padding: 5px 10px; 
    margin: 0 5px;
    background-color:#fff!important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}
.paging-number a:hover{
    background: #e5e5e5; 
    color:#000;
}
.page-active{
    background: #000 !important;
    color:#fff;
}

.page-active:hover{
    background: #000 !important;
    color:#fff!important;
    opacity: 0.7!important;
}



/************************************************
  inc_usedcar_schlist
*************************************************/

h3{
  display: block;
  margin: 10px auto 20px;
  padding: 12px 18px;
  color: #FFF;
  font-weight: bold;
  background: #E50013;
  width:1024px;
}

#wapper {
	width: 1024px;
	margin: auto;
}

#wapper .pages {
	height: 10px;
}

.countbox {
	text-align: right;
}

.s_k_sbox {
	position: relative;
}

.s_k_sbox h4 {
	margin-right: 100px;
	font-size: 20px;
	line-height: 3rem;
	min-height: 46px;
	font-weight: bold;
}

.s_k_left {
	position: relative;
	margin-top: 10px;
}

.s_k_left a {
	position: relative;
	display: block;
	width: 200px;
	min-height: 156px;
}

.spec {
	position: absolute;
	top: 65px;
	left: 435px;
	z-index: 1;
	width: 435px;
	margin-top: 10px;
	border-collapse: collapse;
	font-size: 14px;
}

.spec tr {
	display: inline-table;
	width: 49%;
	margin-top: -1px;
	margin-left: -1px;
	vertical-align: text-top;
}

.spec th{
	padding: 5px;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
}

.spec td {
	padding: 5px;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
}

.last_td{
  border-bottom: 1px solid #AAA;
}

.spec th {
	width: 33%;
	white-space: nowrap;
	background: #DDD;
	font-weight: bold;
	text-align: center;
}

.spec td {
	width: 70%;
}

.priceBox {
	position: absolute;
	top: 5px;
	left: 200px;
	width: 170px;
}

.s_k_bottom {
	width: 190px;
	margin-left: 15px;
}

.s_k_bottom .carname,
.s_k_bottom .gradename,
.s_k_bottom .opdata,
.s_k_bottom .syaken {
	display: none;
}

.price {
	font-size: 13px;
	text-align: right;
}

.s_k_bottom .price {
	position: relative;
	width: 205px;
}

.s_k_bottom .price.main {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #AAA;
}

.s_k_bottom .price b {
	position: absolute;
	top: 7px;
	left: 0;
}

.price .red {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 2.7rem;
	color: #d30;
}

.price i {
	font-size: 1.3rem;
}

.sales_comm {
	clear: both;
	display: grid;
	align-items: center;
	width: 100%;
	height: 35px;
	/* margin-top: 15px; */
	font-size: 1.2rem;
}

.newBtnBox {
	position: absolute;
	top: 63px;
	right: 0;
	width: 140px;
	margin-top: 10px;
	margin-right: 12px;
	text-align: center;
}

.newBtnBox a {
	display: inline-block;
	width: 100%;
	padding: 16px 5px;
	color: #FFF;
	background: #d30;
	height: 126px;
	line-height: 95px;
	font-weight: bold;
}

hr.kata {
	margin: 10px 0;
	border: solid #AAA;
	border-width: 1px 0 0;
}

.sold-out{
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  line-height: 130px;
  font-size: 20px;
  color: #d30;
}

.text-left{
  text-align:left;
}






@media screen and (max-width: 768px) {

  .pc_only{display:none!important;}
  .sp_only{display:block!important;}


  /**/
  .search-box div{
      margin: 0; 
      width: 100%;
  }
  .search-box{
      display:flex;
      width: 31%;
      margin: 0 1% 30px;
      position: relative;
  }

  /*****************************************
   絞り込みパネル 
   ********************************************/

  .paging-container {
      margin: 20px auto 10px;
      width:100%;
  }

  #BtDisp {
    width: 100%;
    margin: 0px 0 0 0;
  }
  #BtDisp td {
    width: 50%;
  }
  #page_TT {
    padding: 10px 10px 3px 10px;
    margin: 0 0 0px 0;
    text-align: left;
    font-weight: bold;
    background-color: #FFF;
    border-bottom: 1px solid #cecece;
    color: #000;
    line-height: 27px;
  }
  #page_TT span {
    color: #fa6e00;
    font-size: 25px;
    position: relative;
    top: -4px;
  }
  #ShiboriListBtn {
    height: 39px;
    width: 100%;
    padding: 0 0 0 35%;
    float: left;
    display: block;
    font-weight: bold;
    color: #FFF;
    font-weight: bold;
    line-height: 37px;
    background-color: #333;
    background: url(../images/glass.png);
    background-color: #E50013;
    background-repeat: no-repeat;
    background-position: 15% center;
    border-right: 1px solid #fff;
  }
  #changeListBtn {
    height: 39px;
    width: 100%;
    padding: 0 0 0 35%;
    float: left;
    display: block;
    font-weight: bold;
    color: #FFF;
    font-weight: bold;
    line-height: 37px;
    background: url(../images/Arrow.png);
    background-color: #E50013;
    background-repeat: no-repeat;
    background-position: 15% center;
  }
  #display1 {
    border-top: 2px solid #fff;
    margin: 0px 0 0 0;
  }
  #display2 {
    margin: 0px 0 5px 0;
  }
  .changeBtnBox {
    width: 304px;
    height: 32px;
    margin: 5px auto 0;
  }
  .changeBtnLeft {
    width: 80px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #f6f2dc;
    margin-right: 10px;
    font-size: 14px;
  }
  .changeBtnLeft a {
    /* font-weight: bold; */
    /* text-shadow: 0 1px #FFF; */
    color: #404040;
    display: block;
  }
  .changeBtnRight {
    width: 80px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #f6f2dc;
    font-size: 14px;
  }
  .changeBtnRight a {
    /* font-weight: bold; */
    /* text-shadow: 0 1px #FFF; */
    color: #404040;
    display: block;
  }
  #changeClear {
    width: 250px;
    height: 32px;
    line-height: 32px;
    background-image: -moz-linear-gradient(left top, #FFF 0%, #dadada 5%, #c4c4c4 50%, #9e9e9e 100%);
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(0.05, #dadada), color-stop(0.5, #c4c4c4), color-stop(1, #9e9e9e)); */
    /* border: 1px solid #666666; */
    border-radius: 20px;
    font-weight: bold;
    /* text-shadow: 0 1px #FFF; */
    display: block;
    margin: 0 auto;
    color: #404040;
    text-align: center;
    background-color: #e6e6e6;
    font-size: 15px;
  }
  #changeClear a {
    font-weight: bold;
    text-shadow: 0 1px #FFF;
    color: #404040;
    display: block;
  }
  #zyoken_area {
    padding: 0;
    padding: 30px 10px 0px;
  }
  #zyoken_area select, #syaryo_kbn, #chk_body_type_kbn {
    font-size: 120%;
    padding: 5px;
    border: 2px solid #e6e6e6;
  }
  #zyoken_area a {
    color: #fff;
  }
  .zyokenWaku {
    padding: 5px 0;
  }
  #shiborikomi_zyoken_area {
    margin: 0;
    padding: 0;
  }
  #shiborikomi_zyoken_area a {
    color: #333;
  }
  .Shibori_Waku {
    clear: both;
    border-style: solid;
    margin: 0 1px 0px 0;
    height: auto;
    padding: 0px 0 10px;
  }
  .item_c {
    padding: 0px 0 0px 5px;
    margin: 0 0 10px;
    font-weight: 500;
    background: #f6f2dc;
    height: 35px;
    line-height: 31px;
    float: left;
    width: 25%;
    border: 2px solid #e6e6e6;
  }
  #maker_list {
    width: 70%;
    margin-left: 15px;
  }
  #model_list {
    width: 70%;
    margin-left: 15px;
  }
  #price_from {
    width: 32.2%;
    margin-left: 15px;
  }
  #price_to {
    width: 32.2%;
  }
  #nenshiki_from {
    width: 32.2%;
    margin-left: 15px;
  }
  #nenshiki_to {
    width: 32.2%;
  }
  #kyori_from {
    width: 32.2% !important;
    margin-left: 15px;
  }
  #kyori_to {
    width: 32.2%;
  }
  #hdn_area_code {
    width: 25% !important;
    margin-left: 15px;
  }
  #area_list {
    width: 25% !important;
    margin-left: 5px;
  }
  #kyoten_code, #syaryo_kbn, #chk_body_type_kbn {
    width: 70%;
    margin-left: 15px;
  }
  #sapocar {
    width: 60%;
    margin-left: 15px;
  }
  .select {
    font-weight: bold;
    line-height: 23px;
    float: left;
    width: 157px;
    height: 23px;
    text-align: center;
    background-image: url(/images/usedcar/usedcar_search/select.gif);
    background-repeat: no-repeat;
    margin: 5px 0 0 8px;
  }
  .select {
    background-position: 0 0px;
  }
  .select:hover, .select.hover {
    background-position: 0 -23px;
    color: #333;
    text-decoration: none;
  }
  .noSelect {
    float: left;
    font-size: 10px;
    margin: 0 0 0 30px;
  }
  #color_area {
    list-style: none;
    padding: 0;
    margin: 0px 0 0 0px;
    height: 120px;
    width: 60%;
    float: left;
    margin-left: 5%;
  }
  #color_area li {
    float: left;
    width: 52px;
    height: 30px;
    margin: 0px 0 0 0;
    padding: 0;
  }

  #color_area li:last-child {
    width: 59px;
  }

  .color_img {
    float: left;
    margin-left: 2px;
  }
  #nenryou_area {
    width: 300px;
    list-style: none;
    padding: 0;
    margin: 0px 0 0 15px;
  }
  #nenryou_area li {
    float: left;
    height: 21px;
    width: 120px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0px;
  }
  #gazou_area {
    list-style: none;
    padding: 0;
    margin: 0px 0 0 15px;
    float: left;
  }
  #gazou_area li {
    float: left;
    height: 21px;
    width: 90px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0px;
  }
  #body_area {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0px 0 0 15px;
    float: left;
    padding: 0 0px;
  }
  #body_area li {
    float: left;
    width: 135px;
    height: 21px;
    padding: 0 0 0 0px;
  }
  #soubi_area {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0px 0 0 15px;
    clear: left;
    padding: 0;
  }
  #soubi_area li {
    float: left;
    width: 140px;
    line-height: 20px;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
  }
  #more {
    margin: 0 5px 10px 0px;
    width: 183px;
    height: 25px;
    background-image: url(/images/usedcar/usedcar_search/green_button.gif);
    background-repeat: no-repeat;
    display: block;
    float: right;
  }
  #more {
    background-position: 0 0px;
  }
  #more:hover, #more.hover {
    background-position: 0 -25px;
  }
  #zyoken_B {
    clear: both;
    width: 90%;
    margin-inline: auto;
    margin-top: -15px;
    margin-bottom: 50px;
  }
  #clear {
    width: 33%;
    height: 38px;
    line-height: 38px;
    background-image: -moz-linear-gradient(left top, #FFF 0%, #aeadae 5%, #9b9b9b 50%, #868686 100%);
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    color: #000;
    text-align: center;
    background: #a1a1a1;
    float: left;
    overflow: none;
    padding:0;
  }
  #kensaku {
    width: 60%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-image: -moz-linear-gradient(left top, #FFF 0%, #3894ee 5%, #207fe3 50%, #0466d6 100%);
    border-radius: 5px;
    font-weight: bold;
    display: block;
    margin: 0 auto 5px;
    color: #FFF;
    background: #FA0;
    float: right;
    padding: 0;
    overflow: none;
  }
  .change_title {
    float: left;
    text-align: right;
    width: 90px;
    margin-right: 20px;
    position: relative;
    top: 5px;
  }
  .ichiran_area {
    border-bottom: 3px solid #ddd;
    margin: 20px 0;
    width: 95%;
    margin-inline: auto;
    margin-bottom: 10px;
    padding: 0 0 20px;
  }
  .w95P {
    width: 95%;
    margin-inline: auto;
  }
  .f12 {
    font-size: 12px;
  }


  .Shibori_Waku .sp_so{
    width:70%;
    margin-left: 15px;
  }
  .colorList {margin-left:30%;}
  .colorList span {width:41px;}

  /* 一覧  */

  h3{width:100%;margin: 20px auto 20px;}

	#wapper {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}

	.s_k_sbox {
		padding: 14px 0;
		border-bottom: 1px solid #CCC;
	}

	.s_k_sbox h4 {
		margin: 0px 0 10px;
		font-size: 16px;
		line-height: 1.4;
		/* color: #005BAC; */
		/* text-decoration: underline; */
		min-height: 0;
	}

	.s_k_left {
		display: grid;
		grid-template-columns: 132px 1fr;
		gap: 10px;
		margin-top: 8px;
	}

	.s_k_left a {
		width: auto;
		min-height: auto;
	}

	.carimg {
		grid-column: 1;
		grid-row: 1;
	}

	.carimg img {
		width: 132px;
		height: 94px;
		object-fit: cover;
	}

	.priceBox {
		position: static;
		grid-column: 2;
		grid-row: 1;
		width: auto;
		margin: 0;
	}

	.s_k_bottom {
		width: auto;
		margin: 0;
	}

	.s_k_bottom .carname,
	.s_k_bottom .gradename,
	.s_k_bottom .opdata,
	.s_k_bottom .syaken {
		display: none;
	}

	.price {
		text-align: left;
		font-size: 12px;
		line-height: 1.4;
	}

	.s_k_bottom .price {
		width: auto;
		font-weight: bold;
	}

	.s_k_bottom .price.main {
		margin: 0 0 4px;
		border: none;
		font-size: 14px;
		font-weight: bold;
	}

	.s_k_bottom .price b {
		position: static;
		display: block;
		color: #000;
		font-size: 14px;
	}

	.price .red {
		margin: 0;
		font-size: 32px;
		line-height: 1;
		color: #d30;
	}

	.price i {
		font-size: 18px;
	}

	.spec {
		position: static;
		width: 100%;
		margin: 14px 0;
		font-size: 12px;
		font-weight: bold;
	}

	.spec tr {
		display: none;
	}

	.spec tr:nth-child(1),
	.spec tr:nth-child(2),
	.spec tr:nth-child(4),
	.spec tr:nth-child(9),
	.spec tr:nth-child(10) {
		display: inline;
	}

	.spec th {
		display: none;
	}

	.spec td {
		display: inline;
		width: auto;
		padding: 0;
		border: none;
		background: none;
	}

	.spec td::after {
		content: " / ";
	}

	.spec tr:last-child td::after {
		content: "";
	}

	.sales_comm {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 8px;
		font-size: 10px;
		line-height: 1.2;
	}

	.newBtnBox {
		position: static;
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin: 10px 0 0;
	}

	.newBtnBox a {
		width: 100%;
		height: auto;
		padding: 12px 10px;
		line-height: 1.4;
		font-size: 14px;
		box-sizing: border-box;
	}

	hr.kata {
		margin: 0;
	}

  .sold-out{
    line-height: 100px;
  }
}