@charset "utf-8";

/* --------------------------------------------------------- */
/* トップ - top.css
------------------------------------------------------------ */

.message {
	font-size: 11px; font-size: 1.1rem;
	text-align: center;
	padding: 10px 10px 0 10px;
}

.navi {
	font-size: 11px; font-size: 1.1rem;
	text-align: center;
	border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px;
	background-color: #333;
	margin: 10px;
	min-width: 290px;
	height: 30px;
	padding: 0 5px;
}
.navi a {
	line-height: 30px;
	color: #FFF;
}
.navi a span {
	text-decoration: underline;
}

/* 掲載台数
------------------------------------------------------------ */
#total {
	font-size: 11px; font-size: 1.1rem;
	text-align: center;
	color: #FFF;
	background-color: #DE1209;
	border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px;
	min-width: 290px;
	height: 30px;
	padding: 0 5px;
	margin: 10px;
}
#total dt, #total dd {
	line-height: 30px;
	display: inline-table;
}
#total dd+dt {
	border-left: dotted 1px #FFF;
	padding-left: 8px;
	margin-left: 8px;
}
#total dd {
	font-weight: bold;
	text-align: right;
	padding-left: 5px;
}
#total dd a {
	text-decoration: underline;
	color: #FFF;
}
#total dd strong {
	font-size: 16px; font-size: 1.6rem;
}



/* 前回
------------------------------------------------------------ */
#record {
	background-color: #EEE;
	border: solid 1px #DDD;
	border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px;
	box-shadow: 0 0 0 2px #FFF inset;
	padding: 10px;
	margin: 0 10px;
}
#record h1 {
	text-shadow: 1px 1px 0px #FFF;
	float: left;
	padding: 5px;
}
#record h2 {
	text-shadow: 1px 1px 0px #FFF;
	float: left;
	padding: 5px;
}
#record p {
	text-align: center;
	background-color: #FFF;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 50%;
	padding: 5px;
}
#record p a {
	text-decoration: underline;
}



/* AD
------------------------------------------------------------ */
.adBox {
	margin: 10px 10px 0 10px;
}
.adBox p {
	border: solid 1px #DDD;
	border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px;
	padding-right: 10px;
}
.adBox a {
	color: #333;
	background: url(../img/common/ico_link.png) no-repeat right center;
	background-size: 6px 12px; -webkit-background-size: 6px 12px; -moz-background-size: 6px 12px; -o-background-size: 6px 12px;
	display: block;
	padding: 15px 10px;
}

.adBoxA {
	background-image: url(../img/top/img_info.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: 10px center;
}

/* メイン検索
------------------------------------------------------------ */
#searchBox {
	margin-top: 15px;
}

/* タイプ */
#searchBox .type ul {
	text-align: center;
	letter-spacing: -.40em;
	padding: 6px;
}
#searchBox .type li {
	display: inline-block;
	width: 31%;
	margin: 1%;
}
#searchBox .type li img {
	width: 100%;
}

/* メーカー */
#searchBox .maker {
	display: none;
}
#searchBox .maker .tab {
	border-bottom: none;
	margin-top: 10px;
}
#searchBox .maker .tab li {
	color: #333;
	background: #FFF url(../img/common/bac_grad.png) repeat-x 0 5px;
	background-size: 5px 30px; -webkit-background-size: 5px 30px; -moz-background-size: 5px 30px; -o-background-size: 5px 30px;
	border: solid 1px #DDD;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.07); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.07);
	margin: 0 5px;
}
#searchBox .maker .tab li:first-child {
	margin-left: 10px;
}
#searchBox .maker .tab li.active {
	background: #FFF url(../img/common/ico_active.png) no-repeat center bottom;
	background-size: 7px 3px; -webkit-background-size: 7px 3px; -moz-background-size: 7px 3px; -o-background-size: 7px 3px;
	border: solid 1px #FFF;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
	padding-top: 0;
	margin-top: 0;
}
#searchBox .maker #japan, #searchBox .maker #world {
	text-align: center;
	letter-spacing: -.40em;
	padding: 6px;
}
#searchBox .maker #japan li, #searchBox .maker #world li {
	display: inline-block;
	width: 18%;
	margin: 1%;
}
#searchBox .maker #japan li img, #searchBox .maker #world li img {
	width: 100%;
}
#searchBox .maker #world {
	display: none;
}



