@charset "UTF-8";

.remarks {
  text-align: right;
  font-size: 100%;
  color: #ff0000;
}

.newcaledonia h2 {
  margin-bottom: 15px;
  text-align: center;
}

.newcaledonia table {
  font-size: 100%;
}

.newcaledonia table {
  margin: 5px auto;
  border-collapse: collapse;
  font-size: 100%;
  line-height: 1.2;
}

.newcaledonia table .table_header tr {
  border-top: 1px solid #476b8f;
  border-left: 1px solid #476b8f;
  background-color: transparent;
}


.newcaledonia table .isld_cell {
  width: 158px;
  padding: 3px;
  margin: 0;
  font-size:150%;
  font-weight:bold;
  background-color: #ffff99;
  text-align: center;
}

.newcaledonia table .title_cell {
  width: auto;
  padding: 3px;
  font-size:120%;
  font-weight:bold;
  text-align: center;
  background-color: #ccffff;
  color: #ff00cc;
}

.newcaledonia table .title_cell h3 {
  font-size:100%;
}

.newcaledonia table .detail_cell {
  width: 158px;
  padding: 3px;
  margin: 0;
  text-align: left;
}


.newcaledonia table tr td {
  border: 1px solid #476b8f;
  padding: 5px;
  vertical-align: top;
}

.newcaledonia table tr .link_button {
  text-align: center;
}


.newcaledonia table tr td ul {
  margin-left: 25px;
}

.newcaledonia table tr td ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}



