@charset "euc-jp";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,p,form,h1,h2,h3,h4,h5,h6,input,table,tr,th,td{margin:0;padding:0;}
address,h1,h2,h3,h4,h5,h6,th,em,strong{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{	font-size:100%;}
table{border-spacing:0;border-collapse:separate;*border-collapse:collapse;}
img{border:0;vertical-align: top;}
th{text-align:left;}
li{list-style:none;}
a{cursor: pointer;}

.gray_area a,
.box_searchCondition a,
#search_result a{
	text-decoration: none;
}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}

/*　試乗車を探す start */

.top_title {
    padding: 17px 12px;
    font-size: 18px;
    font-weight: bold;
	color:#e60000;
}

.search_testCar{
	background-color:#f7f7f7;
}
.search_gray_Area{
	padding:30px;
}
.search_gray_Area a span{
	color:#000;
}
.search_box{
	width:100%;
	background-color:#ffffff;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
} 

.search_box li,
.search_box.region li{
	float:left;
	width: 414px;
}
.search_box li.icon_top,
.search_box.region li.icon_top{
	width:70px;
	border-right:1px solid #dddddd;
}
.search_box li img,
.search_box li a {
	padding: 10px 0;
}

.search_box li img{
	display: block;
	margin:0 auto;
	width:30px;
	height:auto;
}
.search_box li a{
    display: block;
    font-size: 125%;
}
.search_box ul li a span{
	padding: 5px 0;
    display: block;
	border-right:1px solid #dddddd;
	background: url(https://img.goo-net.com/common_v2/img/bg_all.png) no-repeat -10px -27px;
	padding-left: 17px;
    margin-left: 17px;
}

.search_box.region{
	width:65%;
	background-color:#ffffff;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	float:left;
	margin-top:20px;
}
.search_box.region ul li{
	float:left;
	width:257px;
} 

.acd_btn{
	float: right;
    width: 33%;
	height: 50px;
    margin-top: 20px;
    border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.acd_btn a{
	font-size:125%;
	display:block;
	padding:15px 0px;
	text-align:center;
}
.acd_btn a span{
	background:url(https://img.goo-net.com/common_v2/img/opn_plus_red.png) no-repeat left 2px;
	display:inline-block;
	padding-left:20px;
}
.acd_btn.close a span {
	background: url(https://img.goo-net.com/common_v2/img/opn_minus_red.png) no-repeat left 2px;
}
#acd_op_Contents{display:none;}

/*　試乗車を探す end */
#fancybox-outer #fancybox-close {
    background: transparent url(https://img.goo-net.com/common_v2/img/btn_fancybox_close02.png?20161108) 0 0px;
    width: 34px;
    height: 34px;
    top: -17px;
    right: -17px;
}

/* 条件クリアボタン start */

.clear_btn{
	float:left;
	padding: 20px 30px;
}
.clear_btn a{
	color:#1063a2;
	font-size:125%;
	padding-left:20px;
	text-decoration: underline;
	background:url(https://img.goo-net.com/common_v2/img/btn_close_gray.png) no-repeat left center;
}

/* 条件クリアボタン end */

/* 検索条件を絞り込むボタン start */
.select_search {
	padding: 20px 0;
    margin-bottom: 55px;
}
.select_search a{
	background: #e60012;
    color: #fff;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 320px;
    border-radius: 3px;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
}

/* 検索条件を絞り込むボタン end */

/* アコーディオンopen時項目 start */

.section{
	margin-top:20px;
}
.search_detail {
	float:left;
	margin-right:35px;
	margin-top:20px;
}
.search_detail p{
	float: left;
    font-size: 14px;
	line-height:40px;
	padding-right:25px;
}
.search_detail .from{
	padding:0px 10px;
}
.search_detail .click_display{
    float: left;
}
.search_detail .click_select{
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
	width: 145px;
	height: 40px;
    cursor: pointer;
    font-size: 14px;
	padding-left:8px;
	border:1px solid #ddd;
}
.search_detail .click_select.charger{
	width: 220px;
}
.search_detail .click_select.fuel{
	width:188px;
}
.search_detail .click_select.body{
	width:250px;
}

.search_detail .click_display input{
	opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    top: 15px;
    left: 30px;
	z-index: -99;
}

.search_detail .click_display.select_btn{
	width:144px;
	border: 1px solid #dddddd;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
	background-color:#fff;
	position:relative;
}
.search_detail .click_display label{
	display: block;
    float: left;
	width:71px;
	line-height:38px;
    text-align: center;
	border-left: 1px solid #dddddd;
    cursor: pointer;
    font-size: 14px;
	position:relative;
}
.search_detail .click_display label:first-child{
	border-left:none;
}
.check_radioBtn{
	background-color: #fe4949;
	color: #fff;
}

/* アコーディオンopen時項目 end */

/* スライドタブメニューstart */
#tab_menu {
    margin: 0 0 10px 0;
}
#tab_menu ul {
    overflow: hidden;
}
#tab_menu ul li.tab_first.select_link {
    background-position: 0 -40px;
}
#tab_menu ul li.select_link {
    border-bottom: 1px solid #ffffff;
    background-position: -87px -40px;
}
#tab_menu ul li {
    display: table-cell;
    vertical-align: middle;
    width: 87px;
    height: 39px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    background: url(../../usedcar_shop/common_v2/img/bg_tab_link.jpg) -87px 0 no-repeat;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}
