@charset "UTF-8";

/* --- タオ島 ダイビングページ --- */

.diving_text {
  padding: 5px;
}

#diving_seasonality {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 5px;
}

#diving_seasonality table {
  width: 99%;
  margin: 2px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#diving_seasonality table tr th {
  padding: 5px;
  border: 1px solid #00a0e9;
  font-size: 12px;
  text-align: center;
}

#diving_seasonality table tr td {
  padding: 5px;
  border: 1px solid #00a0e9;
  font-size: 12px;
  text-align: center;
}

#diving_seasonality .diving_seasonality_mint {
  background-color: #ccffcc;
}

#diving_seasonality .diving_seasonality_green {
  background-color: #99ffcc;
}

#diving_seasonality .diving_seasonality_aqua {
  background-color: #ccccff;
}

#diving_seasonality .diving_seasonality_blue {
  background-color: #99ccff;
}

#diving_seasonality .diving_seasonality_purple {
  background-color: #ffccff;
}

#diving_seasonality .diving_seasonality_pink {
  background-color: #ffcccc;
}

#diving_seasonality .diving_seasonality_notes {
  width: 560px;
  font-size: 11px;
  text-align: right;
}
