@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------------------------
   ↓↓↓↓↓↓new css
----------------------------------------------------------------------------*/
/*--------------------------------------
    web font
--------------------------------------*/
@import url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css');
/*
test delete.
.fa{
  vertical-align: middle;
}*/
/*--------------------------------------
    reset
--------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
url:http://www.html5.jp/html5doctor/html-5-reset-stylesheet.html
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display:block;
}
nav ul {
	list-style:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
img {
	vertical-align:middle;
	font-size:0;
	line-height:0;
}

/*--------------------------------------
   layout
--------------------------------------*/
html {
	font-size:62.5%;
}
body {
	/*font-size:1.3em;*/
  font-size: 1.4em;
  /*↓元の指定*/
  /*font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
  font-family:-apple-system, BlinkMacSystemFont, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:#fff;
	color:#666;
	min-width:1000px;
	line-height:1;
}
/*ポップアップ用　残しbody.autowidth{
	min-width:inherit;
}*/
.cw {
	/*contents default width*/
	width:1000px;
	margin:0 auto;
}
.page_contents_wrapper {
/*	background:url(/img/common/bg_page_contents_wrapper.png) repeat-x;*/
/*  background: orange;
*/	/*padding-top:1em;*/
}
.page_contents_wrapper.no_design {
	background:none;
}
.page_contents {
	width:1000px;
	margin:0 auto 30px;
}
/*--------------------------------------
    link
--------------------------------------*/
a {
	color:#36c;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#36c;
	text-decoration:underline;
}
.arrow_link_text:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 4px;
}
.arrow_link_gray {
	/*background:url(/img/icon/arrow_link_gray_right.png) no-repeat left center;
	padding-left:11px;*/
}
.arrow_link_gray_r {
	background:url(/img/icon/arrow_link_gray_right.png) no-repeat right center;
	padding-right:11px;
}
.arrow_link_gray_right_square {
	background:url(/img/icon/arrow_link_gray_right_square.png) no-repeat right center;
	padding-right:20px;
}
.link_blank{
	background:url(/img/icon/icon_blanklink.png) no-repeat right center;
	padding-right:20px;
	margin-right:5px;
}

/*--------------------------------------
    common animation
--------------------------------------*/
@keyframes ani-fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}

