@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: " >";
}

/* こだわり検索
------------------------------------------------------------ */
#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;
}

/* --------------------------------------------------------- */
/* 特集情報
------------------------------------------------------------ */
#Toku_list li {
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    margin: 0 10px 5px;
}
#Toku_list li a {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
}
#Toku_list li h3 {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    top: 10px;
    left: 10px;
    line-height: 1.2;
}
#Toku_list li img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    opacity: 0.6;
}
#Toku_list .list .more a {
    text-decoration: underline;
    display: block;
    padding: 10px;
    text-align: right;
}
#Toku_list .list .more {
    background: url(../img/top/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;
}

/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* 背景 */
#searchBox,
#freeword,
#listBox .list .more,
#ranking,
#new .more,
#search,
#shop,
#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,
#service li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}





/* --------------------------------------------------------- */
/* Mjマガジン
------------------------------------------------------------ */
#mj_buy_link .mjBox .mj {
  height: auto;
  padding: 15px 10px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.mj_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mj_buy_link .mjBox .mj .img {
  width: 100%;
}
#mj_buy_link .mjBox .mj .img img {
  width: 100%;
}
#mj_buy_link .mjBox .mj .text h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
#mj_buy_link .mjBox .mj .text {
  min-width: 58%;
  margin-right: 15px;
}
#mj_buy_link .mjBox .mj .text h3 span {
  color: #D81717;
}
#mj_buy_link .mjBox .mj .text p {
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
}
#mj_buy_link .mjBox .mj p.btn {
  float: none;
  width: auto;
  padding-top: 10px;
}
a.detail_link_btn, a.buy_link_btn {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: all .3s;
}
a.detail_link_btn {
  background-color: #44474C;
  margin-bottom: 8px;
}
a.buy_link_btn {
  background-color: #00B4F4;
}
a.detail_link_btn:hover, a.buy_link_btn:hover {
  background-color: #D81717;
}
#mj_buy_link .mjBox .code {
  margin: 0;
  border: none;
  background-color: #FFEFEF;
  padding: 10px;
}
#mj_buy_link .mjBox .code p {
  text-align: justify;
  font-size: 12px;
  line-height: 1.6;
}
#mj_buy_link .mjBox .code p a img {
  width: 15px;
  height: 15px !important;
  position: relative;
  top: -3px;
  margin-right: 2px;
  margin-left: 5px;
}
#mj_buy_link .mjBox .code p a {
  color: #E61515;
  text-decoration: underline;
}
#mj_buy_link .mjBox .code p a:first-child img {
  margin-left: 0;
}
#mj_buy_link .mjBox .code input {
  margin: 5px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #D7D7D7;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 1.6rem;
  line-height: 30px;
  -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;
}
#mj_buy_link .mjBox .code .searchBtn02 {
  margin-top: 5px;
  margin-left: 5px;
  min-width: 20%;
}
form#frm2 {
  width: 100%;
}
#mj_buy_link .mjBox .code .searchBtn02 a {
  height: 40px;
  background-color: #D81717;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  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;
}
#mj_buy_link .mjBox .code {
  margin: 0;
  border: none;
  background-color: #FFEFEF;
  position: relative;
  text-align: justify;
  font-size: 12px;
  line-height: 1.6;
}
#mj_buy_link .mjBox .code .magazine_help img {
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
#mj_buy_link .mjBox .code .magazine_help span {
  color: #E61515;
  text-decoration: underline;
}
.popup_area {
  position: absolute;
  border: 7px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  left: 20px;
  bottom: -170px;
  z-index: 0;
  width: calc(100% - 40px);
  box-sizing: border-box;
  display: none;
}
.popup_area:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 38px;
  z-index: 0;
  border-right: 10px solid transparent;
  border-bottom: 19.6025px solid #ccc;
  border-left: 10px solid transparent;
}
#mj_buy_link .mjBox .code .magazine_help:hover .popup_area {
  display: block;
}
#mj_buy_link .mjBox .code .magazine_help .popup_area img {
  width: 184px;
  height: 130px;
  margin: 0 auto 10px;
  display: block;
  border: 1px solid #dadada;
}
#mj_buy_link .mjBox .code .magazine_help:hover .popup_area p {
  color: #333;
  font-size: 12px;
}
