@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	common.css

	対象：全ページ
*/
@import url('/assets/GN/CSS/small.css');
@import url('/assets/GN/CSS/medium.css');
@import url('/assets/GN/CSS/large.css?20190129');
/*============================================================
	[ 共通 ] IMPORT CSS
*/
@import url('./module.css');
@import url('./icons.css');
@import url('./lib/slick.css');
@import url('./lib/nouislider.css');

/*============================================================
	[ 共通 ] OVERWRITE
*/
#gn_header,
#gn_footer {
	min-width: 1200px;
}
#gn_header .gn_element .c_010B .nav-primary > li.hs-search {
	display: none !important;
}

/*============================================================
	[ 共通 ] HEADER STATIC
*/
.header-static * {
	box-sizing: border-box;
}
.header-static .logo img {
	width: 100px;
}

.all_header {
	position: relative;
	margin: 0 auto;
	z-index: 100;
	max-width: 1500px;
	min-width: 1200px;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}

/*============================================================
	[ 共通 ] FOOTER STATIC
*/
.footer-static * {
	box-sizing: border-box;
	text-decoration: none;
	color: #999;
}
.footer-static {
	padding: 30px 0;
	text-align: right;
}
.footer-static nav {
}
.footer-static nav ul {
	display: inline-block;
	margin: 0 0 0 20px;
	border-left: 1px solid #ccc;
	list-style: none;
	font-size: 0;
	line-height: 1.2;
}
.footer-static nav ul:first-child {
	border-left: 0;
}
.footer-static nav ul li {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 1.2;
}
.footer-static nav ul li a:hover {
	text-decoration: underline;
}
.footer-static small {
	display: block;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.all_footer {
	position: relative;
	margin: 0 auto;
	z-index: 99;
	max-width: 1500px;
	min-width: 1200px;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}
/*============================================================
	[ 共通 ] Nissan Intelligent Choice
*/
.nic-logo {
	position: relative;
	z-index: 102;
	margin: 0 auto;
	max-width: 1500px;
	min-width: 1200px;
	height: 0;
}
.nic-logo a {
	overflow: hidden;
	display: block;
	position: absolute;
	top: -60px; right: 35px;
	width: 204px; height: 36px;
	background: transparent url(../img/nissan_intelligent_choice.png) 0 0 no-repeat;
	background-size: 204px 36px;
	text-indent: -999em;
}

/*============================================================
	[ 共通 ] ボディ
*/
.body {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	/* padding: 40px 0 0 0; */
	max-width: 1500px;
	min-width: 1200px;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}
.body a,
.body button {
	-webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	        transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.att {
	color: #ff3300;
}

/*============================================================
	[ 共通 ] コンテナ
*/
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
}
.container-inner {
	margin: 0 auto;
	max-width: 770px;
}
.container-inner:after,
.container:after {
	content: '';
	display: block;
	clear: both;
}
.nav-header-fixed .all_header {
	padding-bottom: 40px;
}
/*============================================================
	[ 共通 ] ヘッダーナビゲーション
*/
.nav-header {
	/* position: absolute; */
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 40px;
	max-width: 1500px;
	min-width: 1200px;
	background: #343434;
}
.nav-header ul {
	display: table;
}
.nav-header ul:first-child {
	float: left;
}
.nav-header ul:last-child {
	float: right;
}
.nav-header ul li {
	display: table-cell;
	padding: 0 12px;
}
.nav-header ul li span {
	position: relative;
	display: block;
}
.nav-header ul li span a {
	display: block;
	padding: 10px 5px;
	height: 40px;
	text-decoration: none;
	font-size: 13px;
	color: #c1c1c1;
}
.nav-header ul li span a:hover {
	color: #fff;
}
.nav-header ul li.current span:after{
	content: '';
	display: block;
	position: absolute;
	top: 100%; left: 50%;
	width: 0px; height: 0px;
	margin-left: -8px;
	border-style: solid;
	border-color: #c3002f transparent transparent transparent;
	border-width: 8px 8px 0 8px;
}
.nav-header ul li.current span a {
	color: #fff;
}
.nav-header ul li.current span a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0%; left: 0;
	width: 100%; height: 4px;
	background-color: #c3002f;
}
/* 追従 */
.nav-header-fixed .nav-header {
	position: fixed;
}

