@charset "UTF-8";

/* --- サイパン ダイビングショップページ --- */

.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;
}

