@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');
}

/*========================================
 + 絞り込みパネル
========================================*/
#zyoken_area {
	margin:0 auto 0;
}
#zyoken_area_in {
	width:100%;
	margin-bottom: 10px;
    border-radius: 5px;
    border: 4px solid #ffd800;
	box-sizing:border-box;
}
#zyoken_area_more{
	margin-bottom: 10px;
    border-radius:0 0 5px 5px;
    border: 4px solid #ffd800;
	border-top:0 !important;
	box-sizing:border-box;
}
#zyoken_area table {
	width:100%;
}
#zyoken_area th {
	width:150px;
	vertical-align:top;
	box-sizing:border-box;
    background-color: #fff8d1;
	padding:15px;
	font-size:15px;
	border-bottom:1px solid #ffd800;
}
#zyoken_area th p:before {
	font-family:FontAwesome;
	content:"\f002";
	padding:0 5px 0 0;
}
#zyoken_area td {
	padding:15px;
	position:relative;
	border-bottom:1px solid #ffd800;
}
#zyoken_area tr:last-child th,#zyoken_area tr:last-child td {
	border-bottom: none;
}
#zyoken_area_in{
}
.w100 { width:100%;}
/*---メーカー---*/
#makerList  li {
	width:15%;
	font-size:18px;
	margin:5px 0;
	display:inline-block;
	height:35px;
	line-height:35px;
	font-size:18px;
	padding:0px 0 0 23px;
	box-sizing:border-box;
	position:relative;
}
.zyokenList li {
	width:24%;
	height:45px;
	line-height:45px;
	font-size:18px;
	padding:0px 0 0 23px;
	box-sizing:border-box;
	margin:5px 0;
	position:relative;
	display:inline-block;
}
/*---ボディタイプ---*/
.body {
	width:100%;
}
.body td {
	padding:5px!important;
	width:25%;
	height:83px;
	border-bottom:none !important;
}
.body_inner {
	box-sizing:border-box;
	padding:10px 0 0;
	text-align:center;
	vertical-align:middle;
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	border:2px solid #fff;
}
.body_inner span {
	position:absolute;
	top:2px;
	left:2px;
	font-weight:bold;
	font-size:14px;
}
.body_inner span:before {
	font-family:fontawesome;
	color:#ffd800;
	content:"\f059";
	padding:0 2px 0 0;
	z-index:20;
}
.body_inner input {
	position:absolute;
	bottom:-12px;
	left:50%;
	z-index:20;
}
#body_detail {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.9;
	width:822px;
	padding:15px;
	background-color:#fff;
	box-sizing:border-box;
	z-index:999;
}
#body_detail .body_inner {
	padding:19px 7px 0;
	border:2px solid #ffd800;
	border-radius:5px;
} 
#body_detail .body_inner p {
	font-size:11px;
}
#detail_bt {
    top: 50px;
    left: 20px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: normal;
    border: 2px solid #e3e3e3;
    border-radius: 6px;
    box-shadow: 2px 2px 0 0 #e3e3e3;
    background-color: #fff;
    cursor: pointer;
}
#detail_bt .fa { padding:0 5px 0 0;}

/*-----この条件で検索する-----*/
.searchBT {
	width:200px;
	height:40px;
	margin:0 auto;
	line-height:40px;
	display:block;
	text-align:center;
    background-color: #EC6C00;
    border-color: #42ca7a;
    color:#fff !important;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
    border-radius: 5px;
    box-shadow: 0 6px #cc5d00;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#moreLink {
	position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 20px;
    color: #eb6b00;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 2px solid #ffd800;
    border-radius: 6px;
    box-shadow: 2px 2px 0 0 #ffd800;
    background-color: #fff;
	 cursor: pointer;
}

/*-----取扱店舗-----*/
#kyoten_img {
	text-align:center;
}
#kyoten_img li {
	width: 18%;
	display:inline-block;
	text-align:center;
	margin:0 5px;
}
#kyoten_img li .kyoten_inner {
	padding:5px;
	border:1px solid #A6A6A6;
	box-sizing:border-box;
	margin:0 auto 5px;
}

#zyoken_area .check {
    width: 18px;
    height: 18px;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
	background-color:#fff;
	margin:10px 5px 0 0;
}



#makerList  li .check {
	position:absolute;
	top:-1px;
	left:0;

}
.zyokenList li .check {
	position:absolute;
	top:3px;
	left:0;
}

/* 絞り込みパネル */
#panelSlct{
	margin:0 0 7px;
}
#panelSlct th{
	padding:5px 0 5px 10px;
	text-align:left;
	width:70px;
	font-weight:normal;
}
#panelSlct td{
	vertical-align: middle;
	padding:2px 10px 2px 0;
}
#panelSlct td select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	box-shadow:0px 1px 0 #a59775;
	background: url(../../common/images/select_arrow.jpg) right top no-repeat,#FFF;
	height:27px;
}
#color_area{
	width:270px;
	padding:10px 0 0 20px;
	background-color:#FFF;
	border-bottom:1px solid #ababab;
}
#color_area li{
	width:32px;
	float:left;
	margin:0 10px 8px 0;
	position:relative;
}
#color_area li input[type="checkbox"] + label {
    display: block;
	border:1px solid #8e8e8e;
	width:32px;
	height:31px;
	overflow:hidden;
	margin:3px;
}
#color_area li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
	cursor:pointer;
}
 
