@charset "UTF-8";

/* --- サイパン TOPページ --- */

#top p {
  float: left;
  width: 280px;
  text-align: center;
}

#top dl {
  float: right;
  width: 425px;
}

#top dl dd {
  line-height: 1.4;
  margin-bottom: 8px;
}

#button_tourlist {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.tour_list {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 10px;
}

.tour_list li {
  margin-bottom: 2px;
}

.shop_list {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 10px;
}

.shop_list li {
  float: left;
  width: 135px;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 1.3;
  font-size: 10px;
  text-align: center;
}

.shop_list li p {
  padding: 5px;
  text-align: left;
}

.resort_map {
  float: left;
  width: 364px;
  margin-bottom: 5px;
}

.resort_photo {
  float: right;
  width: 190px;
  margin-bottom: 5px;
}

.resort_list li {
  list-style-type: decimal;
  list-style-position: inside;
  clear: both;
  padding: 5px;
  border-top: 1px solid #00a0e9;
}