@charset "UTF-8";
/*  表
------------------------------ */
.ac-taiou {
  margin: 60px 0 60px 0;
}

.ac-taiou h2.ac-title {
  margin: 0 0 12px;
  padding: 1.2% 0 0.6% 0;
  font-size: 1.6em;
  border-bottom: 2px solid #019E97;
}

.ac-taiou .listArea-inner + .ac-taiou .listArea-inner {
  margin-top: 15px;
}

.ac-taiou .listArea table {
  border-left: 1px solid #888;
  border-top: 1px solid #888;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.ac-taiou .listArea table tr th {
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-collapse: collapse;
  padding: 10px 3px;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  width: 134px;
}

.ac-taiou .listArea table tr td {
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-collapse: collapse;
  padding: 10px 4px;
  font-size: 0.9em;
  position: relative;
  line-height: 1.4;
  width: 20%;
}

.ac-taiou .listArea table tr td span.hinban {
  display: block;
}

.ac-taiou .listArea table tr td.port-att {
  padding: 28px 0 10px;
  width: 13%;
}

.ac-taiou .listArea table tr td.port-att span {
  font-size: 0.77rem;
  text-align: center;
  display: block;
  margin-top: 2px;
}

.ac-taiou .listArea table .col-ttl {
  background-color: #c8eae9;
  white-space: nowrap;
}

.ac-taiou .listArea table tr td.detail-img {
  line-height: 1.2;
  vertical-align: top;
}

.ac-taiou .listArea table tr td.detail-img > a > img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 5px;
}

.ac-taiou .listArea table tr td.detail-img .hinban-list {
  margin: 12px 0 0 10px;
  display: block;
  line-height: 1.5;
}

.ac-taiou .listArea table tr td.detail-img .hinban-list a {
  display: block;
}

.ac-taiou .listArea table tr td.detail-img .hinban-list.tip {
  padding-left: 4px;
}

.ac-taiou .listArea table tr td.detail-img .hinban-list.tip a {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.ac-taiou .listArea table tr td.detail-img .hinban-list.mgn-wide a {
  width: 62%;
}

.ac-taiou .listArea table tr td.detail-img .hinban-list a .hinban {
  display: inline-block;
  line-height: 1.3;
  white-space: nowrap;
}

.ac-taiou .listArea table tr td.detail-img .hinban-list a .hinban.line2 {
  vertical-align: top;
  margin-bottom: 8px;
}

.ac-taiou .listArea table tr td.comp {
  text-align: center;
}

.ac-taiou .listArea table tr td.comp.left {
  padding: 10px;
  text-align: left;
}

/* ---- 縦書き ---- */
.ac-taiou .listArea table tr th span.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  margin: 0 auto;
  text-align: left;
  white-space: nowrap;
}

/* ---- マーク ---- */
.ac-taiou .listArea table tr td.high-durab:before {
  content: "高耐久";
  display: block;
  width: 56px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.15em;
  font-weight: bold;
  color: #a50104;
  border-radius: 3px;
  background: linear-gradient(#ded697 50%, #c0b672 50%);
  position: absolute;
  top: 17px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

.ac-taiou .listArea table tr td.eco-mode:after {
  content: "充電完了でOFF!\Aエコモード搭載";
  white-space: pre;
  display: block;
  width: 96%;
  height: auto;
  margin: 5px auto 4px;
  padding: 7px 0 5px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  font-size: 0.96em;
  color: #fff;
  border-radius: 5px;
  background-color: #08b575;
  position: absolute;
  left: 50%;
  bottom: 7px;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* ---- 背景色 ---- */
.ac-taiou .listArea table tr:nth-child(2n+1) td {
  background-color: #fff;
}

.ac-taiou .listArea table tr:nth-child(2n) td {
  background-color: #f9f9f9;
}

.ac-taiou .listArea table thead tr td {
  background-color: #fff !important;
}

/*  カラーチップ
------------------------------ */
.ac-taiou span.colortip {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 1px;
  left: 0;
}

.ac-taiou span.colortip.black {
  background-color: #000;
}

.ac-taiou span.colortip.white {
  background-color: #fff;
}

.ac-taiou span.colortip.red {
  background-color: #f00;
}
