@charset "utf-8";
/* CSS Document */
#l_top {
	height:231px;
	background: url(/lease/images/top.png) no-repeat right;
	margin:0 auto 45px;
	position:relative;
}
#l_top ul {
	position:absolute;
	top:110px;
	width:100%;
	text-align:center;
}
#l_top li {
	display:inline-block;
	margin:0 15px 0 0;
}
#l_top li:last-child {
	margin:0;
}
#l_top li a{
	background-image: url(/lease/images/rental.png);
	background-repeat:no-repeat;
	width:382px;
	height:0;
	padding:117px 0 0 0;
	overflow:hidden;
	display:block;
}
#l_top li:last-child a{
	background-image: url(/lease/images/lease01.png)!important;
}
#l_top li a.hit,#l_top li a:active{
	background-position:0 -117px;
}

/* レンタカーリスト */
#rental_list {
	margin:0 auto 100px;
}
#rental_list li {
	padding:30px 0 30px;
	background-image:url(../images/list/line.png);
	background-repeat:repeat-x;
	background-position:top;
}
#rental_list h3 {
	color:#018ef1;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	padding:0 0 10px;
}

/* 共通 */
.l_photo {
	width:198px;
	float:left;
}
ul li h4 {
	background-color:#26bcc1;
	color:#fff;
	height:33px;
	line-height:33px;
	padding:0 10px;
	font-size:15px;
	margin:0 0 10px;
}
.p_main {
	float:left;
}
.l_photo ul {
	float:right;
}
.l_photo li  {
	display:block;
	background-image:none !important;
	padding:8px 0 0!important;
}
.l_data {
	width:310px;
	float:right;
	position:relative;
	font-size:12px;
}
.l_data01 dl {
	margin:0 0 5px;
}
.l_data01 dt {
	float:left;
	width:70px;
	height:23px;
	line-height:23px;
	border-radius:5px;
	text-align:center;
	background-color:#fdc67a;
}
.l_data01 dd {
	float:left;
	width:100px;
	padding:0 0 0px 5px;
	line-height:23px;
}
.now_rental{
	background-color:#f6b0be !important;
}

.standard {
	float:left;
	width:450px;
	margin:0 0 0 15px;
}
.standard dl {
}
.standard dd {
	line-height:28px;
	background-color:#f5f2e8;
	margin:0 0 5px;
	padding:7px;
	height:50px;
}
.standard dd:nth-child(odd) {
	margin:0 4px 4px 0;
}
.rental_data table{
	width:100%;
	font-size:12px;
}
.rental_data th {
	width:65px;
	height:29px;
	line-height:29px;
	text-align:center;
	font-weight:normal;
	border-bottom:3px solid #fff;
	background-color:#e0e0e0;
}
.rental_data td {
	padding:0 0 0 5px;
	height:29px;
	line-height:29px;
	border-bottom:3px solid #fff;
	border-right:5px solid #fff;
	background-color:#f5f2e8;
	width:90px;
	text-align:right;
}


.l_coment {
	background:#e4f5ff;
	padding:7px;
}

.filter-search .title-filter{ display: block; color: #018ef1; font-size: 28px; font-weight: bold; text-align: center;}
.filter-search .title-filter span{  background: url(../images/list/line.png); height: 3px; width: 100%; display: block;}
.search-form{ display: flex; flex-wrap: wrap; width: 100%; align-items: center; border: 3px solid #26bcc1; border-radius: 4px; margin: 18px auto; padding: 8px 0; overflow: hidden;}
.search-form .title-search{ width: 25%; display: block; text-align: center; color: #018ef1; font-size: 18px; font-weight: bold; text-shadow: 0 2px #fff,0 4px #ccc;}
.search-form .option-search{width: 75%;display: block;position: relative;padding: 0 0 34px;}
.search-form .option-search ul li{ background: none !important; padding: 0 !important;  display: inline-block; width: 24%; margin: 12px auto;}
.search-form .option-search ul li img{ position: relative; top: 8px; margin-right: 2px;}
.search-form .option-search ul li:focus{ outline: 0;}

.radio{display: inline-block; font-size: 12px; border-radius: 5px; cursor: pointer;}
.radio div{display: inline-block; height:15px; width: 15px; border-radius:50%; background: #FFF; border: 1px solid #CCC; vertical-align:middle; margin: 0;}
input.filter[type=radio]{ display:none;}
input.filter[type=radio]:checked + .radio div span{display: block; background: #4cbaf2; width: 9px; height: 9px; border-radius: 50%; position: relative; top:3px; left:3px;}

a.btn-search-filter {border-radius: 25px;padding: 6px;background: #018ef1;color: #fff;border: 0;border-bottom: 2px solid #046bb3;font-size: 16px;}
a.btn-search-filter img{ position: relative; top: 4px !important;}
a.btn-search-filter:hover{ background:#0173c3;}
a.btn-search-filter:focus{ outline: 0;}

.clear input[type=button]{ display:none;}
.clear .btn-clear{ border-radius: 25px; padding: 3px 14px; background: #909090; color: #fff; border: 0; border-bottom: 2px solid #727272; font-size: 10px; line-height: 1.2; display: inline-block; position: relative; top: 3px;}
.clear .btn-clear:hover{ background: #727272;}

.button-position { position: absolute; right: 8px; bottom: 2px; }




.page_top{
	clear: both;
	top: -25px;
    position: relative;
}

.page_number a {
	text-align: center;
}









/*中古車検索*/
#search_disp {
	margin:35px auto 10px;
	background-color:#faf4c1;
	padding:15px 20px 10px;
	border-radius:5px;
}
#search_disp select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:240px;
	padding:0 10px;
	height:35px;
	border-radius:50px;
	border-color:#d1d0d0;
	background: url(/usedcar/images/list/arrow.png) no-repeat #fff;
	background-position:210px center;
	float:left;
	margin:0 15px 0 15px;
}
select::-ms-expand {
	display: none;
}

select:focus {
  outline: 0;
  border-color: orange;
}
#kensaku {
	float:left;
	margin-left:5px;
}
#search_disp p.fl{
	display:inline-block;
	margin:0 15px 0 90px;
	line-height:35px;
}




/*お問合せ*/
#toiawase {
	margin:45px auto;
	height:105px;
	text-align:center;
	background-image:url(/lease/images/contact.png);
	padding:10px 0 0 0;
	position:relative;
}
#toiawase h3 {
	font-size:20px;
	background-image: none;
	color:#474747;
}
#tel {
	position:absolute;
	bottom:15px;
	left:130px;
}
#mail {
	position:absolute;
	bottom:15px;
	right:135px;
}