/* フリー検索
------------------------------------------------------------ */
#freeword p {
	display: -webkit-flex; display: flex;
	padding: 0px 10px 10px 10px;
}
#freeword > p * {
	line-height: 30px;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.07) inset; -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.07) inset; -moz-box-shadow: 0 0 4px rgba(0,0,0,0.07) inset;
}
#freeword input {
	border: solid 1px #D7D7D7;
	padding: 2px 5px;
	margin-right: 5px;
	font-size: 1.6rem;
}
#freeword button {
	color: #FFF;
	background-color: #DA1109;
	border: none;
	width: 18%;
}



/* 物件一覧
------------------------------------------------------------ */
#listBox .tab {
	font-size: 10px; font-size: 1.0rem;
	line-height: 25px;
}
#listBox .tab li {
	color: #333;
	background-color: #DDD;
	border: solid 1px #DDD;
	padding: 0 0px;
	margin: 0 1px -1px 1px;
}
#listBox .tab li:first-child {
	margin-left: 5px;
}
#listBox .tab li.active {
	color: #DA1109;
	background: #FFF url(../img/common/ico_active.png) no-repeat center bottom;
	background-size: 5px 3px; -webkit-background-size: 5px 3px; -moz-background-size: 5px 3px; -o-background-size: 5px 3px;
	border-bottom: solid 1px #FFF;
	padding-top: 2px;
	margin-top: -2px;
}

/* 一覧 */
#listBox .list li {
	border-bottom: solid 1px #DDD;
	padding: 10px;
}
#listBox .list li .photo {
	float: left;
	width: 80px;
	height: 60px;
	overflow: hidden;
}
#listBox .list li .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding: 5px 0 5px 10px;
}
#listBox .list li a .name {
	text-decoration: underline;
}
#listBox .list li .price {
	float: left;
	width: 90px;
	padding-left: 10px;
}
#listBox .list li .price dt {
	float: left;
	width: 90px;
	top: 0;
}
#listBox .list li .price dd {
	font-size: 11px; font-size: 1.1rem;
	text-align: right;
	width: 90px;
}
#listBox .list li .price dd span {
	font-size: 15px; font-size: 1.5rem;
	font-weight: bold;
}
#listBox .list li a .price {
	color: #333;
}
#listBox .list .more {
	text-align: right;
}
#listBox .list .more a {
	text-decoration: underline;
	display: block;
	padding: 10px;
}
#listBox .list .more a:after {
	color: #338ADF;
	content: " >";
}



/* ランキング
------------------------------------------------------------ */
#ranking li {
	border-left: dotted 1px #DEDEDE;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 33%;
	padding: 0 10px 15px 10px;
}
#ranking li:first-child {
	border-left: none;
}
#ranking li .photo {
	margin-bottom: 5px;
}
#ranking li .photo img {
	width: 100%;
}
#ranking li .name {
	font-size: 10px; font-size: 1.0rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#ranking li .name span {
	line-height: 12px;
	text-align: center;
	color: #FFF;
	background-color: #C1C1C1;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
#ranking li a .name {
	color: #333;
}

/* 新着中古車物件
------------------------------------------------------------ */
#new li {
	border-left: dotted 1px #DEDEDE;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 33%;
	padding: 0 10px 15px 10px;
}
#new li:first-child {
	border-left: none;
}
#new li .photo {
	margin-bottom: 5px;
}
#new li .photo img {
	width: 100%;
}
#new li .name {
	font-size: 10px; font-size: 1.0rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#new li a .name {
	color: #333;
}
#new .more {
	text-align: right;
}
#new .more a {
	text-decoration: underline;
	display: block;
	padding: 10px;
}
#new .more a:after {
	color: #338ADF;
	content: " >";
}


/* 360°物件
------------------------------------------------------------ */
#panorama li {
	border-left: dotted 1px #DEDEDE;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 33%;
	padding: 0 10px 15px 10px;
}
#panorama li:first-child {
	border-left: none;
}
#panorama li .photo {
	margin-bottom: 5px;
}
#panorama li .photo img {
	width: 100%;
}
#panorama li .name {
	font-size: 10px; font-size: 1.0rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#panorama li a .name {
	color: #333;
}
#panorama .more {
	text-align: right;
}
#panorama .more a {
	text-decoration: underline;
	display: block;
	padding: 10px;
}
#panorama .more a:after {
	color: #338ADF;
	content: " >";
}

