@charset "UTF-8";

/* --- 旧フィリピン ダイビングショップページ --- */

#shop {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 15px;
}

#shop_top {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 15px;
}

#shop_top .shop_topphoto {
  float: left;
  width: 200px;
}

#shop_top .shop_toptext {
  float: right;
  width: 350px;
}

/* --- 新フィリピン ダイビングショップページ --- */

.shop_shoptour {
  margin-top: 5px;
  text-align: center;
}

.shop_staff li {
  float: left;
  width: 275px;
  margin-bottom: 3px;
  padding: 2px;
}

.shop_staff p {
  float: left;
  width: 100px;
  margin-right: 5px;
}

.shop_staff dl dt {
  font-weight: bold;
}

.shop_staff dl dd {
  margin-top: 5px;
}

.shop_information_photo {
  overflow: hidden;
  clear: both;
  width: 560px;
}

.shop_information_photo li {
  float: left;
  width: 275px;
  margin-bottom: 3px;
  padding: 2px;
  font-size: 11px;
  line-height: 1.4em;
}

.shop_information_photo li p {
  margin-bottom: 3px;
}

.shop_information_photo li span {
  background-color: #ffffff;
  color: #009900;
}

.shop_text {
  padding: 5px;
}

.shop_notes {
  font-size: 11px;
}

.shop_boxleft {
  float: left;
  width: 275px;
}

.shop_boxright {
  float: right;
  width: 275px;
}

.shop_table {
  width: 275px;
  margin-top: 1px;
  margin-bottom: 5px;
  border-collapse: collapse;
  border: 1px solid #00a0e9;
  border-spacing: 0;
  empty-cells: show;
}

.shop_table th {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 3px;
  background-color: #99ccff;
  color: #006699;
  font-size: 13px;
}

.shop_table td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #00a0e9;
  font-size: 11px;
}

.table_subtitle {
  background-color: #ffffcc;
  color: #000000;
}

/* --- フィッシュページ --- */

.fish_night_text {
  float: left;
  width: 370px;
  font-size: 11px;
}

.fish_night_text p {
  margin-bottom: 8px;
}

.fish_night_text dl dt {
  font-weight: bold;
}

.fish_night_text dl dd {
  padding: 5px;
}

.fish_night_photo {
  float: right;
  width: 180px;
}

.fish_night_photo li {
  margin-bottom: 10px;
}

/* --- ペリリュー ダイビングスケジュールページ --- */

#diving_schedule {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 5px;
}

#diving_schedule 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_schedule table {
  width: 99%;
  margin: 2px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#diving_schedule table tr th {
  padding: 5px;
  border: 1px solid #00a0e9;
  font-size: 12px;
  text-align: center;
}

#diving_schedule table tr td {
  padding: 5px;
  border: 1px solid #00a0e9;
  font-size: 12px;
  text-align: center;
}

#diving_schedule .diving_schedule_mint {
  background-color: #ccffcc;
}

#diving_schedule .diving_schedule_green {
  background-color: #99ffcc;
}

#diving_schedule .diving_schedule_aqua {
  background-color: #ccccff;
}

#diving_schedule .diving_schedule_blue {
  background-color: #99ccff;
}

#diving_schedule .diving_schedule_purple {
  background-color: #ffccff;
}

#diving_schedule .diving_schedule_pink {
  background-color: #ffcccc;
}

#diving_schedule .diving_schedule_notes {
  width: 560px;
  font-size: 11px;
  text-align: right;
}
