h2.texttech {
  position: relative;
  border-bottom: 4px solid #ccc;
  font-size: 1.1em;
  width: 20em;
  letter-spacing: normal;
}
h2.texttech::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 40%;
  height: 4px;
  background-color: #3498db;
}
.suishin dt {
  font-weight: 700;
  margin-left: 1em;
}
.suishin dd {
  margin: 0.5em 2em 1em 2em;
  padding: 0.3em;
  background: #f1f1f1;
}
ul.suishin {
  display: table;
  table-layout: fixed;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}
li.suishin  {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
}
.suishin-figure {
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 90%;
  height: auto;
  width: auto;
}
.suishin-figure img {
  max-width: 90%;
  height: auto;
  width: auto;
}

.spscroll {
  overflow: auto;
}

table.pipe-jacking {
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #999;
  border-spacing: 0;
  line-height: 1.3;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}

table th.pipe-jacking {
  padding: 0.5em;
  border:	1px solid #999;
  border-width: 0 0 1px 1px;
  background: #EFEBEF;
  text-align: center;
}

table td.pipe-jacking {
  padding: 0.3em;
  border: 1px solid #999;
  border-width: 0 0 1px 1px;
  text-align: left;
  line-height:1.2;
}

table td ul.pipe-jacking {
  list-style-type: square;
  margin: 0;
  padding-left: 1em;
}

table td.pj-foot {
  padding: 0.6em;
  text-align:left;
  line-height:1.2;
  border:1px solid #FFFFFF;
  font-size: 0.8em;
}

@media screen and (max-width: 480px) {

  .photobox {
    height: auto;
  }
}