#color_area li input[type="checkbox"]:checked + label {
	border:2px solid #1abb93;
	margin:0px;
	padding:2px;
	background-color:#FFF;
}
#color_area li input[type="checkbox"]:checked + label img{
	margin:0px 0 0 0;
}
#sch_pnl_btm{
	background-color:#e2e2e2;
	padding:5px;
}
#kensaku{
	width:366px;
	float:right;
	margin:0 10px 0 0;
}
#clear{
	width:213px;
	float:right;
	margin:0 10px 0 0;
}
/*========================================
 + 検索結果タイトル
========================================*/
.list #LeftDisp h2 {
	border-bottom: 2px solid #ffec7f;
	margin:30px auto 10px;
}
.list #LeftDisp h2 span {
	display: inline-block;
    margin-bottom: -2px;
    padding: 5px 30px;
    border-radius: 5px 5px 0 0;
    border: 2px solid #ffec7f;
    border-bottom-width: 0px;
    background-color: #fff8d1;
}
/*========================================
 + 絞り込み
========================================*/
#schrow_top {
}
#schrow_top p {
	width:19%;
	float:left;
	margin:0 0 0 10px;
}
.total {
	font-size:20px;
	font-weight:bold;
	background:url(../images/total.gif) repeat-x bottom left;
}
#display_custom {
	width:79%;
	float:right;
}
#row { float:left;}
#row li {
	padding:10px 8px;
	border: 1px solid #ccc;
	display:inline-block;
	margin:0 7px 0 0;
}
#row li a {
	text-decoration:none;
	font-size:15px;
}
#selectBox {
	float:left;
}
#selectBox select{
	float:left;
	margin:0 0 0 0;
	height:44px;
	background-color:#ebebeb;
	box-sizing:border-box;
}

/*========================================
 + 検索結果一覧
========================================*/
#SearchList_disp{
	margin:0 0 7px;
}

#SearchList{
}
#SearchList li{
	width:100%;
	padding:30px 15px 5px;
	border-bottom:1px solid #ffec7f;
	box-sizing:border-box;
}
.CarImg{
	width:300px;
	height: auto;
	float: left;
} 
.CarData {
	float:right;
	width:627px;
}
#SearchList li h3 a {
	text-decoration:none;
	font-size:18px;
	padding:0 0 0 10px;
}
#SearchList li h3 a:hover { color:#000; text-decoration:underline;}
#SearchList li h3 .h3title{
	font-size:12px;
	padding:0 10px;
	background-color:#EBEBEB;
	font-weight:normal;
}
#SearchList li table {
	width:100%;
	margin:10px 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#SearchList li table th {
	padding: 6px 15px;
    font-size: 90%;
    background-color: #fff8d0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#SearchList li table th span:before {
	content: "";
    display: inline-block;
    width: 12px;
    margin-right: 3px;
    border-radius: 12px;
    height: 12px;
    background: #ffd800;
}
#SearchList li table td {
    padding: 10px 15px;
    /*font-size: 120%;*/
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;

}
.price_disp span {
	margin: -3px 0;
    /*font-size: 150%;*/
    /*font-weight: bold;*/
}
.w155 { width:155px !important;}

/*========================================
 + おといあわせボタン
========================================*/

#dataBT {
	border: none!important;
	text-align:right
}
#dataBT li {
	border:none !important;
	display:inline-block !important;
	width:auto;
	margin:10px 5px;
	padding:0 !important
}
#dataBT li a {
	display:block;
	border-radius:7px;
	padding:3px 12px;
	text-decoration:none;
    cursor: pointer;
}
#dataBT li a:hover { text-decoration:underline}
#dataBT li:first-child a {
	border:1px solid #009be2;
	font-weight:bold;
	color:#009be2;
}
#dataBT li:last-child a {
	border:1px solid #3c7abe;
	font-weight:bold;
	color:#3c7abe;
}
#dataBT li .fa {
	padding:0 3px 0 0;
}

/*========================================
 + ページエリア
========================================*/
.page_area {
	margin:30px auto;
}
.page_number {
	width:495px;
	margin:0 auto;
}
.page_number a {
	float:left;
	border:1px solid #ccc;
	display:block;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	text-decoration:none;
	margin:0 2px;
	color:#00A0E0;
	font-size:15px;
}
.page_sel{
	background-color:#fff8d0;
	font-weight:bold;
}

.photo {
  position: relative;
}
.web-img {
  position: absolute;
  z-index: 2;
  width: 70px;
  left: 0;
  top: 5px;
}
.web-img-2 {
  position: absolute;
  z-index: 2;
  width: 70px;
  right: 0;
  top: 0;
}
.kikan {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-weight: 900;
  position: absolute;
  bottom: 5px;
  left: 0;
  line-height: 1;
  text-align: center;
  padding: 2px 0;
  margin: 0;
  width: 100%;
  z-index: 2;
  color: #d81c1c;
  font-size: 18px !important;
  letter-spacing: 0px;
  text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
  text-align: center !important;
}
.banner4 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 1;
}