@charset "utf-8";

.tableBox {
  display: flex;
  justify-content: center;
}

th {
  width: 80px;
}

th,
td {
  text-align: left;
  padding: 0.8rem;
  border-bottom: 1px solid #DBDBDB;
}
.siteImg img {
  overflow: hidden;
  box-shadow: 0px 0px 10px;
  width: 600px;
}
@media (max-width: 600px) {
  .siteImg img {
  overflow: hidden;
  box-shadow: 0px 0px 10px;
  width: 80%;
}
}