/* =======================================================================
   powerMeanwellTop.html
   ======================================================================= */
.powerPickupWrap {
  display: flex;
}
.listTypeDouble {
  width: 23%;
  margin-right: 2.7%;
  padding: 0;
  list-style: none;
  box-shadow: #986 0px 1px 3px;
  box-sizing: border-box;
}
.listTypeDoubleHead {
  padding: 3% 3% 0.5% 3%;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  box-sizing: border-box;
}
.listTypeDoubleHead:hover {
  filter: brightness(0.8);
}
.listTypeDoubleHead a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
}
.listTypeDoubleHead a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.listTypeDoubleHead h3 {
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  box-sizing: border-box;
}
.listTypeDouble img {
  width: 106%;
  margin: -3% 3% 3% -3%;
  padding: 0;
}
.listTypeDoubleModel {
  float: left;
  width: 50%;
  padding: 7px 0 6px 0;
  text-align: center;
  border: 1px #ccc solid;
  border-bottom: none;
  box-sizing: border-box;
}
.listTypeDoubleModel:nth-of-type(even) {
  border-left: none;
}
.listTypeDoubleModel:nth-of-type(odd) {
  border-left: none;
  border-right: none;
}
.listTypeDoubleModel a {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.listTypeDoubleModel:hover {
  background-color: #ddd;
}
.listTypeDoubleModelStop {
  float: left;
  width: 50%;
  padding: 7px 0 6px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  text-align: center;
  box-sizing: border-box;
}
.listTypeDoubleModelStop a {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.listTypeDoubleModelStopL {
  float: left;
  width: 50%;
  padding: 7px 0 6px 0;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  text-align: center;
  box-sizing: border-box;
}
.listTypeDoubleModelStopL a {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.listTypeDoubleModelStopR {
  float: left;
  width: 50%;
  padding: 7px 0 6px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  text-align: center;
  box-sizing: border-box;
}
.listTypeDoubleModelStopR a {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.listTypeSingle {
  width: 23%;
  margin-right: 2.6%;
  padding: 0;
  list-style: none;
  box-shadow: #986 0px 1px 3px;
  box-sizing: border-box;
}
.listTypeSingleHead {
  padding: 3% 3% 0.5% 3%;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  box-sizing: border-box;
}
.listTypeSingleHead:hover {
  filter: brightness(0.8);
}
.listTypeSingleHead a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
}
.listTypeSingleHead a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.listTypeSingleHead h3 {
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  box-sizing: border-box;
}
.listTypeSingle img {
  width: 106%;
  margin: -3% 3% 3% -3%;
  padding: 0;
}
.listTypeSingleModel {
  padding: 6px 0 6px 0;
  border-top: 1px #ccc solid;
  text-align: center;
  box-sizing: border-box;
}
.listTypeSingleModel a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.listTypeSingleModel:hover {
  background-color: #ddd;
}
.listTypeSingleModelStop {
  padding: 6px 0 6px 0;
  border-top: 1px #ccc solid;
  text-align: center;
  box-sizing: border-box;
}
.listTypeLineup {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -40px;
  box-sizing: border-box;
}
.listTypeLineup li {
  width: 22.3%;
  margin: 0 2.6% 26px 0;
  padding: 0;
  box-shadow: #986 0px 1px 3px;
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box;
}
.listTypeLineup li a {
  display: flex;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.listTypeLineup li a:hover {
  filter: brightness(0.8);
}
.listTypeLineupImgWrap {
  width: 40%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.listTypeLineup li img {
  width: 100%;
}
.listTypeLineupTxtWrap {
  width: 60%;
  padding: 5px 0 5px 5px;
  border: 1px #fff solid;
  font-size: 10px;
  box-sizing: border-box;
}
.listTypeLineupTxtWrap span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.listTypeLineup li a h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  box-sizing: border-box;
}
.listTypeLineup li a h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  box-sizing: border-box;
}
/* =======================================================================
   change mobile
   ======================================================================= */
@media (max-width: 450px) {
  #breadcrumbWrap {
    display: none;
  }
  #mainArea {
    width: 100%;
    padding: 20px 10px;
    overflow: hidden;
    box-sizing: border-box;
  }
  h1 {
    margin: 20px auto;
    box-sizing: border-box;
  }
  h1 img {
    height: 32px;
  }
  h1 span {
    font-size: 18px;
    line-height: 40px;
  }
  #contentsArea h2 {
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
    box-sizing: border-box;
  }
  h3 {
    font-size: 14px;
    box-sizing: border-box;
  }
  h4 {
    font-size: 12px;
    box-sizing: border-box;
  }
  main {
    width: 100%;
    box-sizing: border-box;
  }

  #makerTopTitleArea {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  #contentsArea {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .paragraph {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .powerPickupWrap {
    display: block;
    margin: 10px auto 20px auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .listTypeDouble {
    width: 100%;
    box-shadow: none;
    background: #eee;
    box-sizing: border-box;
  }
  .listTypeDoubleHead {
    width: 100%;
    margin: 0;
    background: #eee;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    box-sizing: border-box;
  }
  .listTypeDoubleModel:nth-of-type(even) {
    width: 50%;
    padding: 5% 0 10px 0;
    text-align: center;
    background: #eee;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: none;
    border-left: 1px #ddd solid;
    font-size: 10px;
    box-sizing: border-box;
  }
  .listTypeDoubleModel:nth-of-type(odd) {
    width: 50%;
    padding: 5% 0 10px 0;
    text-align: center;
    background: #eee;
    border-top: 1px #ddd solid;
    border-bottom: none;
    border-left: 1px #ddd solid;
    font-size: 10px;
    box-sizing: border-box;
  }
  .listTypeDoubleModel:last-child {
    border-bottom: 1px #ddd solid;
    line-height: 18px;
  }
  .listTypeDoubleModel:nth-last-child(2) {
    border-bottom: 1px #ddd solid;
  }
  .listTypeDoubleModel a {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
  }
  .listTypeDoubleModelStopL {
    width: 50%;
    padding: 5% 0 10px 0;
    text-align: center;
    background: #eee;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: none;
  }
  .listTypeDoubleModelStopL a {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
  }
  .listTypeDoubleModelStopR {
    width: 50%;
    padding: 5% 0 10px 0;
    text-align: center;
    background: #eee;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: none;
  }
  .listTypeDoubleModelStopR a {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
  }

  .listTypeSingle {
    width: 100%;
    box-shadow: none;
    background: #eee;
    box-sizing: border-box;
  }
  .listTypeSingleHead {
    width: 100%;
    margin: 0;
    background: #eee;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    box-sizing: border-box;
  }
  .listTypeSingleModel:nth-of-type(even) {
    float: left;
    width: 50%;
    padding: 5% 0 10px 0;
    text-align: center;
    background: #eee;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: none;
    border-left: 1px #ddd solid;
    font-size: 10px;
    box-sizing: border-box;
  }
  .listTypeSingleModel:nth-of-type(odd) {
    float: left;
    width: 50%;
    padding: 5% 0 10px 0;
    text-align: center;
    background: #eee;
    border-top: 1px #ddd solid;
    border-bottom: none;
    border-left: 1px #ddd solid;
    font-size: 10px;
    box-sizing: border-box;
  }
  .listTypeSingleModel:last-child {
    float: left;
    border-bottom: 1px #ddd solid;
    line-height: 18px;
  }
  .listTypeSingleModel:nth-last-child(2) {
    float: left;
    border-bottom: 1px #ddd solid;
  }
  .listTypeSingleModel a {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
  }
  .listTypeLineup {
    display: block;
    box-sizing: border-box;
  }
  .listTypeLineup li {
    width: 100%;
    box-sizing: border-box;
  }

  /*シリーズリスト*/
  .seriesList {
    width: 100%;
    table-layout: fixed;
    margin: 0;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px 8px;
    box-sizing: border-box;
  }
  .seriesList tr {
    border: 1px #ccc solid;
  }
  .seriesList tr th {
    padding: 1%;
    background-color: #666;
    color: #fff;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
  }
  .seriesList tr th:nth-child(1) {
    width: 30%;
    border-right: 1px #fff solid;
    box-sizing: border-box;
  }
  .seriesList tr th:nth-child(2) {
    width: 20%;
    font-size: 12px;
    border-right: 1px #fff solid;
    font-weight: 900;
    box-sizing: border-box;
  }
  .seriesList tr th:nth-child(3) {
    width: 30%;
    font-size: 12px;
    border-right: 1px #fff solid;
    box-sizing: border-box;
  }
  .seriesList tr th:nth-child(4) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(5) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(6) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(7) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(8) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(9) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(10) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(11) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(12) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesList tr th:nth-child(13) {
    display: none;
    width: 0;
  }
  .seriesList tr th:last-child {
    display: table-cell;
    width: 20%;
    padding: 0;
    word-break: break-all;
    box-sizing: border-box;
  }
  .seriesList tr td {
    height: 64px;
    padding: 1%;
    background-color: #fff;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    color: #333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .seriesList tr td:nth-child(1) {
    border-left: 1px #ccc solid;
    box-sizing: border-box;
  }
  .seriesList tr td:nth-child(1) img {
    width: 100%;
  }
  .seriesList tr td:nth-child(2) {
    border-left: 1px #ccc solid;
    font-size: 12px;
    word-break: break-all;
    border-right: 1px #ccc solid;
    box-sizing: border-box;
  }
  .seriesList tr td:nth-child(3) {
    border-right: 1px #ccc solid;
    box-sizing: border-box;
  }
  .seriesList tr td:nth-child(3) a {
    padding: 2%;
    font-size: 10px;
    word-break: break-all;
  }
  .seriesList tr td:nth-child(3) a img {
    display: block;
    margin: 3% auto;
    width: 20%;
  }
  .seriesList tr td:nth-child(4) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(5) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(6) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(7) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(8) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(9) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(10) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(11) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(12) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:nth-child(13) {
    display: none;
    border-right: none;
  }
  .seriesList tr td:last-child {
    display: table-cell;
    padding: 0;
    border-right: 1px #ccc solid;
    box-sizing: border-box;
  }
  .specInvisible {
    display: none;
  }
  .detailPageBt {
    display: inline-block;
    width: 80%;
    padding: 3px 0 3px 0;
    border: none;
    border-radius: 10px;
    background-color: #eee;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    box-sizing: border-box;
  }
  .detailPageBt:hover {
    filter: brightness(0.8);
  }
  .detailPageBt img {
    display: inline-block;
    width: 20px;
    margin-bottom: -4px;
    margin-right: 6px;
  }
  .dataSheetDlBt {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 6px;
    background-color: #fff;
    border-radius: 6px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .dataSheetDlBt:hover {
    filter: brightness(0.8);
  }
  .dataSheetDlBt img {
    display: inline-block;
    width: 28px;
    height: 36px;
  }
  /*HS*/
  .seriesListHs {
    width: 100%;
    table-layout: fixed;
    margin: 0;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px 8px;
    box-sizing: border-box;
  }
  .seriesListHs tr {
    border: 1px #ccc solid;
  }
  .seriesListHs tr th {
    padding: 1%;
    background-color: #666;
    color: #fff;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
  }
  .seriesListHs tr th:nth-child(1) {
    width: 30%;
    border-right: 1px #fff solid;
    box-sizing: border-box;
  }
  .seriesListHs tr th:nth-child(2) {
    width: 20%;
    font-size: 12px;
    border-right: 1px #fff solid;
    font-weight: 900;
    box-sizing: border-box;
  }
  .seriesListHs tr th:nth-child(3) {
    width: 30%;
    font-size: 12px;
    border-right: 1px #fff solid;
    box-sizing: border-box;
  }
  .seriesListHs tr th:nth-child(4) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(5) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(6) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(7) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(8) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(9) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(10) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(11) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(12) {
    display: none;
    width: 0;
    border-right: none;
  }
  .seriesListHs tr th:nth-child(13) {
    display: none;
    width: 0;
  }
  .seriesListHs tr td {
    height: 64px;
    padding: 1%;
    background-color: #fff;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    color: #333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .seriesListHs tr td:nth-child(1) {
    border-left: 1px #ccc solid;
    box-sizing: border-box;
  }
  .seriesListHs tr td:nth-child(1) img {
    width: 100%;
  }
  .seriesListHs tr td:nth-child(2) {
    border-left: 1px #ccc solid;
    font-size: 12px;
    word-break: break-all;
    border-right: 1px #ccc solid;
    box-sizing: border-box;
  }
  .seriesListHs tr td:nth-child(3) {
    border-right: 1px #ccc solid;
    box-sizing: border-box;
  }
  .seriesListHs tr td:nth-child(3) a {
    padding: 2%;
    font-size: 10px;
    word-break: break-all;
  }
  .seriesListHs tr td:nth-child(3) a img {
    display: block;
    margin: 3% auto;
    width: 20%;
  }
  .seriesListHs tr td:nth-child(4) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(5) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(6) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(7) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(8) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(9) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(10) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(11) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(12) {
    display: none;
    border-right: none;
  }
  .seriesListHs tr td:nth-child(13) {
    display: none;
    border-right: none;
  }
}
