@charset "UTF-8";
/**************************************************

common

**************************************************/
/* wrapper
======================================== */
#ATC-main-primary-contents {
  max-width: 100%;
  margin: 0 auto;
}

.ATC-car-contents {
  margin: 0;
}

.ATC-car-contents-inner {
  margin: 3em 0 0 0;
}

/* title
======================================== */
.ATC-title-text {
  margin-bottom: 1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #cc0001;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 134%;
  line-height: normal;
}

.ATC-title-text-small {
  margin-bottom: 1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #cc0001;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: normal;
}

.ATC-title-text-basic {
  padding: .3em .5em;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  border-left-width: 4px;
  background: #fff;
  font-weight: bold;
}

/* pager
======================================== */
ul#ATC-pager-contents-top,
ul#ATC-pager-contents-bottom {
  margin: 1em auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

ul#ATC-pager-contents-top > li,
ul#ATC-pager-contents-bottom > li {
  display: block;
  margin: 2px 2px;
}

ul#ATC-pager-contents-top > li a,
ul#ATC-pager-contents-bottom > li a {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: .25em 0;
  border: 1px solid #c0c0c0;
  background: #fff;
  text-decoration: none;
  width: 2.2em;
}

ul#ATC-pager-contents-top > li a:hover,
ul#ATC-pager-contents-bottom > li a:hover {
  background: #f9f9f9;
}

ul#ATC-pager-contents-top > li.ATC-pager-contens-current a,
ul#ATC-pager-contents-bottom > li.ATC-pager-contens-current a {
  color: #fff;
  font-weight: bold;
  background: #c0c0c0;
}

ul#ATC-pager-contents-top > li.ATC-pager-contents-previous a,
ul#ATC-pager-contents-top > li.ATC-pager-contents-next a,
ul#ATC-pager-contents-bottom > li.ATC-pager-contents-previous a,
ul#ATC-pager-contents-bottom > li.ATC-pager-contents-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 15px;
  border: none;
  background: transparent;
}

ul#ATC-pager-contents-top > li.ATC-pager-contents-previous a:hover,
ul#ATC-pager-contents-top > li.ATC-pager-contents-next a:hover,
ul#ATC-pager-contents-bottom > li.ATC-pager-contents-previous a:hover,
ul#ATC-pager-contents-bottom > li.ATC-pager-contents-next a:hover {
  background: transparent;
  opacity: .7;
}

/* photo frame
======================================== */
.ATC-photo-thumb-frame {
  padding: 1px;
  border: 1px solid #bfbfbf;
}

/**************************************************

shop

**************************************************/
.ATC-shop-contents {
  margin: 0 0 20px 0;
}

/* table */
.ATC-shop-list-table {
  width: 100%;
  border-collapse: collapse;
}

.ATC-shop-list-table th {
  padding: .5em;
  border: 1px solid #bfbfbf;
  background: #e9e9e9;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.ATC-shop-list-table td {
  padding: .5em .7em;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  vertical-align: middle;
}

.ATC-shop-list-table td.ATC-shop-list-table-shop {
  font-weight: bold;
}

.ATC-shop-list-table td.ATC-shop-list-table-tel {
  width: 10.5em;
  color: #a50000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ATC-shop-list-table td.ATC-shop-list-table-tel {
    width: auto;
  }
}

.ATC-shop-list-table td.ATC-shop-list-table-tel:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  background: url(/mt-static/themes/hc/cutout/img/icon_shop_tel.jpg) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ATC-shop-list-table tr.ATC-even-num td {
  background-color: #f9f9f9;
}

/**************************************************

Demo Car Index

**************************************************/
/* header
======================================== */
.ATC-car-contents-header > ul {
  margin-bottom: .75em;
  text-align: right;
  font-size: 86%;
}

.ATC-car-contents-header > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .75em;
}

.ATC-car-contents-header > ul > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: .2em .3em;
  border-style: solid;
  border-color: transparent;
  border-left-color: #cc0001;
}

.ATC-car-contents-header .ATC-title-text-basic {
  margin-bottom: .75em;
}

/* grid
======================================== */
.ATC-car-contents-lineup {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 5px);
  margin-bottom: -5px;
}

/* item
======================================== */
.ATC-car-contents-lineup-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14.28571%;
  min-width: 136px;
  padding-right: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-lineup-inner {
    width: 33.33333%;
    min-width: 0;
  }
}

.ATC-car-contents-lineup-inner > div {
  position: relative;
  padding: .75em .3em .5em;
  border: 1px solid #bfbfbf;
  background: #fff;
}

