/* LESS */
/* -------------------------------------
 *  basics
 * ------------------------------------- */
html {
  width: 100%;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #3a3b3c;
}
body {
  width: 100%;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #3a3b3c;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, Verdana, "lr oSVbN";
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
#listContainer {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #0d0e0f;
}
#listContainer #pageTitle {
  width: 100%;
  height: 90px;
  line-height: 30px;
  padding-top: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, #33363A, #0d0e0f);
  font-size: 20px;
}
#listContainer .carListWrapper {
  background-color: #0d0e0f;
  padding: 20px 50px;
  width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
}
#listContainer .carListWrapper .carList {
  font-size: 12px;
  color: #fff;
  float: left;
  box-sizing: border-box;
  border-bottom: solid #333 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 450px;
}
#listContainer .carListWrapper .carList:nth-child(2n) {
  margin-left: 20px;
}
#listContainer .carListWrapper .carList .carListTitle {
  color: #0494D2;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
}
#listContainer .carListWrapper .carList .carListImg {
  width: 100%;
}
#listContainer .carListWrapper .carList .carListImg img {
  width: 100%;
}
#listContainer .carListWrapper .carList .carListPrice {
  line-height: 1.8;
  color: #ccc;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 5px 10px;
}
#listContainer .carListWrapper .carList .carListPrice span {
  color: #cc3200;
  font-weight: bold;
  font-size: 16px;
}
#listContainer footer {
  clear: both;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(to top, #3a3b3c, #33363A);
}