/* こだわり検索
------------------------------------------------------------ */
#search {
	padding-bottom: 1px;
}
/*
#search h1 {
	position: relative;
	cursor: pointer;
}
#search h1 .icon {
	background-position: -16px 0;
	position: absolute;
	top: 6px;
	right: 10px;
}
#search h1.close .icon {
	background-position: -16px -16px;
}
*/
#search ul {
	background-color: #FFF;
	border: solid 1px #DEDEDE;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.07); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.07);
	/* display: none; */
	padding: 5px 10px;
	margin: 0 10px 10px 10px;
}
#search li {
	border-bottom: dotted 1px #DDD;
}
#search li:last-child {
	border-bottom: none;
}
#search li a {
	color: #333;
	background: url(../img/common/ico_link.png) no-repeat right center;
	background-size: 6px 12px; -webkit-background-size: 6px 12px; -moz-background-size: 6px 12px; -o-background-size: 6px 12px;
	display: block;
	position: relative;
	padding: 10px;
}



/* ショップ検索
------------------------------------------------------------ */
#shop {
	padding-bottom: 10px;
}
#shop ul {
	display: box; display: -webkit-box; display: -moz-box; display: -o-box;
	width: 100%;
}
#shop li {
	text-align: center;
	background: #FFF url(../img/common/bac_grad.png) repeat-x 0 15px;
	background-size: 5px 30px; -webkit-background-size: 5px 30px; -moz-background-size: 5px 30px; -o-background-size: 5px 30px;
	border: solid 1px #DDD;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.07); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.07);
	box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -o-box-flex: 1;
	max-width: 50%;
	margin: 0 5px;
}
#shop li:first-child {
	margin-left: 10px;
}
#shop li:last-child {
	margin-right: 10px;
}
#shop li a {
	color: #333;
	display: block;
	padding: 12px 10px;
}



/* サービス
------------------------------------------------------------ */
#service ul {
	margin-top: -10px;
}
#service li {
	border-bottom: solid 1px #DDD;
	background: url(../img/common/bac_grad.png) repeat-x 0 50px;
	background-size: 5px 30px; -webkit-background-size: 5px 30px; -moz-background-size: 5px 30px; -o-background-size: 5px 30px;
	padding: 10px 5px 10px 10px;
}
#service li a {
	color: #333;
	background: url(../img/common/ico_link.png) no-repeat right center;
	background-size: 6px 12px; -webkit-background-size: 6px 12px; -moz-background-size: 6px 12px; -o-background-size: 6px 12px;
	display: block;
}
#service li .photo {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
#service li .name {
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding: 2px 15px 2px 10px;
}
#service li a .name {
	color: #D91108;
}
#service li .note {
	font-size: 10px; font-size: 1.0rem;
	line-height: 1.2;
	padding: 0 15px 0 60px;
}

/* バナー
------------------------------------------------------------ */
.top_headad {
	text-align:center;
	border-bottom:1px solid #CCC;
	padding:5px 0px;
}

/* --------------------------------------------------------- */
/* トラックバナー
------------------------------------------------------------ */
p.TruckTopBanner {
   margin: 2%;
}
.TruckTopBanner img {
   width: 100%;
}

/* --------------------------------------------------------- */
/* 問合せ未完了アラート
------------------------------------------------------------ */
.NotFinBox {
	margin: 10px 10px 0 10px;
	border: solid 1px #DDD;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 8px;
}
.NotFinBox .nfcarphoto {
	margin-right: 15px;
	overflow: hidden;
	width: 60px;
}
.NotFinBox .nfclose {
	text-align: right;
}
.NotFinBox .nfmessage {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
}
.NotFinBox td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* 背景 */
#searchBox,
#freeword,
#listBox .list .more,
#ranking,
#new .more,
#search,
#shop,
#panorama,
#MjSelectionTop .more {
	background: url(../img/common/bac_grad.png) repeat-x 0 bottom;
	background-size: 5px 30px; -webkit-background-size: 5px 30px; -moz-background-size: 5px 30px; -o-background-size: 5px 30px;
}

/* clearfix
------------------------------------------------------------ */
#total:after,
#record:after,
#searchBox ul:after,
#freeword p:after,
#listBox .list li:after,
#listBox .list li .price:after,
#ranking ul:after,
#new ul:after,
#panorama ul:after,
#service li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
