@charset "UTF-8";

/* --- フィジー リゾートページ --- */

#resort {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 15px;
}

#resort .resort_photo {
  overflow: hidden;
  clear: both;
  width: 560px;
}

#resort .resort_photo li {
  float: left;
  width: 180px;
  margin-bottom: 3px;
  padding:3px;
  font-size: 11px;
  text-align: center;
  line-height: 1.4em;
}

#resort .resort_text {
  clear: both;
  padding: 3px;
}

#resort .resort_text span {
  background-color: #ffffff;
  color: #009900;
}

#resort table {
  width: 558px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 1px;
  border-collapse: collapse;
  border: 1px solid #00a0e9;
  border-spacing: 0;
  empty-cells: show;
}

#resort table th {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 3px;
  background-color: #99ccff;
  color: #006699;
  font-size: 13px;
  text-align: left;
}

#resort table td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #00a0e9;
  font-size: 11px;
  text-align: center;
}

#resort .table_subtitle {
  background-color: #ffffcc;
  color: #000000;
}

#resort .resort_time {
  width: 560px;
  font-size: 11px;
  text-align: right;
}

#resort .resort_shop {
  margin-top: 20px;
  margin-bottom: 10px;
}

#resort .resort_shop dt {
  background-color: #ffffff;
  color: #009900;
  font-weight: bold;
}

#resort .resort_shop dd {
  padding: 5px;
}

.resort_maptext {
  margin-bottom: 10px;
  padding: 5px;
}
