@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_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;
}

