@charset "UTF-8";

/*===========================================

 * ヘッダー　_products-common.scss

=========================================== */

nav#side-nav li {
	line-height:22px !important;
}

header h1 {
  background: url("../img/h-products.jpg") no-repeat;
  text-indent: -99999px;
}

section#summary {
  *zoom: 1;
  margin-bottom:50px;
}

section#summary:before, section#summary:after {
  display: table;
  line-height: 0;
  content: "";
}

section#summary:after {
  clear: both;
}

div.item {
  *zoom: 1;
  clear: both;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #666666;
}

div.item:before, div.item:after {
  display: table;
  line-height: 0;
  content: "";
}

div.item:after {
  clear: both;
}

div.item:nth-child(2) {
  border-top-width: 0;
}

dl.spring-forces dt {
  float: left;
  width: 7em;
}

dl.spring-forces dd {
  margin-left: 7em;
}

article#content > h3, article#content > section > h3 {
  margin: 2em 0 0.5em;
  padding: 3px 5px 2px 5px;
  background-color: #aba68d;
  color: #fff;
  font-size: 110%;
  line-height: 1.25;
}


/*===========================================

 * products.scss

=========================================== */

/*
 * products-cle-150.scss
 */

article#content div.options-category {
  border: 1px solid #406771;
}
article#content div.options-category h4 {
  padding: 3px 5px;
  background-color: #406771;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
}

article#content div.options-category p, article#content div.options-category ol {
  margin: 0;
}

article#content div.options-category ol li {
  display: inline-block;
  margin: 0;
  border-left: 1px solid #406771;
  width:122px;
  text-align:center;

}

article#content div.options-category ol li:first-child {
  border-left-width: 0;
}

div.options-category {
  overflow: hidden;
  height: 126px;
}

div#options-adaptor {
  float: left;
  width: 122px;
}

div#options-joints, div#options-weights {
  float: right;
  width: 510px;
}

div#options-weights {
  clear: both;
  margin-top: 1.5em;
}

table#parts-combination {
  width: 100%;
}

table#parts-combination th, table#parts-combination td {
  border: 1px solid #406771;
  text-align: center;
  vertical-align: middle;
}

table#parts-combination th {
  background-color: #e7e7e7;
  font-weight: normal;
}

table#parts-combination th.product {
  width: 80px;
  background-color: #406771;
  border-right-color: #fff;
  color: #fff;
}

table#parts-combination th.product:last-child {
  border-right-color: #406771;
}

table#parts-combination td {
  line-height: 1.4;
}


/* 20210921_製品情報の改修 */

.flexbox{
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox .txt-wrap{
  width: 280px;
}
.flexbox .txt-wrap h3{
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 15px 0px;
  color: #366e7c;
  font-size: 120%;
  font-weight: normal;
  line-height: 160%;
}