/** wireless_modules_detail.html */

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img {
  vertical-align: middle;
  border: none;
}

/** for Detail */

.wm_detail_table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 0 auto;
}
.wm_detail_table th {
  text-align: center;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #000;
}
.wm_detail_table td {
  text-align: center;
  padding: 8px;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.wm_detail_table th {
  font-weight: bold;
  background: #e2ecec;
  width: 20%;
}

.wm_detail_table th:nth-of-type(1) {
  background: #6396a9;
  color: #fff;
  width: 60%;
}

.wm_detail_table td {
  background: #fff;
}
.wm_detail_table td:nth-of-type(1) {
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  width: 60%;
}
.wm_detail_table td:nth-of-type(2),
.wm_detail_table td:nth-of-type(3) {
  width: 20%;
}

.wm_detail_table img {
  width:24px !important;
  height:26px !important;
}

.wm_detail_table td:nth-of-type(1) a {
  color: #6396a9;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .wm_detail_table {
    border-top: 1px solid #000;
  }
  .wm_detail_table th {
    display: none;
  }
  .wm_detail_table td {
    display: block;

  }
  .wm_detail_table td:nth-of-type(1) {
    text-align: center;
    background: #6396a9;
    padding-left: 8px;
    width: 100%;
  }
  .wm_detail_table td:nth-of-type(2),
  .wm_detail_table td:nth-of-type(3) {
    width: 100%;
}
  .wm_detail_table td:nth-of-type(1) a {
    color: #fff;
  }
}

/** 無線モジュール Sample application */
.wm_sample_table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 0 auto;
}
.wm_sample_table th {
  text-align: center;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #000;
}
.wm_sample_table td {
  text-align: center;
  padding: 8px;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.wm_sample_table th {
  font-weight: bold;
  background: #e2ecec;
}

.wm_sample_table th:nth-of-type(1) {
  background: #6396a9;
  color: #fff;
}

.wm_sample_table td {
  background: #fff;
}
.wm_sample_table td:nth-of-type(1) {
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  width: 70%;
}
.wm_sample_table td:nth-of-type(2),
.wm_sample_table td:nth-of-type(3) {
  width: 15%;
}

.wm_sample_table img {
  width:24px !important;
  height:26px !important;
}

.wm_sample_table td:nth-of-type(1) a {
  color: #6396a9;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .wm_sample_table {
    border-top: 1px solid #000;
  }
  .wm_sample_table th {
    display: none;
  }
  .wm_sample_table td {
    display: block;

  }
  .wm_sample_table td:nth-of-type(1) {
    text-align: center;
    background: #6396a9;
    padding-left: 8px;
    width: 100%;
  }
  .wm_sample_table td:nth-of-type(2),
  .wm_sample_table td:nth-of-type(3) {
    width: 100%;
}
  .wm_sample_table td:nth-of-type(1) a {
    color: #fff;
  }
}

/** 無線モジュール Sample application
.wm_sample_table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 0 auto;
}
.wm_sample_table th,
.wm_sample_table td {
  text-align: center;
  letter-spacing: 1px;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #000;
}

.wm_sample_table th {
  font-weight: bold;
  background: #e2ecec;
}

.wm_sample_table th:nth-of-type(1) {
  background: #6396a9;
  color: #fff;
}

.wm_sample_table td {
  background: #fff;
}
.wm_sample_table td:nth-of-type(1) {
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
.wm_sample_table td:nth-of-type(2) {
  text-align: left;
  padding-left: 20px;
}

.wm_sample_table img {
  width:24px !important;
  height:26px !important;
}

.wm_sample_table td:nth-of-type(1) a {
  color: #6396a9;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .wm_sample_table th {
    display: none;
  }
  .wm_sample_table td {
    display: block;
  }
  .wm_sample_table td:nth-of-type(1) {
    text-align: center;
    background: #6396a9;
    padding-left: 8px;
    color: #fff;
  }
  .wm_sample_table td:nth-of-type(1) a {
    color: #fff;
  }
  .wm_sample_table td:nth-of-type(2) {
    text-align: center !important;
    padding-left: 0px;
  }
} */