@charset "UTF-8";

/* --- タオ島 ダイビングショップページ --- */

.shop_photo {
  overflow: hidden;
  clear: both;
  width: 560px;
}

.shop_photo li {
  float: left;
  width: 180px;
  padding: 3px;
  line-height: 1.4;
  font-size: 11px;
  text-align: center;
}

.shop_text {
  padding: 5px;
}

.shop_point {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ffcc33;
  background-color: #ffffcc;
  color: #000000;
}

.shop_point dt {
  background-color: #ffffcc;
  color: #ff0000;
}

.shop_point dd {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.shop_boxleft {
  float: left;
  width: 275px;
}

.shop_boxright {
  float: right;
  width: 275px;
}

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_question {
  overflow: hidden;
  clear: both;
  width: 560px;
}

.shop_question dt {
  font-weight: bold;
}

.shop_question dd {
  margin-top: 2px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px dotted #999999;
}