.ATC-car-contents-lineup-inner > div img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.ATC-car-contents-lineup-new {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.ATC-car-contents-lineup-detail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: background .3s;
          transition: background .3s;
}

.ATC-car-contents-lineup-detail a:hover:before {
  background: rgba(255, 255, 255, .3);
}

/* footer
======================================== */
.ATC-car-contents-lineup-end {
  margin-top: .25em;
  text-align: right;
  font-size: 86%;
}

p.ATC-car-contents-lineup-end-back {
  display: inline;
}

p.ATC-car-contents-lineup-end-back a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

p.ATC-car-contents-lineup-end-back a:before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0;
  height: 0;
  margin-right: .25em;
  border: .4em solid;
  border-radius: 3px;
}

p.ATC-car-contents-lineup-end-back a:after {
  content: "";
  position: absolute;
  top: .15em;
  bottom: 0;
  left: .2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .35em;
  height: .35em;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**************************************************

Demo Car List

**************************************************/
/* table
======================================== */
.ATC-car-contents-demo-list-table {
  width: 100%;
  border-collapse: collapse;
}

.ATC-car-contents-demo-list-table th {
  border: 1px solid #bfbfbf;
  text-align: center;
}

.ATC-car-contents-demo-list-table td {
  padding: .75em .5em;
  border: 1px solid #bfbfbf;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-table {
    display: block;
  }
  .ATC-car-contents-demo-list-table thead,
  .ATC-car-contents-demo-list-table tbody,
  .ATC-car-contents-demo-list-table tr,
  .ATC-car-contents-demo-list-table th,
  .ATC-car-contents-demo-list-table td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 0;
  }
}

/* thead
======================================== */
.ATC-car-contents-demo-list-title th {
  padding: .7em .3em;
  background: url(/mt-static/themes/hc/cutout/img/bg_car_demo-table-title.jpg) left bottom repeat-x #fff;
  vertical-align: middle;
  font-weight: normal;
  font-size: 92%;
}

.ATC-car-contents-demo-list-title th.ATC-sorted {
  background: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-title {
    display: none !important;
  }
}

/* sort */
.ATC-car-contents-demo-sort {
  overflow: hidden;
  width: 24px;
  margin: 5px auto 0;
}

.ATC-car-contents-demo-sort .ATC-car-contents-demo-sort-ascending {
  float: left;
  width: 11px;
}

.ATC-car-contents-demo-sort .ATC-car-contents-demo-sort-descending {
  float: right;
  width: 11px;
}

/* tbody  tr 1
======================================== */
.ATC-car-contents-demo-list-contents {
  border-top: 2px solid #bfbfbf;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-contents {
    position: relative;
    width: 100%;
    padding-top: 8em;
    border-width: 1px 1px 0 1px !important;
    border-style: solid;
    border-color: #bfbfbf;
  }
}

.ATC-car-contents-demo-list-contents td {
  overflow: hidden;
  vertical-align: middle;
}

.ATC-car-contents-demo-list-contents td i {
  display: none;
  margin-bottom: 4px;
  padding: .25em;
  background: #888;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-contents td i {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-contents td {
    float: right;
    clear: right;
    width: calc(100% - 195px);
    padding-top: 0;
    text-align: left;
  }
  .ATC-car-contents-demo-list-contents td.ATC-car-contents-demo-list-styling {
    padding-top: .75em;
  }
  .ATC-car-contents-demo-list-contents td:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 8em;
    padding: 0 .5em;
    background: #4f5b5b;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .ATC-car-contents-demo-list-contents td:nth-child(3):before {
    display: block;
    margin-bottom: .25em;
    font-weight: normal;
  }
}

.ATC-car-contents-demo-list-contents td:last-child {
  width: 7.5em;
  font-size: 92%;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-contents td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
    clear: both;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -ms-flex-wrap: wrap;
            align-items: center;
        flex-wrap: wrap;
    width: 100%;
    padding: 1em .5em;
    background: #efefef;
  }
  .ATC-car-contents-demo-list-contents td:last-child > i {
    background: transparent;
    color: inherit;
  }
  .ATC-car-contents-demo-list-contents td:last-child > * {
    margin: 0 .5em;
  }
}

.ATC-car-contents-demo-list-contents td:last-child a {
  display: inline-block;
  margin-top: .5em;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}

