@charset "UTF-8";
table {
  border-collapse: collapse;
  border: 1px solid black;
}
th, td {
  border: 1px solid black;
  line-height: 30px;
}


.innerTable {
  width: 100%;
  height: 20%;
}

.searchTable,
.searchGridTable {
  width: 100%;
  height: 15%;
}

.queryFormTitle,
.searchResultTitle {  
  text-align: left;
  background-color: #ECF5FF;
}

.th-title {
  text-align: center;
  background-color: #009FCC;
  color: white;
}

.text-center {
  text-align: center;
}

.td-light-yellow {
  background-color: #FDFFE9;
}

.input-width {
  width: 200px;
}

.captcha-input {
  width: 60px;
  align-items: center;
}

.captcha-image {
  width: 100px;
  height: 30px;
  align-items: center;
}

.button-row {
  text-align: center;
  line-height: 0px;
}

.bottom-hint {
  float: left;
  margin-left: 15px;
}