/*--------------------------------------
    common parts
--------------------------------------*/
/*iframe {
	border:none;
}*/
h1, h2, h3, h4, h5, h6 {
	color:#333;
}
th, td {
	vertical-align:middle;
}
button {
	vertical-align:middle;
}
.center {
	text-align:center/* !important*/;
}
.right {
	text-align:right/* !important*/;
}
.left {
	text-align:left/* !important*/;
}
.lh{
  line-height: 1.2;
}
.lineheight_m, .lineheight_m th, .lineheight_m td,.lh_m {
	line-height:1.65/* !important*/;
}
.lineheight_l, .lineheight_l th, .lineheight_l td,.lh_l {
	line-height:1.95/* !important*/;
}
.valign_top, .valign_top th, .valign_top td {
	vertical-align:top/* !important*/;
}
.valign_middle, .valign_middle th, .valign_middle td {
	vertical-align:middle/* !important*/;
}
.bg_lightgray {
	background:#f8f8f8;
}
.bg_lightblue {
	background:#EAFBFD;
}
.bg_beige {
	background:#F1F3E9;
}
.bg_white {
	background:#fff;
}
.border_gray {
	border:1px solid #ccc;
}
.bbd_gray {
	border-bottom:1px dotted #ccc;
}
.btd_gray {
	border-top:1px dotted #ccc;
}
.normal {
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.small {
	/*font-size:0.9em;*/
  font-size: 1.2rem;
}
.ssmall {
	/*font-size:0.8em;*/
  font-size: 1rem;
}
.large {
	/*font-size:1.2em;*/
  font-size: 1.6rem;
}
.llarge {
	/*font-size:1.4em;*/
  font-size: 1.8rem;
}
/*.fontsize_s {
	font-size:11px;
}
.fontsize_l {
	font-size:15px;
}*/
.text_red {
	color:#c00;
}
.text_white {
	color:#fff;
}
.text_gray {
	color:#333;
}
.text_lightgray {
	color:#666;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.pr10 {
	padding-right:10px;
}
.pr15 {
  padding-right: 15px;
}
.pl10 {
	padding-left:10px;
}
.pl15 {
	padding-left:15px;
}
.pl20 {
  padding-left: 20px;
}
.pt10 {
	padding-top:10px;
}
.pb10 {
	padding-bottom:10px;
}
/*↓new*/
.mt_s{
  margin-top: .5em;
}
.mt{
  margin-top: 1em;
}
.mt_l{
  margin-top: 1.5em;
}
.mt_ll{
  margin-top: 3em;
}
/*↑new*/


.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt30 {
	margin-top:30px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
/*new*/
.mb_s{
  margin-bottom: .5em;
}
.mb{
  margin-bottom: 1em;
}
.mb_l{
  margin-bottom: 1.5em;
}
.mb_ll{
  margin-bottom: 3em;
}
.mr_s{
  margin-right: .5em;
}
.mr{
  margin-right: 1em;
}
.ml_s{
  margin-left: .5em;
}
/*↑new*/
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.ml10 {
	margin-left:10px;
}
.relative {
	position:relative;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatlist_left li {
	float:left;
	margin-right:10px;
}
.inlineblock {
	display:inline-block;
}
.width100per {
	width:100%;
}
/*車両詳細のみに使用？テスト削除a.btn_silver {
	display:inline-block;
	background:url(/images/carinfo/btn_silver_bg.png) repeat-x center;
	border:1px solid #B2B2B2;
	border-radius:3px;
	color:#333;
	text-decoration:none;
}
a:hover.btn_silver {
	background:url(/images/carinfo/btn_silver_hover_bg.png) repeat-x center;
}
a.btn_lightorange {
	display:inline-block;
	background:url(/images/carinfo/btn_lightorange_bg.png) repeat-x center;
	border:1px solid #B2B2B2;
	border-radius:3px;
	color:#333;
	text-decoration:none;
}
a:hover.btn_lightorange {
	background:url(/images/carinfo/btn_lightorange_hover_bg.png) repeat-x center;
}
.btn_silver .size_s, .btn_lightorange .size_s {
	font-size:12px;
	display:block;
	padding:7px 27px 7px 7px;
}
.btn_silver .size_m, .btn_lightorange .size_m {
	font-size:12px;
	display:block;
	padding:10px 30px 10px 10px;
}
.btn_silver .btn_icon_plus, .btn_lightorange .btn_icon_plus {
	background:url(/images/carinfo/btn_icon_plus.png) no-repeat right;
}
.btn_silver .btn_icon_blank, .btn_lightorange .btn_icon_blank {
	background:url(/images/carinfo/btn_icon_blank.png) no-repeat right;
}
.btn_silver .btn_icon_arrow_right, .btn_lightorange .btn_icon_arrow_right {
	background:url(/images/carinfo/btn_icon_arrow_right.png) no-repeat right;
}*/
/*.border_table th, .border_table td {
	border:1px solid #ccc;
	padding:7px;
}*/
.nowrap {
	white-space:nowrap;
}
.display_table {
	display:table;
}
.display_cell {
	display:table-cell;
}
.fixedtable {
	table-layout:fixed;
}
.notice {
	background:#f5f5f5;
	font-weight:bold;
	color:#333;
	padding:20px;
	/*text-align:center;*/
	border-radius:3px;
	line-height:1.4;
}
.br:before {
  content: "\A" ;
  white-space: pre ;
}
.flex {
  display: flex;
}
/*--------------------------------------------------
	common list
--------------------------------------------------*/
.floatlist_left li {
	float:left;
	margin-right:10px;
}
.floatlist_right li {
	float:right;
	margin-left:10px;
}
.inline_list {
	letter-spacing: -.4em;
}
.inline_list li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	/*width:20%;*/
	margin:5px 0;
}
/*--------------------------------------------------
	common bodytype_list
--------------------------------------------------*/
.bodytype_list {
	letter-spacing:-.4em;
	text-align:center;
	font-size:0.9em;
}
.bodytype_list li {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	height:100px;
	padding:0 5px;
	line-height:1.2;
	margin-bottom:10px;
}
.bodytype_list li a {
	width:82px;
	display:block;
}
.bodytype_list li a .img {
	display:block;
	height:60px;
	line-height:60px;
	/*background:url(/img/carsearch/bodytype/bg.png) no-repeat;
  background: red;*/
	margin-bottom:5px;
}
.bodytype_list li a:hover .img {
	background-position:0 -60px;
}
/*--------------------------------------------------
	common table
--------------------------------------------------*/
.border_table th, .border_table td {
	border:1px solid #ccc;
	padding:5px 10px;
}
.bbd_lightgray_table th, .bbd_lightgray_table td {
	border-bottom:1px dotted #ccc;
	padding:5px 10px;
}
/*--------------------------------------
    common form
--------------------------------------*/
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  color: #333;
  font-family: inherit;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  background-color: #F8F8F8;
  padding: 6px;
  height: 35px;
  border-radius: 2px;
}
textarea {
  height: auto;
}
input:focus, textarea:focus, select:focus {
  background-color: #ecf9ff;
}
input[type="text"][disabled="disabled"] {
	background:#fcfcfc;
  background: #fff;
  border: 1px solid #ddd;
}
input.input_required, textarea.input_required, select.input_required {
	background-color:#FFFCE2;
}
input.input_error,textarea.input_error,select.input_error {
    background-color: #FAE5E5;
    border:1px solid #E17C7A;
} 
input[type="checkbox"], input[type="radio"] {
	display:inline-block;
  border: 1px solid #ccc;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
}
.designed_select {
  padding: 6px 26px 6px 6px;
  background-image: url(/img/form/select_arrow_new.png);
  background-size: 26px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}
.designed_select.error {
  background:#FAE5E5;
  border:1px solid #E17C7A;
}
.form_cell_error{
	background:#FFF0F0;
}
select::-ms-expand {
 display: none;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:placeholder-shown {
  color: #999;
}
/*--------------------------------------
   new common title 2017.8
--------------------------------------*/
.title_primary {
  border-left: 6px solid #a30000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  padding: .2em 0 .2em .4em;
  margin-bottom: 1em;
}
.title_second{
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .7em;
}
.title_third {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .5em;
}


/*--------------------------------------
   old common title
--------------------------------------*/
.title_border_b_gray {
	border-bottom:1px solid #ccc;
	font-size:15px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.title_border_bd_gray {
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	color:#333;
	margin-bottom: 10px;
    padding-bottom: 10px;
}
.title_line_red_grad {
	background:url(/images/carinfo/title_line_red_grad.png) no-repeat;
	margin-bottom:10px;
	font-size:15px;
	padding-left:15px;
}
.title_line_red_grad_mesh {
	background:url(/images/carinfo/title_bg_mesh.png) no-repeat;
	margin-bottom:10px;
}
.title_line_red_grad_mesh span {
	display:block;
	padding:8px 8px 8px 13px;
	background:url(/images/carinfo/title_line_red_grad.png) no-repeat left top;
	font-size:15px;
}
.title_line_red_grad_gray_grad {
	background:url(/images/carinfo/title_bg_gray_grad.png) no-repeat right center;
	padding:10px;
	border-radius:3px;
	margin-bottom:10px;
}
.title_line_red_grad_gray_grad span {
	display:block;
	padding:0 0 0 13px;
	background:url(/images/carinfo/title_line_red_grad.png) no-repeat left top;
	font-size:15px;
	color:#fff;
}
.title_square_red_grad_lightgray_grad {
	background:url(/images/carinfo/title_bg_lightgray_grad.png) no-repeat right center;
	padding:10px;
	border-radius:3px;
	margin-bottom:10px;
}
.title_square_red_grad_lightgray_grad span {
	display:block;
	padding:0 0 0 18px;
	background:url(/images/carinfo/title_square_red_grad.png) no-repeat left center;
	font-size:15px;
	color:#fff;
	text-shadow:0 0 2px #000000;
}
.title_line_red_grad_lightgray_grad {
	background:#fff url(/images/common/title_bg_lightgray_grad.png) repeat-x;
	padding:9px;
	border:1px solid #ccc;
	margin-bottom:10px;
	line-height:1;
	font-size:15px;
}
.title_line_red_grad_lightgray_grad span {
	display:block;
	padding:0 0 0 13px;
	background:url(/images/carinfo/title_line_red_grad.png) no-repeat left top;
}
.title_line_radius_gray {
	/*background:url(/img/title/title_line_radius_gray.png) no-repeat left center;*/
  /*border-left: 5px solid #333;
	padding-left:11px;*/
  /*color: #a30000;*/
  color: #333;
	line-height:1.3;
	margin-bottom:.8em;
}
.title_line_radius_gray_bbd_gray {
	/*padding-bottom:5px;
	border-bottom:1px dotted #ccc;*/
	/*color:#a30000;*/
  color: #333;
	line-height:1.3;
	margin-bottom:.8em;
}
.title_line_radius_gray_bbd_gray span {
	/*display:block;
	background:url(/img/title/title_line_radius_gray.png) no-repeat left center;
	padding-left:11px;*/
}
.title_arrow_red {
	background:url(/img/title/title_arrow_red.png) no-repeat left center;
	padding-left:15px;
	line-height:1.3;
	margin-bottom:10px;
}
.title_lineargradient_black_bb_red {
	/*
  background:url(/img/bg/contentbox_title_bg.png) repeat-x left bottom;
	padding-bottom:4px;
	position:relative;
	z-index:2;
	margin-bottom:15px;*/
  border-left: 6px solid #a30000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  padding: .2em 0 .2em .4em;
  margin-bottom: 1em;
}
/*.title_lineargradient_black_bb_red > span {
	display:block;
	border:1px solid #000;
	border-bottom:0;
	color:#fff;
	font-size:1.1em;
	padding:0 10px;
	height:40px;
	line-height:40px;
	background: #646464;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-linear-gradient(top, #646464 0%, #000000 100%);
	background:linear-gradient(to bottom, #646464 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000', GradientType=0 );
}*/
.title_bg_lg_black {
	border:1px solid #000;
	padding:10px;
	color:#fff;
	line-height:1.2;
	border-radius:3px;
	margin-bottom:10px;
	background: #646464;
	background: -webkit-linear-gradient(top, #646464 0%, #050505 100%);
	background: linear-gradient(to bottom, #646464 0%, #050505 100%);
}
/*--------------------------------------------------
	common button
--------------------------------------------------*/
.btn_image {
	display:inline-block;
	position:relative;
	overflow:hidden;
}
button.btn_image {
	border:none;
	background:none;
	padding:0;
	cursor:pointer;
}
.btn_image img {
	position:absolute;
	top:0;
	left:0;
}
button.btn_image.ie8 img{
	top:-50% !important;
}
.btn_shadow {
	box-shadow:0 3px 2px #ccc;
}
a.btn_silver {
	display:block;
	border:1px solid #ddd;
	border-radius:4px;
	text-align:center;
	padding:7px 10px;
	color:#666;
	background: #ffffff;
/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );*/
}
a.btn_silver.inline {
	display:inline-block;
}
a.btn_silver:hover {
	text-decoration:none;
	background: #f2f2f2;
/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #dadada 0%, #fbfbfb 100%);
	background: linear-gradient(to bottom, #dadada 0%, #fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#fbfbfb',GradientType=0 );*/
}
.btn_form_normal, .btn_form_submit, .btn_form_alert {
	display:inline-block;
	text-align:center;
	width:170px;
	height:35px;
	line-height:35px;
	cursor:pointer;
	outline:none;
	font-size:13px;
}
.btn_form_normal {
	color:#333 !important;
	text-decoration:none !important;
	border:1px solid #ddd;
	background:url(/images/kyoutu/btn_form_normal.png) repeat-x 0 0;
}
.btn_form_normal:hover {
	background:url(/images/kyoutu/btn_form_normal.png) repeat-x 0 -80px;
}
.btn_form_submit {
	color:#fff !important;
	text-decoration:none !important;
	border:1px solid #084191;
	background:url(/images/kyoutu/btn_form_submit.png) repeat-x 0 0;
}
.btn_form_submit:hover {
	background:url(/images/kyoutu/btn_form_submit.png) repeat-x 0 -80px;
}
.btn_form_alert {
	color:#fff !important;
	text-decoration:none !important;
	border:1px solid #940A0A;
	background:url(/images/kyoutu/btn_form_alert.png) repeat-x 0 0;
}
.btn_form_alert:hover {
	background:url(/images/kyoutu/btn_form_alert.png) repeat-x 0 -80px;
}
/*--------------------------------------
    common box design
--------------------------------------*/
.contentbox {
	/*margin-bottom:25px;*/
  margin-bottom: 3em;
  position: relative;
}
.contentbox > .title {
	/*background:url(/img/bg/contentbox_title_bg.png) repeat-x left bottom;
	padding-bottom:4px;
	position:relative;
	z-index:2;*/
  position: relative;
  border-left: 6px solid #a30000;
  /*font-size: 2rem;*/
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  /*padding: .1em 0 .1em .4em;*/
  padding: .2em 0 .2em .4em;
  margin-bottom: 1em;
}
.contentbox > .title img {
  /*background: orange;*/
}
/*.contentbox > .title:before, .contentbox > .title:after {
	content:"";
	position:absolute;
	z-index:-1;
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:40px;
	bottom:0;
	left:15%;
	right:15%;
	border-radius:110px / 10px;
}
.contentbox > .title:after {
	right:15%;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}*/
/*.contentbox > .title > span {
	display:block;
	border:1px solid #000;
	border-bottom:0;
	color:#fff;
	font-size:1.1em;
	padding:0 10px;
	height:40px;
	line-height:40px;
	background: #646464;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-linear-gradient(top, #646464 0%, #000000 100%);
	background:linear-gradient(to bottom, #646464 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000', GradientType=0 );
}*/
/*.contentbox .content {
	background:#fff url(/img/bg/mesh.png);
	padding:0 4px 4px 4px;
	border:1px solid #bfbfbf;
	border-top:none;
}*/
/*.contentbox.notitle .content {
	padding:4px;
	border-top:1px solid #bfbfbf;
}
.contentbox .content_inner {
	background:#fcfcfc;
	padding:15px;
}*/
.radiusbox {
	/*
  background:#fff;
	border:1px solid #eee;
	padding:10px;
	border-radius:5px;
	box-sizing:border-box;*/
  /*background: rgba(104,166,113,.05);*/
}
.radiusbox > .title {
	/*border-bottom:1px dotted #ccc;
	padding-bottom:10px;*/
	margin-bottom:.7em;
}
.sidebox {
	border:1px solid #eee;
	border-radius:0px;
	background:#fff;
	margin-bottom:15px;
}
.sidebox > .title {
	padding:10px;
	background:#f2f2f2;
}
.sidebox > .title span {
	/*background:url(/img/title/title_line_radius_gray.png) no-repeat left center;
	padding-left:11px;*/
	line-height:1.3;
}
.sidebox_inner {
	border-top:1px solid #eee;
	padding:10px;
}
.sidebox .list {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #eee;
}
.sidebox .list dt, .sidebox .list dd {
	display:table-cell;
	vertical-align:top;
}
.sidebox .list dt {
	padding-right:10px;
}
.sidebox .list .carname {
	display:block;
	width:198px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*--------------------------------------
    common shadow effect
--------------------------------------*/
/*.effect_shadow {
	position: relative;
}
.effect_shadow:before, .effect_shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	height:15px;
	width: 200px;
	box-shadow: 0 14px 6px rgba(0,0,0,0.2);
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.effect_shadow:after {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	right: 10px;
	left: auto;
}*/
/*--------------------------------------
   common carsearch
--------------------------------------*/
/*.index_carsearchbox_upper01 {
	display:table-cell;
	padding-right:10px;
	border-right:1px dotted #ccc;
}
.index_carsearchbox_upper02 {
	display:table-cell;
	padding:0 10px;
	border-right:1px dotted #ccc;
}
.index_carsearchbox_upper03 {
	display:table-cell;
	padding-left:10px;
}
.index_carsearchbox_upper03 li {
	float:left;
	width:33.3%;
	white-space:nowrap;
	margin-bottom:7px;
}
.carname_group_box {
	display:none;
}
.list_transmission {
	width:170px;
}
.list_transmission li {
	float:left;
	margin:0 5px 5px 0;
}
.list_transmission .detail {
	display:none;
}
.btn_transmission {
	cursor:pointer;
	display:inline-block;
}*/
/************/

/*--------------------------------------
   common select tag design
--------------------------------------*/
/************************************
MINIMALECT 0.9
A minimalistic select replacement

jQuery 1.7+ required.
Developed by @groenroos
http://www.groenroos.fi

Github: http://git.io/Xedg9w

Licensed under the MIT license.

************************************/
.minict_wrapper {
	background:#fff url(/img/header/header_select_bg.png) no-repeat right center;
	background:url(/img/header/header_select_bg.png) no-repeat right center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:url(/img/header/header_select_bg.png) no-repeat right center, -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background:url(/img/header/header_select_bg.png) no-repeat right center, linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
	padding-right:22px;
	border:1px solid #ddd;
	color:#666;
	border-radius: 3px;
	position: relative;
	display:inline-block;
}
/*.minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }*/
.minict_wrapper:hover {
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.minict_wrapper input[type="text"] {
	width:100%;
	font-size:1em;
	background:none;
	border:none;
	outline:none;
	padding:6px 0 6px 6px;
	box-sizing: border-box;
	cursor:default;
	box-shadow:none;
}
.minict_wrapper input[type="text"]:hover {
	opacity:.8;
}
.minict_wrapper input::-webkit-input-placeholder {
 line-height:1.1;
}
/*.minict_wrapper input:-ms-input-placeholder {
	color:green;
	background:yellow;
	z-index:2;
}*/
.minict_wrapper.disabled {
	background: #f5f5f5;
	text-shadow: 0 1px 0 #fff;
}
.minict_wrapper.disabled span {
	color: #bbb !important;
}
.minict_wrapper ul {
	display: none;
	list-style: none;
	margin: 0 -1px;
	position: absolute;
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding:1px;
	/*top: 2.2em;*/
	left: 0;
	max-height: 200px;
	overflow-y: auto;
	z-index: 999;
}
.minict_wrapper ul li {
	list-style: none;
	color:#333;
	padding:0 20px 0 7px;
	line-height:2em;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	white-space:nowrap;
}
.minict_wrapper ul li.minict_last {
	border-bottom: none;
}
.minict_wrapper ul li:hover {
	background: #ddd;
	color: #111;
}
.minict_wrapper ul li.minict_group {
	background: #fff;
	font-weight: bold;
	cursor: default;
	text-indent:0.5em;
}
.minict_wrapper ul li.minict_empty {
	display: none;
	background: #fff !important;
	color: #bbb;
	text-align: center;
	font-size: 14px;
	font-size: 0.9rem;
	height: 55px;
	height: 3.5rem;
	line-height: 50px;
	line-height: 3.3rem;
}
.minict_wrapper ul li.disabled {
	cursor: default;
	background: #fff !important;
	color: #bbb;
}
.minict_wrapper ul li.selected {
	color: #900;
}
.minict_wrapper ul li.highlighted {
	color: #fff;
	background: #819a9a;
}
.minict_wrapper ul li.hidden {
	display: none;
}
.minict_wrapper .minict_reset {
	color: #A9A9A9;
	bottom: 0;
	display: none;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 30px;
	line-height: 1.9rem;
	position: absolute;
	right: 35px;
	right: 2.2rem;
	text-align: center;
	top: 0;
	text-decoration: none;
	width: 20px;
	width: 1.2rem;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.minict_wrapper .minict_reset:hover {
	color: #e0e0e0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.minict_wrapper .minict_reset:active {
	color: #636363;
}
.minict_wrapper.disabled .minict_reset {
	display: none;
}
/*--------------------------------------------------
   common form suggest
--------------------------------------------------*/
.suggest_box {
	position:relative;
}
.suggest_selected {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	box-sizing:border-box;
	left:0;
	top:0;
	padding:3px;
}
.suggest_selected .inner {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	background:#f3f3f3;
	border-radius:3px;
	padding:3px 15px 3px 3px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.suggest_selected .close {
	display:block;
	position:absolute;
	right:8px;
	top:8px;
	width:13px;
	height:13px;
	background:url(/img/carsearchform/btn_close.png) no-repeat center;
	cursor:pointer;
}
.model_suggest_description{
	font-size:0.8em;
	line-height:1.2;
}
/*--------------------------------------
    breadcrumb
--------------------------------------*/
.breadcrumb {
  padding: 0 0 1em;
	font-size:1.2rem;
  line-height: 1.2;
}
.breadcrumb li {
	float:left;
	margin-right:5px;
}
.breadcrumb li a {
	background:url(/img/icon/arrow_breadcrumb.png) no-repeat right center;
	padding-right:11px;
}
.breadcrumb li a.no_arrow {
	background:none;
	padding-right:0;
}
/*--------------------------------------
    popular_keywords
--------------------------------------*/
.popular_keywords {
	background:#F2F2F2;
	padding:25px 0;
}
.popular_keywords .cw {
	border:1px solid #ddd;
	background:#FAFAFA;
	border-radius:4px;
}
.popular_keywords .title {
	background:url(/img/icon/title_popular_keywords.png) no-repeat left center;
	line-height:19px;
	padding-left:25px;
}
.popular_keywords li {
	float:left;
	margin:10px 10px 0 0;
}
.popular_keywords a {
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	padding:5px 10px;
	font-size:0.9em;
	color:#666;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}
.popular_keywords a:hover {
	text-decoration:none;
	background: #dadada;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, #dadada 0%, #fbfbfb 100%);
	background: linear-gradient(to bottom, #dadada 0%, #fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#fbfbfb',GradientType=0 );
}
/*----------------------------------------------------------------------------
   end new css
----------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------
   ↓↓↓↓↓↓old css
----------------------------------------------------------------------------*/
/*del okumura
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #1c1c1c;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 145%;
}
table, td, th {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-collapse:collapse;
}
ul {
	list-style:none;
}
img {
	border:none;
}
h1, h2, h3, h4, h5, h6, h7, h8, div, p, pre, ul, li, ol, dl, dt, dd, address, form {
	margin: 0;
	padding: 0;
	line-height: 145%;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #bb111a;
}
a:active {
	text-decoration: underline;
	color: #bb111a;
}


.IE6BUG {
	display: none;
}
#FOOTBOX {
	clear:both;
	width:960px;
}
#FOOTBOX p#FOOTUE {
	font-size:12px;
	text-align:right;
	margin-bottom:15px;
}
#FOOTBOX p#FOOTUE a span {
	color:#FF0000;
	text-decoration:none;
}
#FOOTBOX #FOOTLink {
	clear:both;
	width:960px;
	border-top:1px dotted #999;
	padding-top:5px;
}
#FOOTBOX #FOOTLink ul {
	text-align:center;
	margin-bottom:5px;
	list-style:none;
}
#FOOTBOX #FOOTLink li {
	font-size:11px;
	color:#999;
	display:inline;
}
#FOOTBOX #FOOTTEXTPR {
	clear:both;
	width:960px;
}
#FOOTBOX #FOOTTEXTPR ul {
	text-align:center;
	margin-bottom:15px;
	list-style:none;
}
#FOOTBOX #FOOTTEXTPR li {
	font-size:13px;
	margin-right:10px;
	color:#666;
	display:inline;
}
#FOOTBOX #FOOTTEXTPR li a {
	color:#666;
}
#FOOTBOX #FOOTCOPY {
	width:960px;
	margin-bottom:20px;
}
#FOOTBOX #FOOTCOPY ul {
	list-style:none;
}
#FOOTBOX #FOOTCOPY li {
	display:inline;
}
#FOOTBOX #FOOTCOPY li.COPYLEFT {
	font-size:12px;
	float:left;
}
#FOOTBOX #FOOTCOPY li.COPYRIGHT {
	font-size:12px;
	float:right;
}*/

/*********ここからイキ???*/
#HEADspc {
	clear:both;
	width:960px;
	margin:0 auto;
}
#Containerpickup {
	width:800px;
	margin:0 auto;
}
#Containerpickup #HEADspc, #Containerpickup #BODYspc, #Containerpickup #FOOTspc {
	clear:both;
	width:100%;
	margin:0 auto;
}
#Containermypage {
	clear:both;
	width:960px;
	margin:0 auto;
}
#Containermypage #HEADspc, #Containermypage #BODYspc, #Containermypage #FOOTspc {
	clear:both;
	width:100%;
	margin:0 auto;
}
/*shadow効かないためテスト削除　div {
	zoom:1;
}
div:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}*/
/*********ここまでイキ*/

/*----------------------------------------------------------------------------
   end old css
----------------------------------------------------------------------------*/
/*:::::::::::::::::::::::::::::::::oku:::::::::::::::::::::::::::::::::::*/
/*テスト的に削除奥村#page_contents {
	width:960px;
	margin:0 auto;
	padding-bottom:70px;
	font-size:13px;
}
.page_contents {
	font-size:13px;
	margin-bottom:60px;
}*/



/*--------------------------------------
   amazongift campaign
--------------------------------------*/
.amazongift_contents {
	border:1px solid #CCCCCC;
	background:#F1F1F1;
	padding:14px;
}
.amazongift_contents th, .amazongift_contents td {
	background:#fff;
	vertical-align:top;
	padding:15px;
}
.amazongift_contents th {
	border-top:1px solid #ccc;
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#002454;
	font-weight:bold;
	width:11em;
	white-space:nowrap;
}
.amazongift_contents td {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px dotted #ccc;
	color:#666;
}
/*--------------------------------------------------
	common dealer_list
--------------------------------------------------*/
.dealer_list li {
	float:left;
	/*width:25%;*/
	margin:5px 0;
}
.dealer_list a {
	display:block;
	margin:0 auto;
	background:url(/img/carsearch/dealer/btn_dealer_bg.png) no-repeat;
	width:201px;
	/*height:88px;*/
	position:relative;
	text-align:center;
	line-height:75px;
	text-decoration:none;
}
.dealer_list a .text {
	display:block;
	line-height:1.2;
	margin-top:10px;
	margin-bottom:10px;
}
.dealer_list a .num {
	color:#333;
	font-size:0.9em;
}
.dealer_list a .light {
	position:absolute;
	left:17px;
	top:2px;
	display:none;
	width:166px;
	height:59px;
	background:url(/img/carsearch/dealer/btn_dealer_light.png) no-repeat;
}
.dealer_list a:hover .light {
	display:block;
}
/*--------------------------------------------------
	common carsearch_arealist
--------------------------------------------------*/
.carsearch_arealist {
	width:100%;
}
.carsearch_arealist th, .carsearch_arealist td {
	border-bottom:1px solid #eee;
}
.carsearch_arealist th {
	width:6em;
	text-align:right;
	padding:10px 5px;
	vertical-align:top;
}
.carsearch_arealist td {
	padding:5px 0;
}
.carsearch_arealist td ul {
	border-left:1px solid #eee;
	padding-left:5px;
}
.carsearch_arealist td li {
	float:left;
	padding:5px 0;/*width:8em;*/
}
/*--------------------------------------------------
	powertip
--------------------------------------------------*/
.link_powertip {
	display:inline-block;
	width:13px;
	height:13px;
	position:relative;
	overflow:hidden;
	margin-left:5px;
	vertical-align:middle;
}
.link_powertip img {
  width: 13px;
  height: 26px;
	position:absolute;
	left:0;
	top:0;
}
.link_powertip:hover img {
	top:-13px;
}
/*.link_powertip {
	display:inline-block;
	width:15px;
	height:15px;
	position:relative;
	overflow:hidden;
	margin-left:5px;
	vertical-align:middle;
  cursor: help;
}
.link_powertip img {
	position:absolute;
	left:0;
	top:0;
}
.link_powertip:hover img {
	top:-15px;
}*/
.icon_powertip_q{
  display:inline-block;
	width:13px;
	height:13px;
	position:relative;
	overflow:hidden;
	margin-left:5px;
	vertical-align:middle;
  background: url(/img/tooltip/tooltip_q.png) no-repeat 0 0;
}
.icon_powertip_q:hover{
  background: url(/img/tooltip/tooltip_q.png) no-repeat 0 -13px;
}
.text_powertip {
	text-decoration:underline;
	-webkit-text-decoration-style:dotted;
	text-decoration-style:dotted;
}
/*--------------------------------------------------
	common carousel_list
--------------------------------------------------*/
.carousel_list_wrapper {
	background:#fff url(/img/bg/mesh.png);
	padding:5px 10px;
	position:relative;
}
.carousel_list {
	width:900px;
	margin:0 auto;
	box-sizing:border-box;
	padding:10px 10px 10px 5px;
}
.carousel_list_inner {
	width:887px;
	overflow:hidden;
}
.carousel_list dl {
	display:table-cell;
	padding:0 5px;
	border-right:1px dotted none;
	width:100px;
	font-size:0.9em;
	line-height:1.2;
}
.carousel_list dl img {
	max-width:100px;
}
.carousel_list dt {
	height:75px;
	line-height:75px;
}
.carousel_list dd {
	margin-top:5px;
}
.btn_carousel_prev, .btn_carousel_next {
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-15px;
}
.btn_carousel_next {
	left:auto;
	right:10px;
}
.btn_carousel_prev a, .btn_carousel_next a {
	width:30px;
	height:30px;
}
.btn_carousel_prev a:hover img, .btn_carousel_next a:hover img {
	top:-30px;
}
.btn_carousel_prev a.disabled img, .btn_carousel_next a.disabled img {
	top:-60px;
	cursor:default;
}
/*--------------------------------------------------
	car related info list
--------------------------------------------------*/
.car_related_info_list{
	line-height:1.4;
	margin-bottom:10px;
}
.car_related_info_list:last-child{
	margin-bottom:0;
}
.car_related_info_list dt{
	color:#999;
	font-weight:bold;
}
.car_related_info_list li{
	float:left;
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:10px;
	margin-bottom: 5px;
}
.car_related_info_list li:last-child{
	border-right:none;
	padding-right:0;
	margin-right:0;
}
.car_related_info_list dd{

}
/*--------------------------------------------------
	clearfix
--------------------------------------------------*/
.clearfix:before, .clearfix:after,.cf:before, .cf:after {
	content: " ";
	display: table;
}
.clearfix:after,.cf:after {
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix,.cf {
 *zoom: 1;
}
/*del oku
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.mr5 {
	margin-right:5px;
}
.small {
	font-size:11px;
}*/

/*--------------------------------------------------
	carsensor @/usedcar/detail
--------------------------------------------------*/
.table_cs {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px 10px 10px;
}
.table_cell_cs {
    display: table-cell;
    width: 80px;
}
.table_cell_cs_word {
    display: table-cell;
    display: 100%;
}
/*--------------------------------------------------
	carsensor @/favorite
--------------------------------------------------*/
.carlistfav_table .cell {
    width: 1em;
    text-align: center;
    color: #666;
}
.btn_inquiry_160 {
  width: 160px;
  height: 49px;
}
.btn_inquiry_160 img:hover {
  top: -63px;
}
.btn_inquiry_carsensor {
  width: 160px;
  height: 49px;
}
.btn_inquiry_carsensor img:hover {
  top: -63px;
}
/*--------------------------------------------------
	pagination
--------------------------------------------------*/
.pagination_primary{
  text-align: center;
  letter-spacing: -.4em;
}
.pagination_primary li {
	display: inline-block;
  letter-spacing: normal;
  font-size: 1.4rem;
  margin: 0 .3em;
}
.pagination_primary li a, .pagination_primary li span {
	display:block;
	padding:0 12px;
	height:30px;
	line-height:30px;
}
.pagination_primary li a {
	color:#999;
	text-decoration:none;
	border:1px solid #eee;
	background: #fff;
}
.pagination_primary li a:hover, .pagination_primary li span {
	border:1px solid #999;
	color:#fff;
	background: #999;
}

/*--------------------------------------
   shop_map_btn
--------------------------------------*/
.shop_map_btn {
	background: #fff;
	display: inline-block;
	box-shadow: 0px 1px 0px #CCCCCC;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 4px 8px;
	margin-left: 10px;
	line-height: 1;
	color: #666;
	font-size: 1.2rem;
	font-weight: normal;
}
.shop_map_btn:hover {
	background: #f2f2f2;
}