.ATC-car-contents-demo-list-contents td:last-child a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-contents[data-type="democar"] td:nth-child(3) {
    background: #0069b7;
  }
  .ATC-car-contents-demo-list-contents[data-type="democar"] td:nth-child(3):before {
    content: "試乗車";
  }
  .ATC-car-contents-demo-list-contents[data-type="exhibit"] td:nth-child(3):before {
    content: "展示車";
  }
}

/* tbody  tr 2
======================================== */
.ATC-car-contents-demo-list-detail {
  background: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-detail {
    width: 100%;
    margin-bottom: 3em;
    border-width: 0 1px 1px 1px !important;
    border-style: solid;
    border-color: #bfbfbf;
    background: #fff;
  }
}

.ATC-car-contents-demo-list-detail td {
  vertical-align: middle;
}

/* category */
td.ATC-car-contents-demo-list-category {
  width: 90px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  td.ATC-car-contents-demo-list-category {
    float: left;
    width: 195px;
    padding-top: .75em;
    padding-right: 0;
  }
}

td.ATC-car-contents-demo-list-category li {
  width: 75px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  td.ATC-car-contents-demo-list-category li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}

td.ATC-car-contents-demo-list-category li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

td.ATC-car-contents-demo-list-category li.ATC-car-contents-demo-list-status {
  width: 79px;
  height: 15px;
  margin: 0 auto 1px;
}

@media screen and (max-width: 768px) {
  td.ATC-car-contents-demo-list-category li.ATC-car-contents-demo-list-status {
    display: none;
  }
}

td.ATC-car-contents-demo-list-category li.ATC-car-contents-demo-list-btn {
  width: 79px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  td.ATC-car-contents-demo-list-category li.ATC-car-contents-demo-list-btn {
    display: none;
  }
}

/* NEWマーク */
.ATC-car-contents-demo-list-status + .ATC-car-contents-demo-list-status img {
  width: auto;
  max-width: 100%;
}

/* styling */
td.ATC-car-contents-demo-list-styling ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

td.ATC-car-contents-demo-list-styling li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

td.ATC-car-contents-demo-list-styling li:last-child:before {
  content: "/";
  margin: 0 .25em;
}

/* option */
.ATC-car-contents-demo-list-table-option {
  width: 100%;
  font-size: 86%;
}

.ATC-car-contents-demo-list-table-option th,
.ATC-car-contents-demo-list-table-option td {
  border: none;
  vertical-align: top;
}

.ATC-car-contents-demo-list-table-option th {
  width: 9.5em;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-table-option th {
    width: 100%;
  }
}

.ATC-car-contents-demo-list-table-option th div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 9em;
  padding: .25em .4em;
  background: #818181;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-table-option th div {
    display: inline-block;
    width: auto;
  }
}

.ATC-car-contents-demo-list-table-option td {
  padding: .25em;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-table-option td {
    padding-bottom: 1.25em;
  }
}

.ATC-car-contents-demo-list-table-option tr:not(:last-child) th {
  padding-bottom: .75em;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-table-option tr:not(:last-child) th {
    padding-bottom: 0;
  }
}

.ATC-car-contents-demo-list-table-option tr:not(:last-child) td {
  padding-bottom: .75em;
}

/* caution */
.ATC-car-contents-demo-list-caution {
  margin-top: .75em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
  color: #818181;
  font-size: 92%;
}

.ATC-car-contents-demo-list-caution li {
  margin: 0 0 3px 0;
  padding-left: 1em;
  text-indent: -1em;
}

/* NO PHOTO */
.ATC-car-contents-demo-no-photo {
  display: none;
  padding: 4em 0;
  border: 1px solid;
  background: #f8f8f8;
  color: #aaa;
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-no-photo {
    display: block;
  }
}

/* sp button */
.ATC-car-contents-demo-list-btn-sp {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: .75em auto;
  padding: .5em 1.5em;
  border-radius: 6px;
  background: #b90100;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}

.ATC-car-contents-demo-list-btn-sp:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 7px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-demo-list-btn-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**************************************************

Demo Car Detail

**************************************************/
/* common
======================================== */
.ATC-common-wrap-bg-contents-inner {
  padding: 1.5em 1.5em;
  background: #efefef;
}

/* main
======================================== */
#ATC-car-contents-other-detail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* main left
======================================== */
#ATC-car-contents-other-detail-main-primary {
  width: 134px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #ATC-car-contents-other-detail-main-primary {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

/* title */
#ATC-car-contents-other-detail-title {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #ATC-car-contents-other-detail-title {
    float: left;
    width: 110px;
    margin-bottom: 8px;
    padding-right: 2%;
  }
}

#ATC-car-contents-other-detail-title img {
  display: block;
  max-width: 100%;
}

