#pagePhoto {
  max-width: 1000px;
  margin: 0 auto;
}

.list {
  display: flex;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnail {
  width: 300px;
  height: auto;
  border-radius: 4px;
}

.details {
  padding-left: 20px;
}

h3 {
  text-align: center;
}

p.info {
  margin: 0px 0 0;
  font-size: 12px;
}

p.frame {
  margin: 0px 0 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}

.cards {
  display: grid;
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.card_image {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 40px auto 0;
  object-fit: contain;
  display: block;
  opacity: 1.0;
  cursor: pointer;
}

.code {
  font-family: "Chakra Petch", "Noto Sans JP", sans-serif;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 20px;
  fontfamily: Helvetica;
  margin: 0;
  padding: 0;
}

.action_menu {
  font-family: "Chakra Petch", "Noto Sans JP", sans-serif;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.actionButton {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 30px;
  color: #555;
  background: #fff;
}

.rejected {
  opacity: 0.9;
}

.action_menus {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  align-items: center;
}

.capturedImages {
  position: absolute;
}

table {
  width: 100%;
  font-size: 12px;
  background-color: #fff;
  color: #000;

  border-collapse: collapse;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

th {
  background-color: #1E2041;
  color: #fff;
}

th,
td {
  border: solid 1px #888;
  overflow-wrap: break-word;
}

td a {
  color: #00F;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 5px;
  box-sizing: border-box;
}

#download {
  cursor: pointer;
}

.sessionSelect {
  height: 30px;
}

h4 {

  font-size: 22px;
  font-family: "Chakra Petch", "Noto Sans JP", sans-serif;
}

#summary_tbody td {
  font-size: 36px;
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}

.head {
  color: #fff;
}