#tab_menu ul li.tab_end {
    background-position: -873px 0;
    border-left: 1px solid #cccccc;
}

/* スライドタブメニュー end */
/* 試乗車一覧 start */

.display_result{
	float:left;
	margin-top:5px;
}
.display_result .txt{
	float: left;
    font-size: 14px;
}
.display_result .red{
	font-size: 24px;
    font-weight: bold;
    color: #e60012;
}
.display_result .number{
	margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
}
.display_method{
	float:right;
}
.display_method .txt{
	float:left;
	font-size:125%;
	padding:10px 20px;
}
.display_method .select_btn {
	float: left;
    border: 1px solid #dddddd;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
}
.display_method .select_btn a{
    width: 60px;
    text-align: center;
    border-left: 1px solid #ddd;
    display: block;
    float: left;
    padding: 9px;
    font-size: 125%;
	color:#000;
}
.display_method .select_btn a:hover{
	background-color:#fe4949;
	color:#fff;
}
.display_method .select_btn a:first-child{
	border:none;
}
/* result_car_List start */

.result_car_List .car_info{
	float:left;
	width: 300px;
	margin-right:30px;
	margin-bottom:50px;
}

.result_car_List .car_info .photo{
	width:100%;
	position:relative;
}
.result_car_List .car_info .photo a{
	display:block;
}
.result_car_List .car_info .photo .date,
.result_car_List .car_info .photo .position{
	position:absolute;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.result_car_List .car_info .photo .date{
	color:#000;
	background:#fff;
	top:0;
	left:0;
	padding:5px;
}

.result_car_List .car_info .photo .position{
	color:#fff;
	background:#000;
	bottom: 0;
    right: 0;
	padding:5px 10px;
}

.result_car_List .car_info .ttl{
	padding:10px 10px 10px 0px;
	width:290px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    height: 35px;
    margin-bottom: 15px;
}
.result_car_List .car_info .ttl a{
	font-weight:bold;
	font-size:135%;
	color:#1063a2;
}
.result_car_List .car_info .ttl a h3{
	font-weight:bold;
	font-size:98%;
	color:#1063a2;
}
.result_car_List .car_info .ttl a:hover{
	text-decoration: underline!important;
}
.result_car_List .car_info .detail{
	background:url(https://img.goo-net.com/common_v2/img/icon_car_gray.png) no-repeat left center;
	padding-left:30px;
	margin-bottom:15px;
	font-size:120%;
}
.result_car_List .car_info .reserve_btn a{
	background: #e60012;
    color: #fff;
	width: 230px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
	cursor: pointer;
}

/* result_car_List end */

/* ページャー start */
.pager_gray_Area {
	margin-bottom: 30px;
    padding: 25px 20px;
    background-color: #f9f9f9;
}

.pager_gray_Area .page_number ul{
	text-align:center;
	margin-top: 5px;
    letter-spacing: -0.50em;
}

.pager_gray_Area .page_number li {
    margin-left: 5px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: normal;
	color: #000;
}
.pager_gray_Area .page_number li a{
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
	padding: 6px 10px;
	color: #000;
}
.pager_gray_Area .page_number .page {
    padding: 9px 10px;
    color: #fff;
    border-radius: 3px;
    background-color: #565553;
}
.pager_gray_Area .page_number .prev > a{
	padding: 6px 10px 6px 25px;
    background-image: url(https://img.goo-net.com/common_v2/img/bg_arrow_page_prev_01.png);
    background-repeat: no-repeat;
    background-position: 15% center;
}
.pager_gray_Area .page_number .next > a{
	padding: 6px 25px 6px 10px;
    background-image: url(https://img.goo-net.com/common_v2/img/bg_arrow_page_next_01.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}
/* ページャー end */

/* 試乗車一覧 end */

/* 同乗試乗ポップアップ start*/
.modal_bg_Overlay {
    z-index:90;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
	opacity:0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.modalContents_area {
    position:absolute;
    display:none;
    z-index:91;
	width:900px;
	background:#fff;
}
.modalContents_area .white_area{
	padding:20px 30px;
	background:#fff;
}
.modalContents_area .ttl{
	width:100%;
	height:auto;
}
.modalContents_area .ttl p{
	float:left;
}
.modalContents_area .ttl .txt{
	font-size:125%;
	padding:5px 20px;
	border:1px solid #dddddd;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
}
.modalContents_area .ttl .title{
	font-size: 172%;
    padding: 5px 0px 5px 20px;
    line-height: 1.1;
	width: 695px;
}
.modalContents_area .ttl .title a{
	color: #1063a5;
	text-decoration: underline;
    font-weight: bold;
}

.modalContents_area .ttl .subTit {
    display: block;
    font-size: 12px;
    margin-top: 12px;
}

.modalContents_area .photo{
	margin-bottom:30px;
}
.modalContents_area .photo .main_photo{
	float: left;
    width: 67%;
}
.modalContents_area .photo .main_photo img{
	width:100%;
}
.modalContents_area .photo .thumb_photo{
	float: right;
    width: 31%;
}

.modalContents_area .photo  .thumb_photo img{
	width: 100%;
    display: block;
}
.modalContents_area .photo  .thumb_photo img:first-child{
	padding-bottom:32px;
}

.modalContents_area .text{
	font-size:125%;
	text-align:center;
        margin-top: 10px;
}

.modalContents_area .detail{
	padding:20px;
}
.modalContents_area .detail tr{
	margin-top:10px;
}
.modalContents_area .detail th{
	font-weight:bold;
	width:100px;
	text-align:left;
	font-size:125%;
	padding:10px 0px;
}
.modalContents_area .detail th.fuel {
	width: 80px;
}
.modalContents_area .detail td{
	width:130px;
	text-align:left;
	font-size:125%;
	padding:10px 0px;
}
.modalContents_area .detail td.date_width {
	width:150px;
}
.modalContents_area .gray_area{
	background-color:#f9f9f9;
	padding:20px 30px;
}
.modalContents_area .gray_area h2,
.modalContents_area .gray_area .tdrive_reservation_title{
	text-align:center;
	font-size:300%;
	padding:40px 0px;
	font-weight:bold;
}
.modalContents_area .gray_area .location{
	padding:0 20px;
}
.modalContents_area .gray_area .location .address{
	display:inline-block;
	vertical-align:bottom;
	width:50%;
}
.modalContents_area .gray_area .location .address .ad_bold{
	font-size:150%;
	font-weight:bold;
	color:#1162a1;
}
.modalContents_area .gray_area .location .address p{
	font-size:100%;
}
.modalContents_area .gray_area .location .map_tel{
	display:inline-block;
	vertical-align:bottom;
	width:49%;
	text-align:right;
	font-size:125%;
}
.modalContents_area .gray_area .location .map_tel .map{
	background:url(https://img.goo-net.com/common_v2/img/icon_map.png) no-repeat left center;
	padding:5px 30px;
	color:#1162a1;
	text-decoration: underline;
}
.modalContents_area .gray_area .location .map_tel .free{
	border:1px solid #dddddd;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	padding:3px 10px;
	margin-right:10px;
}

.modalContents_area .reserve_Area{
	background-color:#fff;
}
.modalContents_area .reserve_Area .calendar_area{
	padding:20px 10px;
	border-bottom:1px solid #dddddd;
	height: 90px;
}
.modalContents_area .reserve_Area .visit_time{
	padding: 20px 10px;
    height: 90px;
}
/* 店舗情報を確認する start */
.modalContents_area .flow_02{
	float: left;
    width: 479px;
}
.modalContents_area .reserve_ttl{
	float: left;
    width: 280px;
    font-size: 125%;
    padding: 0 30px;
    line-height: 90px;
    border-right: 1px solid #ddd;
}
.modalContents_area .reserve_ttl span{
	font-size:150%;
}
.modalContents_area .reservationCalendar {
    width: 350px;
    margin: 0 auto;
    position: relative;
}
.modalContents_area .reservationCalendar .notes {
    color: #333;
    font-size: 92%;
    text-align: right;
	margin-top:5px;
}
.modalContents_area .reservationCalendar p {
    margin: 0 0 10px;
}
.modalContents_area .reservationCalendar ul {
    height: 68px;
    margin: 0 0 5px;
    overflow: hidden;
    width: 4700px!important;
}
.modalContents_area #calendar li {
    width: 50px!important;
    text-align: center;
}
.modalContents_area .reservationCalendar #calendar li label {
    padding: 8px 0 0;
    height: 38px;
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    background: url(https://img.goo-net.com/usedcar/common_v2/img/spread_new/bg_reservation_calendar.png?160909) no-repeat 0 0;
}
.modalContents_area #calendar li.full input[type="radio"] {
    cursor: default;
}

.modalContents_area .reservationCalendar #calendar li input[type="radio"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.modalContents_area .reservationCalendar #calendar .full label {
    background-position: -150px 0;
}
.modalContents_area .reservationCalendar #calendar .elapse label { background-position: 0 0;}
.modalContents_area .reservationCalendar #calendar .vacant label {background-position: -50px 0;}
.modalContents_area .reservationCalendar #calendar .full label {background-position: -150px 0;}
.modalContents_area .reservationCalendar #calendar label.choice { background-position: -100px 0;}

.modalContents_area .reservationCalendar #calendar div {
    margin: 0 0 5px 0;
    color: #888;
    font-weight: bold;
}
.modalContents_area .reservationCalendar .jcarousel-clip {
    width: 350px;
    position: relative;
    overflow: hidden;
}

.modalContents_area .reservationCalendar .jcarousel-prev {
    width: 16px;
    height: 46px;
    position: absolute;
    top: 21px;
    left: -26px;
    background: url(https://img.goo-net.com/usedcar/common_v2/img/spread_new/icon_reservation_calendar_prev.png?160909) no-repeat left;
    cursor: pointer;
}
.modalContents_area .reservationCalendar .jcarousel-next {
    width: 16px;
    height: 46px;
    position: absolute;
    top: 21px;
    right: -26px;
    background: url(https://img.goo-net.com/usedcar/common_v2/img/spread_new/icon_reservation_calendar_next.png?160909) no-repeat right;
    cursor: pointer;
}
.modalContents_area .reservationCalendar #calendar div.saturday {
    color: #0071a1;
}
.modalContents_area .reservationCalendar #calendar div.sunday {
    color: #d80000;
}

/* 店舗情報を確認する end */

/* 試乗予約する日時を選択 start */

.modalContents_area .timeSelectBox {
    margin: 0 auto;
    width: 349px;
    position: relative;
    margin-top: 30px;
}
.modalContents_area .timeSelectBox p {
    padding: 8px 0 0 12px;
    width: 337px;
    height: 23px;
	margin: 0 auto;
    font-size: 117%;
    background: url(https://img.goo-net.com/usedcar/common_v2/img/spread_new/bg_select_pulldown_reservation.png?160909) no-repeat 0 0;
}
.modalContents_area .timeSelectBox select {
    width: 349px;
    height: 31px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    left: 0;
    top: 0;
}
/* 試乗予約する日時を選択 end */

.modalContents_area .reserve_btn{
	width:100%;
}
.modalContents_area .reservationBtn_pop span {
    padding: 16px;
    width: 250px;
	margin:0 auto;
    display: block;
    font-size: 125%;
    text-align: center;
    text-decoration: none;
    background-color: #e60000;
    color: #fff;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.reservationBtn,
.reservationBtn_pop {
    margin: 30px 0 10px;
}

/* 試乗予約 end */

/* クローズボタン */
a.close_btn { 
    position: absolute;
    top: 10px;
    right: 20px;
    color: #a6a6a6;
    font-size: 35px;
	
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
}
a.close_btn:hover {cursor:pointer} /*カーソルをポインタに*/
/* 同乗試乗ポップアップ end */

/* 販売店詳細画面 start */
.flow_01 li.check_list{
	width:100%;
	height: 90px;
	background-color: #edf4fa;
	margin-top: 15px;
}
.flow_01 li.check_list p{
	margin: 0 auto;
    width: 180px;
    padding: 12px 5px 5px;
    font-size: 92%;
}
.flow_01 li.check_list a{
	background-color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
	width:180px;
	margin:0 auto;
	text-decoration:none;
	border:1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.flow_01 .check_list span{
	color:#000;
	font-weight:bold;
	font-size:110%;
}

/* 販売店詳細画面 end */