/* shop */
#ATC-car-contents-other-detail-shop {
  margin-bottom: 1em;
  background: #fff;
  font-size: 92%;
}

@media screen and (max-width: 768px) {
  #ATC-car-contents-other-detail-shop {
    margin: 0;
    padding-bottom: 8px;
    background: none;
  }
  #ATC-car-contents-other-detail-shop .ATC-title-text-basic {
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    background: none;
    text-align: right;
    font-weight: normal;
  }
}

.ATC-car-contents-other-detail-shop {
  padding: 6px 10px;
  border: 1px solid #bfbfbf;
  border-top: none;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-other-detail-shop {
    padding: 8px 10px;
    border: none;
    text-align: right;
    font-size: 1.3em;
  }
}

/* link */
#ATC-car-contents-other-detail-link {
  padding: .5em .45em;
  border: 1px solid #bfbfbf;
  background: #fff;
  font-size: 86%;
}

@media screen and (max-width: 768px) {
  #ATC-car-contents-other-detail-link {
    clear: both;
    margin-bottom: 8px;
  }
}

#ATC-car-contents-other-detail-link li {
  position: relative;
  padding-left: 1.3em;
}

#ATC-car-contents-other-detail-link li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: .8em;
  height: .7em;
  border: 1px solid #cc0001;
}

#ATC-car-contents-other-detail-link li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: .8em;
  border: 1px solid #fff;
  background: #cc0001;
}

#ATC-car-contents-other-detail-link li:not(:last-child) {
  margin-bottom: 5px;
}

/* main right
======================================== */
#ATC-car-contents-other-detail-main-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 160px);
  max-width: 774px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #ATC-car-contents-other-detail-main-secondary {
    width: 100%;
  }
}

/* slider
======================================== */
/* slider */
.ATC-coda-slider {
  position: relative;
  overflow: hidden;
  width: 83.20413%;
  height: auto !important;
}

.ATC-coda-slider .panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ATC-panel {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.ATC-panel img {
  display: block;
}

/* thumb */
#ATC-coda-nav-1 {
  float: right;
  clear: both;
  width: 15.50388%;
}

#ATC-coda-nav-1 li {
  width: 100%;
}

#ATC-coda-nav-1 li img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #bfbfbf;
}

#ATC-coda-nav-1 li a.current img {
  padding: 0;
  border: 2px solid #c00;
}

/* table
======================================== */
.ATC-car-contents-detail {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .ATC-car-contents-detail {
    font-size: 86%;
  }
}

.ATC-car-contents-detail-table {
  width: 100%;
  margin-bottom: 1.25em;
}

.ATC-car-contents-detail-table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ATC-car-contents-detail-table th {
  width: 10.5%;
  padding: .5em 1em .5em 0;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}

.ATC-car-contents-detail-table th div {
  width: 7em;
  padding: .25em;
  background: #e6e6e6;
  text-align: center;
  font-size: 86%;
}

.ATC-car-contents-detail-table td {
  width: 39.5%;
  padding: .5em 0;
  border-bottom: 1px solid #ddd;
}

.ATC-car-contents-detail-table td span {
  font-weight: bold;
}

.ATC-car-contents-detail-table td ul {
  margin-top: 3px;
  font-size: 86%;
}

.ATC-car-contents-detail-table td ul span {
  color: #a40000;
  font-weight: normal;
}

.ATC-car-contents-detail-table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* caution
======================================== */
.car-contents-demo-caution {
  padding: .75em .25em;
  color: #a40000;
  font-size: 92%;
}

/* inquiry
======================================== */
#ATC-inquiry-contents-top,
#ATC-inquiry-contents-bottom {
  max-width: 100%;
  line-height: 1;
}

#ATC-inquiry-contents-top a,
#ATC-inquiry-contents-bottom a {
  display: inline-block;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}

#ATC-inquiry-contents-top a:hover,
#ATC-inquiry-contents-bottom a:hover {
  opacity: .7;
}

#ATC-inquiry-contents-top img,
#ATC-inquiry-contents-bottom img {
  display: block;
}

#ATC-inquiry-contents-top ul,
#ATC-inquiry-contents-bottom ul {
  padding: .75em;
}

#ATC-inquiry-contents-top ul li,
#ATC-inquiry-contents-bottom ul li {
  display: inline-block;
  margin: 0 4px;
}

#ATC-inquiry-contents-top {
  margin-bottom: 2em;
  text-align: right;
}

#ATC-inquiry-contents-bottom {
  margin-top: 2em;
  text-align: center;
}
