/* Bottom Fix Inquiry Bar */


#inq-display {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 769px) {
  #inq-display {
    display: none;
  }
}


.inq-bottom {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #e7e7e7;
	display: none;
}


.inq-bottom * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}


.inq-fixed {
	display: block;
	position: fixed;
	left: 0;
	z-index: 10002;
}


.inq-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}


.inq-wrap ul {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
  padding: 5px;
	margin: 0 auto;
	width: 100%;
}


.inq-wrap ul li {
	display: block;
	margin: 5px;
	width: calc( 50% - 10px );
}


.inq-wrap ul li a {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
  letter-spacing: 0px;
	padding: 0;
	text-align: center;
	text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 481px) {
  .inq-wrap ul li a {
    font-size: 16px;
  }
}


.inq-wrap ul li.inq-line a {
  color: #00b900;
	background-color: #fff;
  border: 1px solid #000;
}


.inq-wrap ul li.inq-line a:hover {
  color: #fff;
  background-color: #00b900;
  border: 1px solid #00b900;
}


.inq-wrap ul li.inq-tel a {
  color: #fff;
	background-color: #000;
  border: 1px solid #000;
}


.inq-wrap ul li.inq-tel a:hover {
  background-color: #c00;
  border: 1px solid #c00;
}


.inq-wrap ul li a .im {
  font-size: 150%;
  vertical-align: middle;
}


.inq-wrap ul li a img.ic-inq-line {
	width: 22px;
	height: auto;
	margin-right: 4px;
}


.carStockDetail .content .carDetailWrapper {
  padding: 8px 8px 48px 8px;
}


@font-face {
  font-family: 'vcs-icons';
  src: url('../fonts/vcs-icons.eot?p68t49');
  src: url('../fonts/vcs-icons.eot?p68t49#iefix') format('embedded-opentype'),  url('../fonts/vcs-icons.ttf?p68t49') format('truetype'),  url('../fonts/vcs-icons.woff?p68t49') format('woff'),  url('../fonts/vcs-icons.svg?p68t49#vcs-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Firefox, Opera, Safari */
@font-face {
  font-family: 'vcs-icons';
  src: url('../fonts/vcs-icons.ttf') format('truetype');
}

[class^="im-"],
[class*=" im-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vcs-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-line:before {
  content: "\e900";
}

.im-phone:before {
  content: "\f095";
}



