.block-grid {
  overflow: hidden;
  list-style: none;

}
.ThumbnailGrid {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 1px;;
}
h2 {
  margin:10px;

  text-align: center;
  background: #ffdbed;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;

}
h3 {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.initialH3 {
  color: white;
  text-shadow: initial;
  padding: initial;
  font-size: 20px;
  font-weight: bold;
  text-align: initial;
  background: initial;
}

#PhotoTarget {
  width: 100%;
  margin: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#PhotoName {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

#tblPhotoDetail {
  width: 98%;
}
.kekka {
  width: 100%;
  border-collapse: collapse;
  overflow-y: scroll;
  font-size: 12pt;
  table-layout: fixed;
}

.kekka th {
  border-collapse: collapse;
  border: 1px solid #333;
}

.kekka tr:nth-child(even) td {
  background-color: #ffffef;
  border-collapse: collapse;
  border: 1px solid #333;
  text-align: center;
}

.kekka tr:nth-child(odd) td {
  background-color: #ffefef;
  border-collapse: collapse;
  border: 1px solid #333;
  text-align: center;
}

#tblPhotoName {
  width: 100%;
  text-align: center;
  margin: auto;
}
._PhotoName {
  font-size:30px;
  font-weight:bold;
  text-align: center;
  background: #ffefef;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}
#PhotoTarget {
  background: #dbffdb;
  overflow-y: hidden;


}