/*============================================================
	[ 共通 ] フッターナビゲーション
*/
.nav-footer {
	margin: 80px 0 0 0;
	padding: 50px 0 20px 0;
	background-color: #ededed;
}
.nav-footer a {
	text-decoration: none;
	color: #666;
}
.nav-footer .clear {
	clear: both;
}
.nav-footer .list:after,
.nav-footer .list nav:after {
	content: '';
	display: block;
	clear: both;
}
.nav-footer .list {
	float: left;
	width: 50%;
}
.nav-footer .list .block {
	margin: 0 0 20px 0;
}
.nav-footer .list-l .block {
	float: left;
	width: 50%;
}
.nav-footer .list h2 {
	font-weight: bold;
	font-size: 14px;
	color: #c3002f;
}
.nav-footer .list nav {
	display: block;
}
.nav-footer .list nav.col2 ul {
	float: left;
	width: 50%;
}
.nav-footer .list nav ul li {
	font-size: 13px;
}
/* 地域から探す */
.nav-footer .list nav.area {
}
.nav-footer .list nav.area li:after {
	content: '';
	display: block;
	clear: both;
}
.nav-footer .list nav.area li p {
	float: left;
	width: 100px;
}
.nav-footer .list nav.area li ul {
	float: left;
	font-size: 0;
}
.nav-footer .list nav.area li ul li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #000;
	font-size: 13px;
}
.nav-footer .list nav.area li ul li:first-child {
	border: 0;
}
.nav-footer .list nav.area li ul li:after {
	display: none;
}
.nav-footer .list nav a:hover {
	text-decoration: underline;
}
/* 人気のキーワード一覧 */
.nav-footer .keyword {
	margin: 10px 0 0 0;
	text-align: right;
}
.nav-footer .keyword a {
	color: #000;
}
.nav-footer .keyword a:hover {
	color: #c3002f;
}
.nav-footer .keyword a i {
	padding-left: 8px;
	color: #c3002f;
}
/* 情報 */
.nav-footer .info {
	display: table;
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
}
.nav-footer .info h2 {
	display: table-cell;
	vertical-align: middle;
	height: 34px;
	font-size: 14px;
	line-height: 1.5;
}
.nav-footer .info h2 span {
	display: block;
	position: relative;
	padding: 0 0 0 140px;
}
.nav-footer .info h2 span i {
	display: block;
	position: absolute;
	top: 50%; left: 30px;
	margin-top: -7px;
	width: 82px; height: 13px;
	background: transparent url(../img/nissan_logo.png) 50% 50% no-repeat;
	background-size: cover;
}
.nav-footer .info .btn {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	width: 1px;
	background-color: #de003a;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.nav-footer .info .btn span {
	display: block;
	padding: 1px 16px 0 0;
	line-height: 1.3;
}
.nav-footer .info .btn span i {
	right: 0;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1;
}
.nav-footer .info .btn:hover {
	background-color: #920024;
}
.nav-footer .sitemap {
	padding-top: 10px;
}
.nav-footer .sitemap:hover {
	text-decoration: underline;
}
/*============================================================
	[ 共通 ] モーダル
*/
.modal-overlay {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.modal-window {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0; left: 0;
	padding: 0 15px;
	width: 100%; height: 0;
}
.modal-window .modal-wrap {
	position: relative;
	overflow: auto;
	width: 100%; height: 100%;
	border: 4px solid #000;
	background: #ffffff;
}
.modal-window iframe {
	overflow: hidden;
	width: 100%; height: 100%;
}

/*============================================================
	[ 汎用 ] 見出し
*/
/* 大見出し */
.heading {
	margin: 60px 0 0 0;
}
.heading:before {
	content: '';
	display: block;
	width: 70px; height: 6px;
	background-color: #c3002f;
}
.heading .h {
	padding: 15px 0;
	border-bottom: 1px dotted #c1c1c1;
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
/**/
.h1 {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.h2 {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

/*============================================================
	[ 汎用 ] リンク
*/
.link-primary {
	text-decoration: none;
	line-height: 1.5;
	color: #333;
}
.link-primary i {
	padding-left: 5px;
	color: #c3002f;
}
a.link-primary:hover {
	color: #c3002f;
}

/*============================================================
	[ 汎用 ] ボタン
*/
.btn {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
.btn span {
	position: relative;
	display: inline-block;
	padding-right: 22px;
}
.btn span i {
	position: absolute;
	top: 50%;
	line-height: 1;
}
/* 基本（赤ベタ） */
.btn-primary {
	background-color: #c3002f;
	border: 1px solid #c3002f;
	color: #fff;
}
.btn-primary span i {
	right: 0;
	margin-top: -9px;
	font-size: 17px;
}
a.btn-primary:hover,
button.btn-primary:hover {
	background-color: #a0001e;
	border-color: #a0001e;
}
.btn-primary[disabled] {
	background-color: #c3002f !important;
	border: 1px solid #c3002f !important;
	color: #fff !important;
	/*background-color: #eee !important;
	border: 1px solid #eee !important;
	color: #ccc !important;*/
	cursor: default;
}
/* 基本（グレーベタ） */
.btn-secondary {
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
	color: #333;
}
a.btn-secondary:hover,
button.btn-secondary:hover {
	background-color: #ccc;
	border-color: #ccc;
}
.btn-secondary span i {
	right: 0;
	margin-top: -9px;
	font-size: 17px;
	color: #c3002f;
}
/* ボーダー */
.btn-border {
	border: 1px solid #dadada;
	color: #343434;
}
a.btn-border:hover,
button.btn-border:hover {
	border-color: #999;
}
/* お気に入り */
.btn-favorite {
	border: 1px solid #c3002f;
	color: #c3002f;
}
a.btn-favorite:hover,
button.btn-favorite:hover {
	border-color: #999;
}
.btn-favorite span {
	padding-right: 0;
	padding-left: 25px;
}
.btn-favorite span i {
	left: 0;
	margin-top: -12px;
	font-size: 21px;
	color: #c3002f;
}
.btn-favorite.off,
.btn-favorite.off span i {
	color: #666;
}
/* マップ */
.btn-map {
	position: relative;
	top: -2px;
	display: inline-block;
	height: 20px;
	padding: 0 0 0 5px;
	vertical-align: top;
}
.btn-map a {
	overflow: hidden;
	display: inline-block;
	width: 50px; height: 20px;
	background: transparent url(../img/icon_map.png) 0 0 no-repeat;
	text-indent: -999em;
}
/* ヒント */
.btn-hint {
	position: relative;
	z-index: 50;
	top: -1px;
	display: inline-block;
	height: 18px;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.btn-hint a {
	overflow: hidden;
	display: inline-block;
	width: 18px; height: 18px;
	background: transparent url(../img/icon_hint.png) 0 0 no-repeat;
	border-radius: 50%;
	outline: 0;
}
.btn-hint a:hover {
	opacity: 0.7;
}

/*============================================================
	[ 汎用 ] ボタンレイアウト
*/
.btns-wrap .btn-row {
	margin: 0 -5px;
}
.btns-wrap .btn-row:after {
	content: '';
	display: block;
	clear: both;
}
.btns-wrap .btn-col {
	float: left;
	width: 50%;
	padding: 0 5px;
}

/*============================================================
	[ 汎用 ] ページ送り
*/
.pager {
}
.pager ul {
	display: table;
}
.pager ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}
.pager ul li a,
.pager ul li span {
	position: relative;
	overflow: hidden;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	color:#333;
}
.pager ul li a:hover {
	border-color: #999;
}
.pager ul li span {
	background-color: #eee;
	border-color: #eee;
}
.pager ul li.prev a,
.pager ul li.next a {
	font-size: 16px;
	color: #c3002f;
}
.pager ul li.prev a i,
.pager ul li.next a i {
	display: block;
	line-height: 48px;
}

/*============================================================
	[ 汎用 ] フォーム
*/
input[type="text"] {
	height: 34px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	padding: 0px 8px;
	font-size: 12px;
	line-height: 1.7;
	color: #333;
}
textarea {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 1.7;
	color: #333;
	resize: none;
}
select {
	height: 34px;
	margin: 0;
	padding: 0px 8px;
	background: #fff url(../img/form_parts_select.png) 100% 50% no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	color: #333;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	-ms-user-select: none;
}
select::-ms-expand {
	display: none;
}
select::-ms-value {
	background: none;
	color: #333;
}
select[disabled] {
	opacity: 0.5;
	cursor: default;
}
input[type="checkbox"]::-ms-check,
input[type="radio"]::-ms-check {
	opacity: 0;
}
input[type="checkbox"]::-ms-check,
input[type="radio"]::-ms-check {
	display: inline-block;
	margin: 1px 5px 0 0;
	width: 20px; height: 20px;
	line-height: 1;
	cursor: pointer;
	outline: 0;
	vertical-align: top;
	appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin: 1px 5px 0 0;
	width: 20px; height: 20px;
	line-height: 1;
	cursor: pointer;
	outline: 0;
	vertical-align: top;
	-webkit-appearance: none;
	appearance: none;
}
input[type="checkbox"] {
    width: 20px; height: 20px;
	background: transparent url(../img/form_parts_checkbox01.png) 0 0 no-repeat;
	-webkit-background-size: 20px 40px;
	background-size: 20px 40px;
}
input[type="checkbox"]:checked {
	background-position: 0 -20px;
}
input[type="radio"] {
    width: 20px; height: 20px;
	background: transparent url(../img/form_parts_radio01.png) 0 0 no-repeat;
	-webkit-background-size: 20px 40px;
	background-size: 20px 40px;
}
input[type="radio"]:checked {
	background-position: 0 -20px;
}
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
	opacity: 0.5;
	cursor: default;
}
label {
	display: inline-block;
	cursor: pointer;
}

/*============================================================
	[ 汎用 ] キーワードで探す
*/
.input-keyword {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 40px 0 0;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}
.input-keyword input {
	position: relative;
	height: 45px;
	border: 0;
	font-size: 14px;
}
.input-keyword button {
	overflow: hidden;
	position: absolute;
	top: 0; right: 0;
	width: 40px; height: 45px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	color: #c3002f;
}
.input-keyword button i {
	display: block;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -9px;
	width: 100%;
}

/*============================================================
	[ 汎用 ] 検索フォーム
*/
.search-forms {
	padding: 50px 0;
	background-color: #f9f9f9;
	font-size: 16px;
	line-height: 1.5;
}
.search-forms a {
	text-decoration: none;
}
.search-forms input[type="checkbox"] {
	background-image: url(../img/form_parts_checkbox02.png);
}
.search-forms .h {
	padding: 30px 0 5px 0;
}
.search-forms .child {
	overflow: hidden;
	height: 0;
}
/* リスト横並び */
.search-forms ul.list-inline:after,
.search-forms ul.list-inline-w50:after {
	content: '';
	display: block;
	clear: both;
}
.search-forms ul.list-inline li {
	float: left;
	padding: 5px 20px 5px 0;
}
.search-forms ul.list-inline li:last-child {
	padding-right: 0;
}
.search-forms ul.list-inline-w50 li {
	float: left;
	padding: 5px 0;
	width: 50%;
}
/* セレクトタグ横並び */
.search-forms .select-inline {
	display: table;
	width: 100%;
}
.search-forms .select-inline .box,
.search-forms .select-inline .from {
	display: table-cell;
	vertical-align: top;
	width: 49%;
}
.search-forms .select-inline .from {
	padding: 0 5px;
	width: 1px;
	line-height: 34px;
	color: #ccc;
}
/* レイアウト1 */
.search-forms .wrap-1st {
	display: table;
	width: 100%;
}
.search-forms .wrap-1st .col {
	display: table-cell;
	vertical-align: top;
}
.search-forms .wrap-1st .col:last-child {
	padding-left: 30px;
	width: 400px;
	border-left: 1px solid #eee;
}
.search-forms .wrap-1st .col .blocks:after {
	content: '';
	display: block;
	clear: both;
}
.search-forms .wrap-1st .col .blocks:first-child .block .h {
	padding-top: 0;
}
.search-forms .wrap-1st .col .block {
	float: left;
	padding-right: 30px;
}
.search-forms .wrap-1st .col .block-size1 {
	width: 20%;
}
.search-forms .wrap-1st .col .block-size2 {
	width: 40%;
}
.search-forms .wrap-1st .col .block-size2.shopucarList_right {
	float: right;
}
.search-forms .wrap-1st .col .block-size3 {
	width: 60%;
}
.search-forms .wrap-1st .col .block-size30 {
	width: 30%;
}
.search-forms .wrap-1st .col .block-size30-shopucarlist {
	width: 30%;
	margin-right: 230px;
}

.search-forms .wrap-1st .col .block-price {
	width: 100%;
}
/* レイアウト2 */
.search-forms .wrap-2nd .col {
	float: left;
}
.search-forms .wrap-2nd .col:first-child {
	width: 45%;
}
.search-forms .wrap-2nd .col:last-child {
	width: 55%;
}
.search-forms .wrap-2nd .block {
	float: left;
	padding-right: 30px;
}
.search-forms .wrap-2nd .block-size1 {
	width: 16.66%;
}
.search-forms .wrap-2nd .block-size2 {
	width: 33.32%;
}
/* レイアウト3 */
.search-forms .wrap-3rd .block {
	float: left;
	padding-right: 30px;
}
.search-forms .wrap-3rd .block-size1 {
	width: 16.66%;
}
.search-forms .wrap-3rd .block-size2 {
	width: 33.32%;
}
/* ボディカラー */
.search-forms .block-bodycolor .h {
	padding-bottom: 0;
}
.search-forms .block-bodycolor ul {
	margin: 0 -3px;
}
.search-forms .block-bodycolor ul li {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 3px;
}
.search-forms .block-bodycolor ul li label {
	position: relative;
	display: block;
	width: 40px; height: 40px;
}
.search-forms .block-bodycolor ul li label i {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	border: 1px solid #fff;
}
.search-forms .block-bodycolor ul li label input {
	display: block;
	position: absolute;
	top: 0; left: 0;
	margin: 0;
	padding: 0;
	width: 100%; height: 100%;
	background: #fff none 0 0 no-repeat;
	background-position: 0 0 !important;
	background-size: contain;
}
.search-forms .block-bodycolor ul li label input:checked + i {
	border-color: #767676;
}
.search-forms .block-bodycolor ul li.color00 input {
	background-image: url(../img/color00.png);
}
.search-forms .block-bodycolor ul li.color01 input {
	background-image: url(../img/color01.png);
}
.search-forms .block-bodycolor ul li.color02 input {
	background-image: url(../img/color02.png);
}
.search-forms .block-bodycolor ul li.color03 input {
	background-image: url(../img/color03.png);
}
.search-forms .block-bodycolor ul li.color04 input {
	background-image: url(../img/color04.png);
}
.search-forms .block-bodycolor ul li.color05 input {
	background-image: url(../img/color05.png);
}
.search-forms .block-bodycolor ul li.color06 input {
	background-image: url(../img/color06.png);
}
.search-forms .block-bodycolor ul li.color07 input {
	background-image: url(../img/color07.png);
}
.search-forms .block-bodycolor ul li.color08 input {
	background-image: url(../img/color08.png);
}
.search-forms .block-bodycolor ul li.color09 input {
	background-image: url(../img/color09.png);
}
.search-forms .block-bodycolor ul li.color10 input {
	background-image: url(../img/color10.png);
}
.search-forms .block-bodycolor ul li.color11 input {
	background-image: url(../img/color11.png);
}
/* モーダル選択箇所 */
.search-forms .input-frame {
	overflow: hidden;
	display: block;
	height: 34px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	line-height: 32px;
}
.search-forms .input-frame span {
	display: block;
	padding: 0 10px;
	line-height: 32px;
}
.search-forms .small {
	margin: 5px 0 0 0;
	text-align: right;
	font-size: 10px;
}
/* フッター */
.search-forms .footer {
	margin: 40px 0 0 0;
}
.search-forms .footer .opener {
	float: left;
	/* font-size: 14px; */
	font-size: 16px;
	line-height: 1.5;
}
.search-forms .footer .opener a {
	display: table;
	color: #333;
}
.search-forms .footer .opener a i {
	padding: 0 0 0 8px;
	font-size: 114%;
	line-height: 1.8;
	color: #c3002f;
}
.search-forms .footer .opener .close {
	display: none;
}
.search-forms .footer .btns {
	display: table;
	float: right;
	padding-left: 30px;
	width: 400px;
}
.search-forms .footer .btns .col {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.search-forms .footer .btns .col:last-child {
	width: 1px;
	text-align: right;
}
.search-forms .footer .btns .submit {
	display: table;
	position: relative;
	padding: 0 40px 0 20px;
	width: auto;
	background-color: #c3002f;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 48px;
	color: #fff;
}
.search-forms .footer .btns .submit:hover {
	background-color: #a0001e;
}
.search-forms .footer .btns .submit .btn-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.search-forms .footer .btns .submit i {
	display: block;
	position: absolute;
	top: 50%; right: 12px;
	margin-top: -9px;
	font-size: 17px;
	line-height: 1;
}
.search-forms .footer .btns .submit .btn-inner span {
	font-size: 24px;
	line-height: 48px;
}
.search-forms .footer .btns .clear {
	text-decoration: underline;
	color: #8a8a8a;
}
/* 展開 */
.search-forms-opened .search-forms .footer .opener .open {
	display: none;
}
.search-forms-opened .search-forms .footer .opener .close {
	display: table;
}

/*============================================================
	[ 汎用 ] 検索ソート
*/
.search-sort {
	margin: 0 0 40px 0;
	padding: 10px 0;
	background-color: #333;
	font-size: 14px;
	line-height: 1.3;
	color: #8a8a8a;
}
.search-sort .list {
	display: table;
	width: 100%;
}
.search-sort .block,
.search-sort .block-spacer {
	display: table-cell;
	vertical-align: middle;
	width: 8.333%;
	text-align: center;
}
.search-sort .block a {
	text-decoration: none;
	color: #cecece;
}
/* 元に戻す */
.search-sort .reset a {
	display: inline-block;
}
.search-sort .reset a i {
	position: relative;
	top: 4px;
	padding-right: 2px;
	font-size: 18px;
	line-height: 1;
	color: #c3002f;
}
.search-sort .reset a:hover span {
	text-decoration: underline;
}
/* 各種ソート */
.search-sort .block .h {
	font-weight: normal;
	font-size: 14px;
}
.search-sort .block ul {
	display: table;
	margin: 0 auto;
	margin-top: 5px;
}
.search-sort .block ul li {
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
	border-left: 1px solid #666;
	line-height: 1;
}
.search-sort .block ul li:first-child {
	border-left: 0;
}
.search-sort .block ul li a {
	display: block;
	padding: 0 5px;
}
.search-sort .block ul li a:hover {
	text-decoration: underline;
}
.search-sort .block ul li span,
.search-sort .block ul li a.current {
	font-weight: bold;
	color: #fff;
	cursor: default;
}
.search-sort .block ul li a.current:hover {
	text-decoration: none !important;
}

/*============================================================
	[ 汎用 ] 検索結果無し
*/
.result-empty {
	padding: 100px 0 60px 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
}
.result-empty .h {
	margin: 0 0 30px 0;
	font-weight: normal;
	font-size: 16px;
}
.result-empty p {
	color: #666;
}

/*============================================================
	[ 汎用 ] クオリティショップラベル
*/
.module-qualityshop {
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 1.5;
}
.module-qualityshop .label {
	display: inline-block;
	padding: 2px 10px 0 10px;
	background-color: #c3002f;
	color: #fff;
	line-height: 1.5;
}

/*============================================================
	[ 汎用 ] 中古車情報 - カテゴリラベル
*/
.module-category {
	display: table;
	white-space: nowrap;
}
.module-category .brand,
.module-category .label {
	display: table-cell;
	vertical-align: top;
}
.module-category .brand {
	padding: 0 10px 5px 0;
	width: 1px;
}
.module-category .label span {
	display: table;
	margin: 0 0 5px 5px;
	padding: 0 6px;
	background-color: #454545;
	font-size: 13px;
	line-height: 1.7;
	color: #fff;
}
.module-category span {
	float: left;
	line-height: 1.5;
	white-space: nowrap;
}

/*============================================================
	[ 汎用 ] 中古車情報 - 基本情報
*/
.module-detail-basic {
	margin: 10px 0 0 0;
}
.module-detail-basic:after {
	content: '';
	display: block;
	clear: both;
}
.module-detail-basic dl {
	float: left;
}
.module-detail-basic dt {
	display: inline-block;
	position: relative;
	padding: 0 8px;
	font-size: 12px;
	line-height: 1.2;
	color: #808080;
}
.module-detail-basic dt:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 15px;
	border-left: solid 1px #ccc;
}
.module-detail-basic dd {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
}
.module-detail-basic dd:last-child {
	padding: 0;
}
.module-detail-basic dd span {
	padding: 0 2px;
	font-weight: normal;
	font-size: 13px;
}

/*============================================================
	[ 汎用 ] 中古車情報 - 詳細情報
*/
.unit-detail {
	position: relative;
}
.unit-detail .row {
	display: table;
	width: 100%;
}
.unit-detail .row .col {
	display: table-cell;
	vertical-align: top;
}
/* 車名見出し */
.unit-detail .title {
	padding-right: 15px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
}
/* 装備仕様 */
.unit-detail .equipment {
	margin: 10px 0 0 0;
}
.unit-detail .equipment:after {
	content: '';
	display: block;
	clear: both;
}
.unit-detail .equipment li {
	float: left;
	font-size: 15px;
	line-height: 1.5;
}
.unit-detail .equipment li:after {
	content: '｜';
	display: inline;
}
.unit-detail .equipment li:last-child:after {
	display: none;
}
/* 価格 */
.unit-detail .price {
	width: 1px;
}
.unit-detail .price .col {
	width: 50%;
	white-space: nowrap;
}
.unit-detail .price .col p {
	font-size: 11px;
	line-height: 1.5;
}
.unit-detail .price .h {
	position: relative;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
.unit-detail .price .num {
	font-size: 14px;
	line-height: 1.2;
}
.unit-detail .price .num span {
	font-weight: bold;
	line-height: 1.2;
}
.unit-detail .price .num .int {
	font-size: 32px;
}
.unit-detail .price .num .float {
	font-size: 22px;
}
.unit-detail .price .price-basic,
.unit-detail .price .price-total {
	position: relative;
	padding: 0 20px;
}
.unit-detail .price .price-basic:before,
.unit-detail .price .price-total:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 54px;
	border-left: solid 1px #ccc;
}
.unit-detail .price .price-total {
	padding-right: 0;
}
.unit-detail .price .price-total .int,
.unit-detail .price .price-total .float {
	color: #c3002f;
}
.unit-detail .price .note {
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 1.5;
}
/* コメント */
.unit-detail .comment {
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #808080;
}
.unit-detail .comment-detail {
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

/*============================================================
	[ 汎用 ] 店舗情報
*/
.unit-shop {
	font-size: 13px;
	line-height: 1.5;
}
.unit-shop .name,
.unit-shop .name a {
	text-decoration: none;
	color: #333;
}
.unit-shop .name a:hover {
	text-decoration: underline;
}
.unit-shop .address {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}
.unit-shop .address a {
}

/*============================================================
	[ 汎用 ] 店舗情報 - 基本情報
*/
.layout-shop-basic .frame {
	padding: 30px 0;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
}
.layout-shop-basic .frame .row {
	display: table;
	margin: 5px 0 0 0;
	width: 100%;
}
.layout-shop-basic .frame .info,
.layout-shop-basic .frame .btns-wrap {
	display: table-cell;
	vertical-align: top;
}
.layout-shop-basic .frame .info {
	padding: 0 15px 0 0;
}
.layout-shop-basic .frame .btns-wrap {
	width: 360px;
	vertical-align: bottom;
}
.layout-shop-basic .name {
	font-weight: normal;
	line-height: 1.5;
}
.layout-shop-basic .name a{
	text-decoration: none;
	color:#666;
}
.layout-shop-basic .name a:hover{
	text-decoration:underline;
}

.layout-shop-basic .address {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}
.layout-shop-basic .address .hint-map {
	top: 0;
}
.layout-shop-basic .contact {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}
.layout-shop-basic .contact .tel {
	color: #c3002f;
}
.layout-shop-basic .time {
	font-size: 12px;
	color: #888;
}

/*============================================================
	[ 汎用 ] 店舗情報 - 詳細情報
*/
.layout-shop-detail {
	margin: 60px 0 80px 0;
}
.layout-shop-detail .row {
	margin: 15px 0 0 0;
	display: table;
	width: 100%;
}
.layout-shop-detail .image,
.layout-shop-detail .info {
	display: table-cell;
	vertical-align: top;
}
.layout-shop-detail .image {
	padding: 0 30px 0 0;
	width: 300px;
}
.layout-shop-detail .image img {
	width: 100%;
}
.layout-shop-detail .info {
	vertical-align: bottom;
}
.layout-shop-detail .name {
	font-weight: normal;
	line-height: 1.5;
}
.layout-shop-detail .name a{
	color:#666;
	text-decoration:none;
}
.layout-shop-detail .name a:hover{
	text-decoration:underline;
}
.layout-shop-detail .address {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}
.layout-shop-detail .btn-map {
	top: 0;
}
.layout-shop-detail .contact {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}
.layout-shop-detail .contact .tel {
	color: #c3002f;
}
.layout-shop-detail .time {
	font-size: 12px;
	color: #8a8a8a;
}
.layout-shop-detail .btns-wrap {
	margin: 15px 0 0 0;
}
.layout-shop-detail .comment {
	margin: 20px 0 0 0;
	color: #666;
}

/*============================================================
	[ 汎用 ] 中古車リスト 横タイプ
*/
.list-car-layout-wide .block {
	margin: 0 0 30px 0;
}
.list-car-layout-wide .block:after,
.list-car-layout-wide .block .detail:after {
	content: '';
	display: block;
	clear: both;
}
.list-car-layout-wide .unit-detail {
	-webkit-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
}
.list-car-layout-wide .unit-detail:hover {
	/*background-color: #f9f9f9;*/
	background-color: #eee;
}
.list-car-layout-wide .unit-detail a.link {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
/* ギャラリー */
.list-car-layout-wide .block .gallery {
	float: left;
	width: 360px;
}
.list-car-layout-wide .block .gallery .slider {
	padding: 0 0 37px 0;
}
.list-car-layout-wide .block .gallery .slider img {
	display: block;
	width: 100%;
}
/* 画像ホバー時のアクション */
.list-car-layout-wide .block .gallery .slider img:hover {
	opacity: 0.8;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}
/* 在庫一覧　画像遅延読込処理用　*/
img.lazyload, img.lazyloading{
	opacity: 0.8;
}
img.lazyloaded{
	opacity: 1;
}
.list-car-layout-wide .block .gallery .slider .slick-arrow {
	overflow: hidden;
	position: absolute;
	z-index: 50;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 32px; height: 32px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 17px;
}
.list-car-layout-wide .block .gallery .slider .slick-arrow:hover {
	border-color: #999;
}
.list-car-layout-wide .block .gallery .slider .slick-prev {
	left: 0;
}
.list-car-layout-wide .block .gallery .slider .slick-next {
	right: 0;
}
.list-car-layout-wide .block .gallery .ctr {
	position: relative;
	margin: -32px 0 0 0;
}
.list-car-layout-wide .block .gallery .ctr p {
	position: relative;
	margin: 0;
	padding: 6px 40px;
	text-align: center;
	line-height: 1.5;
}
/* 情報 */
.list-car-layout-wide .block .detail {
	float: right;
	width: 780px;
}
.list-car-layout-wide .block .detail .unit-detail {
	margin: 0 0 15px 0;
}
.list-car-layout-wide .block .detail .unit-shop {
	float: left;
	width: 400px;
}
.list-car-layout-wide .block .detail .btns-wrap {
	float: right;
	width: 340px;
}
.list-car-layout-wide .block .detail .manegement-number {
    margin: 5px 0 0 0;
    font-size: 13px;
	float: right;
	width: 260px;
}

/*============================================================
	[ 汎用 ] 中古車リスト 縦タイプ
*/
.list-car-layout-tall {
	margin: 0 -15px;
	margin-top: 30px;
}
.list-car-layout-tall:after {
	content: '';
	display: block;
	clear: both;
}
.list-car-layout-tall .block {
	float: left;
	margin: 0 0 30px 0;
	padding: 0 15px;
	width: 25%;
}
.list-car-layout-tall .block a {
	display: block;
	text-decoration: none;
	color: #444;
}
.list-car-layout-tall .block .image {
	height: 210px;
}
.list-car-layout-tall .block .image img {
	display: block;
	width: 100%;
}
.list-car-layout-tall .block .module-category .brand {
	padding-bottom: 0;
}
.list-car-layout-tall .block .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
.list-car-layout-tall .block .detail {
	display: table;
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
}
.list-car-layout-tall .block .detail dl {
	display: table-row;
}
.list-car-layout-tall .block .detail dl dt,
.list-car-layout-tall .block .detail dl dd {
	display: table-cell;
	padding: 2px 0;
}
.list-car-layout-tall .block .detail dl dt {
	padding-right: 10px;
	white-space: nowrap;
}
.list-car-layout-tall .block .detail dl dd {
	text-align: right;
}
.list-car-layout-tall .block .detail dl.shop dd {
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-car-layout-tall .block .detail dl dd span {
	font-weight: bold;
	font-size: 20px;
}
.list-car-layout-tall .block .detail dl dd span.note {
	display: block;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.5;
}
.list-car-layout-tall .block .detail dl dd span.att{
	font-size: 10px;
	color: #ff3300;
}
.list-car-layout-tall .block .detail-recommend {
	display: table;
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
}
.list-car-layout-tall .block .detail-recommend dl {
	display: table-row;
}
.list-car-layout-tall .block .detail-recommend dl dt,
.list-car-layout-tall .block .detail-recommend dl dd {
	display: table-cell;
	padding: 2px 0;
}
.list-car-layout-tall .block .detail-recommend dl dt {
	padding-right: 10px;
	white-space: nowrap;
}
.list-car-layout-tall .block .detail-recommend dl dd {
	text-align: right;
}
.list-car-layout-tall .block .detail-recommend dl.shop dd {
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-car-layout-tall .block .detail-recommend dl dd span {
	font-weight: normal;
	font-size: 14px;
}
.list-car-layout-tall .block .detail-recommend dl dd span.note {
	display: block;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.5;
}
.list-car-layout-tall .block .detail-recommend dl dd span.att{
	font-size: 10px;
	color: #ff3300;
}
/* ホバー */
.list-car-layout-tall .block a:hover .brand,
.list-car-layout-tall .block a:hover .title {
	text-decoration: underline;
}

/*============================================================
	[ 結果ページ ] メイン
*/
.result-main {
	padding: 30px 0;
	background-color: #666;
	color: #fff;
}
.result-main dl {
	font-size: 0;
}
.result-main dl dt,
.result-main dl dd {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}
.result-main dl dt {
	font-size: 26px;
}
.result-main dl dd {
	padding: 0 0 0 10px;
}
.result-main dl dd span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 20px;
}
.result-main dl dd span:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px; left: 0;
	width: 1px; height: 18px;
	background-color: #fff;
}
/* イメージタイプ */
.result-main-image {
	padding: 0;
	color: #000;
}
.result-main-image .container {
	height: 100%;
}
.result-main-image .image {
	position: relative;
	margin-bottom: 40px;
}
.result-main-image .image img {
	width: 100%;
}
.result-main-image dl {
	position: absolute;
	bottom: 30px; left: 15px;
}
.result-main-image dl dd span:before {
	background-color: #000;
}
/* Firefoxのみに適用 */
@-moz-document url-prefix() {
	.result-main-image {
		background-color: #fff;
	}
}
/*============================================================
	[ 結果ページ ] コントローラー
*/
.result-ctr {
	padding: 40px 0;
}
.result-ctr .row {
	display: table;
	width: 100%;
}
.result-ctr .hit,
.result-ctr .pager,
.result-ctr .btns-change-view {
	display: table-cell;
	vertical-align: middle;
}
/* ヒット、表示件数 */
.result-ctr .hit {
	padding: 0 60px 0 0;
	width: 1px;
	font-size: 16px;
	white-space: nowrap;
}
.result-ctr .hit span {
	font-weight: bold;
	font-size: 24px;
}
/* レイアウト切り替えボタン */
.result-ctr .btns-change-view {
	width: 1px;
}
.result-ctr .btns-change-view ul {
	display: table;
}
.result-ctr .btns-change-view ul li {
	display: table-cell;
	vertical-align: middle;
}
.result-ctr .btns-change-view ul li a,
.result-ctr .btns-change-view ul li span {
	display: block;
	margin: 0 0 0 10px;
	width: 34px; height: 34px;
	border: 1px solid #eee;
	background-color: #eee;
	background-position: 0 0;
	background-size: 32px 64px;
}
.result-ctr .btns-change-view ul li.type01 a,
.result-ctr .btns-change-view ul li.type01 span {
	background-image: url(../img/view_type01.png);
}
.result-ctr .btns-change-view ul li.type02 a,
.result-ctr .btns-change-view ul li.type02 span {
	background-image: url(../img/view_type02.png);
}
.result-ctr .btns-change-view ul li a {
	background-position: 0 -32px;
	background-color: #fff;
	border-color: #d2d2d2;
}
.result-ctr .btns-change-view ul li a:hover {
	border-color: #999;
}
/* コントローラー下 */
.result-ctr-foot {
	padding: 0;
}
.result-ctr-foot .row {
	display: block;
}
.result-ctr-foot .row:after {
	content: '';
	display: block;
	clear: both;
}
.result-ctr-foot .pager {
	display: block;
	float: right;
	margin: 0 -5px 0 0;
}

/*============================================================
	[ 詳細ページ ] メイン情報レイアウト
*/
.layout-car-detail {
	margin: 30px 0 0 0;
}
.layout-car-detail .row-wrap {
	overflow: hidden;
}
.layout-car-detail .row-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.layout-car-detail .lcol {
	float: left;
	width: 770px;
}
.layout-car-detail .rcol {
	float: right;
	width: 370px;
}
/* コード */
.layout-car-detail .code {
	padding: 6px 0;
	text-align: right;
	font-size: 12px;
	line-height: 1.5;
	color: #888;
}
/* ボタン */
.layout-car-detail .btns-wrap {
	margin-bottom: 20px;
}

/*============================================================
	[ 詳細ページ ] メイン情報ギャラリー
*/
.layout-car-detail .gallery {
	clear: both;
	padding: 30px 0 0 0;
}
.layout-car-detail .gallery:after {
	content: '';
	display: block;
	clear: both;
}
.layout-car-detail .gallery img {
	width: 100%;
	vertical-align: top;
}
.layout-car-detail .gallery .image {
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	width: 640px;
}
.layout-car-detail .gallery .image .page {
	position: absolute;
	top: 10px; right: 10px;
	padding: 4px 0;
	width: 60px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
.layout-car-detail .gallery .image .slider {
	position: relative;
}
.layout-car-detail .gallery .image .slider .box {
	position: relative;
}
.layout-car-detail .gallery .image .slick-arrow {
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 50;
	top: 50%;
	margin-top: -60px;
	width: 40px; height: 120px;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
}
.layout-car-detail .gallery .image .slick-arrow i {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -11px;
	font-size: 21px;
}
.layout-car-detail .gallery .image .slick-arrow:hover {
	opacity: 0.8;
}
.layout-car-detail .gallery .image .slick-prev {
	left: 0;
}
.layout-car-detail .gallery .image .slick-next {
	right: 0;
}
.layout-car-detail .gallery .image .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 10px;
	width: 97%;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	background: #fff;
	opacity: .95;
	margin: auto;
	margin-bottom: 10px;
	word-wrap: break-word;
	border-radius: 3px;
}
.layout-car-detail .gallery .image .hover {
	opacity: 0;
	position: relative;
}
.layout-car-detail .gallery .image:hover .hover{
	opacity: 1;
}
.layout-car-detail .gallery .thumb {
	float: right;
	width: 500px;
}
.layout-car-detail .gallery .thumb ul {
	margin: 0 -5px;
	padding: 0;
	list-style: none;
}
.layout-car-detail .gallery .thumb ul li {
	float: left;
	margin: 0;
	padding: 5px;
	width: 25%;
}
.layout-car-detail .gallery .thumb ul li a {
	display: block;
	position: relative;
}
.layout-car-detail .gallery .thumb ul li a img {
	display: block;
	position: relative;
}
.layout-car-detail .gallery .thumb ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.4);
	border: 3px solid #c3002f;
	opacity: 0;
}
.layout-car-detail .gallery .thumb ul li a.current {
	cursor: default;
}
.layout-car-detail .gallery .thumb ul li a.current:after {
	opacity: 1;
}

/*============================================================
	[ 詳細ページ ] 基本情報/状態/装備仕様枠 - レイアウト
*/
.layout-car-detail-info {
	margin: 60px 0;
	padding: 60px 0;
}
.layout-car-detail-info .h2 {
	margin: 60px 0 0 0;
}
.layout-car-detail-info .h2 span {
	font-size: 15px;
}
.layout-car-detail-info .h2:first-child {
	margin: 0;
}

/*============================================================
	[ 詳細ページ ] 基本情報/状態/装備仕様枠 - 基本情報/状態
*/
.list-basic-info {
	margin: 0 -15px;
	padding: 20px 0 0 0;
}
.list-basic-info li {
	float: left;
	padding: 0 15px;
	width: 50%;
}
.list-basic-info dl,
.list-basic-info-full dl {
	display: table;
	width: 100%;
	border-top: 1px solid #ddd;
	font-size: 15px;
	line-height: 1.5;
}
.list-basic-info dl dt,
.list-basic-info dl dd,
.list-basic-info-full dl dt,
.list-basic-info-full dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0;
}
.list-basic-info dl dt,
.list-basic-info-full dl dt {
	width: 140px;
	font-weight: bold;
}
.list-basic-info dl dd {
}

/*============================================================
	[ 詳細ページ ] 基本情報/状態/装備仕様枠 - 装備仕様
*/
.list-equipment {
	margin: 10px 0 0 0;
}
.list-equipment ul {
	margin: 0 -5px;
}
.list-equipment ul:after {
	content: '';
	display: block;
	clear: both;
}
.list-equipment ul li {
	display: table;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 5px;
	width: 33.333%;
	font-size: 15px;
	line-height: 1.3;
}
.list-equipment ul li span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
	height: 45px;
	border: 1px solid #ccc;
	color: #ccc;
}
.list-equipment ul li.active span {
	background: #c3002f;
	color: #fff;
}

/*============================================================
	[モーダル]
*/
.modal-window a {
	text-decoration: none;
}
.modal-window a,
.modal-window button {
	-webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	        transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.modal-window label {
	position: relative;
	padding-left: 25px;
}
.modal-window label input {
	position: absolute;
	top: 0; left: 0;
	display: block;
}

/*============================================================
	[モーダル] ヘッダー
*/
.modal-window header {
	padding: 20px 30px;
	border-bottom: 1px solid #999;
}
.modal-window header .container {
	padding: 0;
	max-width: 100%;
}
.modal-window header .title {
	text-align: center;
}
.modal-window header .title h1 {
	font-size: 24px;
	line-height: 1.5;
}
.modal-window header .title p {
	font-size: 15px;
	line-height: 1.5;
}
.modal-window header .close {
	position: absolute;
	top: 50%; left: 0;
	margin-top: -10px;
	font-size: 14px;
	line-height: 1.5;
}
.modal-window header .close a {
	color: #8a8a8a;
}
.modal-window header .close a i {
	position: relative;
	top: 2px;
	padding-right: 5px;
	font-size: 16px;
	color: #c3002f;
}

/*============================================================
	[モーダル] フッター
*/
.modal-window footer {
	background-color: #f9f9f9;
	padding: 20px 30px;
	margin-top: 60px;
}
.modal-window footer .container {
	padding: 0;
	max-width: 100%;
}
.modal-window footer .clear {
	float: left;
	padding: 12px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.modal-window footer .clear a {
	color: #8a8a8a;
}
.modal-window footer .clear a i {
	vertical-align: middle;
	padding-right: 5px;
	font-size: 16px;
	color: #c3002f;
}
.modal-window footer ul {
	float: right;
}
.modal-window footer ul li {
	float: left;
	margin: 0 0 0 15px;
}
.modal-window footer ul li .btn {
	padding-left: 20px;
	padding-right: 20px;
}

/*============================================================
	[モーダル] ヒント
*/
.modal-window .modal-hint-content {
	position: relative;
	padding: 30px;
}
.modal-window .modal-hint-content .h {
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.modal-window .modal-hint-content .border {
	border: solid 1px #EE7800;
}
.modal-window .modal-hint-content p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	margin: 4px;
}
.modal-window .modal-hint-content p .price-search {
	color: #FF0000;
}
.modal-window .modal-hint-content .link {
	margin: 5px 0 0 0;
	font-size: 14px;
}
.modal-window .modal-hint-content .link a {
	text-decoration: underline;
	color: #c3002f;
}
.modal-window .modal-hint-content .modal-close {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.modal-window .modal-hint-content .modal-close:hover {
	opacity: 0.7;
}

/*============================================================
	[モーダル] メーカー・車種を選択
*/
.modal-window .modal-models {
	margin: 0 auto;
	width: 1030px;
}
/* リスト */
.modal-window .modal-models ul:after {
	content: '';
	display: block;
	clear: both;
}
/* 見出し */
.modal-window .modal-models .title h2 {
	font-size: 100%;
}
/* 全て */
.modal-window .modal-models .all {
	font-weight: bold;
}
.modal-window .modal-models .all input {
	top: 1px;
}
.modal-window .modal-models .all .stock {
	padding-left: 0.2em;
	font-weight: normal;
	font-size: 12px;
}
/* タブ */
.modal-window .modal-models .tabs {
	margin: 30px 0;
}
.modal-window .modal-models .tabs ul {
	display: table;
	margin: 0 auto;
	width: 500px;
	border-left: 1px solid #999;
}
.modal-window .modal-models .tabs ul li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	border: 1px solid #999;
	border-left: 0;
}
.modal-window .modal-models .tabs ul li a {
	display: block;
	font-size: 15px;
	line-height: 2.5;
	color: #8a8a8a;
	font-weight: bold;
	text-align: center;
}
.modal-window .modal-models .tabs ul li a span {
	font-size: 20px;
}
.modal-window .modal-models .tabs ul li a.current {
	background-color: #333;
	color: #fff;
	cursor: default;
}
.modal-window .modal-models .tab-body {
	overflow: hidden;
}
.modal-window .modal-models .tab-body.hidden {
	height: 0;
}

/* 日産車から探す */
.modal-window .modal-models .model {
	font-size: 15px;
	line-height: 1.5;
}
.modal-window .modal-models .model .content {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.modal-window .modal-models .model .content ul {
}
.modal-window .modal-models .model .content ul li {
	float: left;
	margin: 20px 0 0 0;
	width: 16.666%;
	text-align: center;
}
.modal-window .modal-models .model .content ul li label {
	padding: 0;
	width: 100%;
}
.modal-window .modal-models .model .content ul li label input {
	position: static;
	display: block;
}
.modal-window .modal-models .model .content ul li .image {
	height: 80px;
}
.modal-window .modal-models .model .content ul li .name {
	font-weight: bold;
	line-height: 1.3;
}
.modal-window .modal-models .model .content ul li .stock {
	font-size: 10px;
	color: #c3002f;
}
.modal-window .modal-models .model .content ul li .stock span {
	font-weight: bold;
	font-size: 14px;
}

/* 他メーカーから探す */
.modal-window .modal-models .brand {
	font-size: 15px;
	line-height: 1.5;
}
.modal-window .modal-models .brand .content,
.modal-window .modal-models .brand .content .group .block {
	display: table;
	width: 100%;
}
.modal-window .modal-models .brand .content .all,
.modal-window .modal-models .brand .content .group,
.modal-window .modal-models .brand .content .group .title,
.modal-window .modal-models .brand .content .group .list {
	display: table-cell;
	vertical-align: top;
}
.modal-window .modal-models .brand .content {
	border-top: 1px solid #ccc;
}
.modal-window .modal-models .brand .content .all {
	padding: 30px 0;
	width: 290px;
}
.modal-window .modal-models .brand .content .group {
}
.modal-window .modal-models .brand .content .group .block {
	padding: 30px 0 20px 0;
	border-top: 1px solid #ccc;
}
.modal-window .modal-models .brand .content .group .block:first-child {
	border-top: 0;
}
.modal-window .modal-models .brand .content:last-child .group:last-child .block:last-child {
	padding-bottom: 0;
}
.modal-window .modal-models .brand .content .group .title {
	width: 60px;
}
.modal-window .modal-models .brand .content .group .list {
}
.modal-window .modal-models .brand .content .group .list ul {
}
.modal-window .modal-models .brand .content .group .list ul li {
	float: left;
	margin: 0 0 10px 0;
	width: 50%;
	font-size: 14px;
}
.modal-window .modal-models .brand .content .group .list ul li .stock {
	padding-left: 0.2em;
	font-size: 12px;
}

/*============================================================
	[モーダル] 地域を選択
*/
.modal-window .modal-areas {
	margin-top: 40px;
}
.modal-window .modal-areas .container {
	position: relative;
	padding: 0;
	width: 1120px; height: 600px;
	background-image: url(../img/modal/japan.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.modal-window .modal-areas section {
	position: absolute;
}
.modal-window .modal-areas section .all {
	display: table;
}
.modal-window .modal-areas section .all h2 {
	font-weight: bold;
	font-size: 14px;
}
.modal-window .modal-areas section .all h2 .stock {
	display: block;
	font-weight: normal;
	font-size: 11px;
}
.modal-window .modal-areas section .content ul {
	width: 260px;
}
.modal-window .modal-areas section .content ul li {
	float: left;
	margin: 0 0 8px 0;
	padding: 2px 0 0 0;
	width: 50%;
	font-size: 13px;
}
.modal-window .modal-areas section .content ul li input {
	top: -2px;
}
.modal-window .modal-areas section .content ul li .stock {
	padding-left: 0.2em;
	font-size: 11px;
}
/**/
.modal-window .modal-areas .hokkaido .all,
.modal-window .modal-areas .tohoku .all,
.modal-window .modal-areas .kanto .all,
.modal-window .modal-areas .tokai .all,
.modal-window .modal-areas .shikoku .all,
.modal-window .modal-areas .hokkaido .content,
.modal-window .modal-areas .tohoku .content,
.modal-window .modal-areas .kanto .content,
.modal-window .modal-areas .tokai .content,
.modal-window .modal-areas .shikoku .content {
	float: left;
}
.modal-window .modal-areas .hokkaido .all,
.modal-window .modal-areas .tohoku .all,
.modal-window .modal-areas .kanto .all,
.modal-window .modal-areas .tokai .all,
.modal-window .modal-areas .shikoku .all {
	padding-right: 20px;
}
.modal-window .modal-areas .hokuriku-koshinetsu .all,
.modal-window .modal-areas .kansai .all,
.modal-window .modal-areas .chugoku .all,
.modal-window .modal-areas .kyushu .all,
.modal-window .modal-areas .hokuriku-koshinetsu .content,
.modal-window .modal-areas .kansai .content,
.modal-window .modal-areas .chugoku .content,
.modal-window .modal-areas .kyushu .content {
	float: right;
}
/**/
.modal-window .modal-areas .hokkaido {
	top: 95px;
	left: 837px;
}
.modal-window .modal-areas .tohoku {
	top: 156px;
	left: 763px;
}
.modal-window .modal-areas .hokuriku-koshinetsu {
	top: 48px;
	right: 495px;
}
.modal-window .modal-areas .kanto {
	top: 284px;
	left: 736px;
}
.modal-window .modal-areas .tokai {
	top: 440px;
	left: 630px;
}
.modal-window .modal-areas .kansai {
	top: 184px;
	right: 578px;
}
.modal-window .modal-areas .chugoku {
	top: 315px;
	right: 649px;
}
.modal-window .modal-areas .shikoku {
	top: 535px;
	left: 511px;
}
.modal-window .modal-areas .kyushu {
	top: 468px;
	right: 755px;
}

#graphWrapper{
	height: 50px;
	width: 100%;
	display: block;
	font-size:0px;
}
#graphWrapper div{
	display:inline-block;
}

.m-top-15{
	margin-top:15px;
}


/* 価格 */
.search-forms .block-price label {
	margin-left: 10px;
}
.search-forms .block-price .inner {
	margin: 0 80px;
}
.search-forms .block-price .price-graph {
	height: 50px;
	width: 580px;
}
.search-forms .block-price .price-range {
	margin: 20px 0 0 0;
}
/* 状態 */
.search-forms ul.state {
	display: table;
}
.search-forms ul.state li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}
.search-forms ul.state li select {
	width: 140px;
}
.search-forms ul.state li:first-child {
	padding-right: 10px;
}
.search-forms ul.state li:last-child {
	padding-right: 0;
}
.graphAmount{
	width:20px;
	background-color: #777777;
}


/*--------------------------------------------------------------------------
 * page_banners
 *------------------------------------------------------------------------*/

.page_banners{
	padding: 5px;
	text-align: center;
	background-color: #000;
}
.page_banners li.bnr{
	display: inline-block;
}


/*--------------------------------------------------------------------------
 * page_banners_cp  一覧、地域表示キャンペーンバナー用
 *------------------------------------------------------------------------*/

 .page_banners_cp{
	font-size: 0px;
	padding: 5px;
	text-align: center;
	background-color: #000;
}
.page_banners_cp li.bnr{
	display: inline-block;
}
.page_banners_cp li.bnr img{
	margin-right: 3px;
}