@charset "utf-8";

/* 目視調査に基づくコンクリート表層品質評価システム モーダル */
table{
  border: solid 2px #ccc;
  width: 810px;
  font-size: 14px;
}
table tr,
table th,
table td{
  border: solid 1px #ccc;
  padding: 10px;
}
table th{
  font-weight: bold;
  text-align: center;
  background: #ededed;
}
th.first {
  position: relative;
  width: 115px;
  background-image: linear-gradient(to top right, transparent, transparent 49.5%, #ccc 49.5%, #ccc 50.5%, transparent 50.5%, transparent);
  border: solid 2px #ccc;
}
th.first span.item {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
th.first span.base {
  position: absolute;
  top: 10px;
  right: 10px;
}

td.item{
  font-weight: bold;
  vertical-align: middle;
  background: #ededed;
  padding: 10px;
}
td.point{
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  background: #ededed;
  padding: 10px;
}
td img{
  width: 120px !important;
  height: auto;
}
.copyright {
  text-align: left;
  font-size: 80%;
  margin-top: 40px;
  border-top: dotted 1px #ccc;
  padding-top: 1em ;
  width: 810px;
}