@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;
}

table {
  width: 275px;
  margin-top: 1px;
  margin-bottom: 5px;
  border-collapse: collapse;
  border: 1px solid #00a0e9;
  border-spacing: 0;
  empty-cells: show;
}

table th {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 3px;
  background-color: #99ccff;
  color: #006699;
  font-size: 13px;
}

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;
}

#shop_staff dt {
  display: block;
  clear: both;
  float: left;
  width: 120px;
  height: 95px;
  margin-bottom: 5px;
}

#shop_staff dd {
  float: right;
  width: 430px;
  height: 94px;
  margin-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px dotted #00a0e9;
}

#shop_staff dd span {
  font-weight: bold;
}

.shop_notes {
  font-size: 11px;
}

.shop_boxleft {
  float: left;
  width: 275px;
}

.shop_boxright {
  float: right;
  width: 275px;
}

.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_text {
  padding: 5px;
}
