@charset "UTF-8";

/* --- 西表島 TOPページ --- */

#top p {
  float: left;
  width: 280px;
}

#top dl {
  float: right;
  width: 425px;
}

#top dl dd {
  line-height: 1.4;
}

#top_menu {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 15px;
}

.top_menuleft  {
  float: left;
  width: 275px;
}

.top_menuright  {
  float: right;
  width: 275px;
}

#top_menu dl dt {
  width: 275px;
  text-align: center;
}

#top_menu dl dd {
  margin-bottom: 5px;
}

#button_tourlist {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

#diving_seasonality {
  clear: both;
  width: 560px;
  margin-bottom: 5px;
}

#diving_seasonality ul li {
  float: left;
  width: 180px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

#diving_seasonality table {
  width: 100%;
  border: 1px solid #00a0e9;
  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 table tr td span {
  font-size: 10px;
}

#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;
}

