#main .table {
  font-size: 8px;
  line-height: 12px;
  border-right: none;
  width: 100%;
}
#main .spOnly .acd_child .table {
  border-radius: 0;
}
#main .spOnly .acd_child:last-child .table {
  border-radius: 0 0 5px 5px;
}
#main .table th {
  font-size: 10px;
  line-height: 12px;
  padding: 10px;
  vertical-align: middle;
}
#main .table .th {
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #083a97;
  border-radius: 0;
  padding: 10px;
}
#main .table tr:first-child .th:first-child {
  border-radius: 5px 0 0 0;
}
#main .table tr:first-child .th:last-child {
  border-radius: 0 5px 0 0;
}
#main .head1line tr:first-child .th {
  border-radius: 5px 5px 0 0 !important;
}
#main .equip_type {
  font-size: 9px;
  padding: 10px;
  color: #fff;
  line-height: 1;
  background-color: #083a97;
  border-radius: 0;
}
#main .equip_type li {
  position: relative;
  display: inline-block;
  line-height: 10px;
  padding: 0 10px 0 15px;
}
#main .equip_type li:before {
  position: absolute;
  content: "";
  border: 1px solid #ccc;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
#main .standard_mark:before {
  background: #c1daf2;
}
#main .option_mark:before {
  background: #ffff99;
}
#main .special_mark:before {
  background: #9fc238;
}
/**/
#main .table td {
  text-align: center;
  vertical-align: middle;
}
/**/
.dump_head1 {
  color: #fff;
  font-weight: 700;
  background-color: #ED6C00;
  border-radius: 5px 5px 0 0;
  margin-top: 20px;
  padding: 0 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
.dump_head1 .transmission {
  display: table;
  font-size: 18px;
  line-height: 1em;
  border-radius: 3px;
  border: 2px solid #fff;
  margin-top: 10px;
  margin-right: 10px;
}
.dump_head1 .transmission dt {
  display: table-cell;
  color: #ED6C00;
  background-color: #fff;
  padding: 4px 11px 5px 13px;
}
.dump_head1 .transmission dd {
  display: table-cell;
  color: #fff;
  border-left: 2px solid #fff;
  padding: 4px 7px 5px 7px;
}
.dump_head1 .transmission dd.ms1 {
  padding: 4px 21px 5px 21px;
  }
.dump_head1 .example {
  display: table;
  line-height: 1em;
  margin-top: 10px;
}
.dump_head1 .example dt {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  color: #ED6C00;
  background-color: #fff;
  border-radius: 3px;
  padding: 7px 17px;
}
.dump_head1 .example dd {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}
.dump_head2 {
  background-color: #F39939;
  padding: 0 0 10px 0;
}
.dump_head2 ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 9px;
  padding-bottom: 10px;
}
.dump_head2 li {
  width: 25%;
  padding: 10px 0 0 9px;
}
.dump_head2 p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0 !important;
  padding: 0 9px;
}
/**/
.makerOption {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-bottom: 9px;
}
.makerOption dt {
  font-size: 12px;
  background-color: #f7c7c6;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  padding: 12px;
}
.makerOption dt span {
  font-size: 11px;
}
.makerOption dd {
  font-size: 12px;
  margin: 9px 12px;
}
.makerOption p {
  margin: 0 12px;
}
#btn_owners div{
    margin-right: auto;
    margin-left: auto;
    float: none;
}
#btn_owners .img-thumbnail,
#btn_owners .img-nospace {
	border: 1px solid #707070;
}
/*----------------------------------------------------------
sp only
----------------------------------------------------------*/
@media (max-width: 750px) {
  #main .sp_table_title {
    font-size: 12px;
    color: #fff;
    background-color: #083a97;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px;
  }
  #main .equip_type {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #main .acd_child .table {
    margin-top: 0;
  }
  #main .table th {
    padding: 10px;
  }
  #main .table tr:first-child th, #main .table tr:first-child td {
    border-radius: 0;
  }
  #main .table td {
    padding: 10px;
  }
  #main .acd_child .table td {
    width: 30%;
  }
  .acd_parent {
    color: #fff;
    background-color: #93a0ad;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .acd_parent:nth-last-child(2) {
    border-radius: 0 0 5px 5px;
  }
  .acd_parent.open:nth-last-child(2) {
    border-radius: 0;
  }
  /* plus minus mark */
  .acd_parent .acd_icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #ccc;
  }
  .acd_parent .acd_icon:before, .acd_parent .acd_icon:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
  }
  .acd_parent .acd_icon:after {
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .acd_parent.open .acd_icon::before {
    opacity: 0;
    transition: 0.5s;
  }
  .acd_parent.open .acd_icon::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .acd_parent .acd_icon {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
  }
  .acd_parent .acd_icon:before, .acd_parent .acd_icon:after {
    width: 13px;
    height: 3px;
    top: 15px;
    left: 10px;
  }
  .acd_parent .acd_icon:after {
    width: 3px;
    height: 13px;
    top: 16px;
    left: 15px;
  }
  .acd_child {
    display: none;
  }
}
/*----------------------------------------------------------
tablet
----------------------------------------------------------*/
@media (min-width: 751px) {
  #main .table {
    font-size: 14px;
    line-height: 18px;
  }
  #main .table th {
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
  }
  #main .table .th {
    font-size: 18px;
    line-height: 22px;
    padding: 17px 19.6px; /* 17px 15px */
  }
  #main .table .th2 {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
  }
  #main .equip_type {
    padding: 15px;
  }
  .equip_type li {
    line-height: 20px;
    padding: 0 30px 0 30px;
  }
  .equip_type li:before {
    width: 20px;
    height: 20px;
  }
  #main .table td {
    padding: 15px;
  }
  #main .table .width12 {
    width: 12%;
  }
  #main .table .width16 {
    width: 16%;
  }
  #main .table .width19 {
    width: 19%;
  }
  #main .table .width36 {
    width: 36%;
  }
  /**/
  .dump_head1 {
    padding: 15px 0 30px 15px;
  }
  .dump_head1 .transmission {
    font-size: 33px;
    border: 1px solid #fff;
    margin-top: 15px;
    margin-right: 15px;
  }
  .dump_head1 .transmission dt {
    padding: 8px 19px 10px 20px;
  }
  .dump_head1 .transmission dd {
    padding: 8px 13px 10px 13px;
  }
  .dump_head1 .transmission dd.ms1 {
    padding: 8px 50px 10px 50px;
  }
  .dump_head1 .example {
    margin-top: 15px;
  }
  .dump_head1 .example dt {
    font-size: 26px;
    line-height: 1em;
    padding: 13px 32px 15px 32px;
  }
  .dump_head1 .example dd {
    font-size: 24px;
    line-height: 28px;
    padding-left: 15px;
  }
  .dump_head2 {
    padding: 0 0 15px 0;
}
  .dump_head2 li {
    width: 20%;
    padding: 15px 0 0 15px;
  }
  .dump_head2 p {
    font-size: 24px;
    padding: 0 15px;
  }
  /**/
  .makerOption {
    padding-bottom: 9px;
  }
  .makerOption dt {
    font-size: 18px;
    padding: 15px;
  }
  .makerOption dt span {
    font-size: 14px;
  }
  .makerOption dd {
    font-size: 16px;
    margin: 10px 15px;
  }
  .makerOption p {
    margin: 0 15px;
  }
}

/*----------------------------------------------------------*/
@media (min-width: 961px) {
  .dump_head2 li {
    max-width: 141px;
  }
}
/*----------------------------------------------------------*/
@media (min-width: 1200px) {
  .dump_head2 li {
    padding: 15px 0 0 15px;
  }
}