@charset "UTF-8";

/* --- サイパン フォトギャラリーページ --- */

#photo_list {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 10px;
}

#photo_list dl {
  overflow: hidden;
  margin-bottom: 10px;
}

#photo_list dl dt {
  display: block;
  clear: both;
  float: left;
  width: 120px;
}

#photo_list dl dd {
  float: right;
  width: 430px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #00a0e9;
}

#photo_list dl dd span {
  font-weight: bold;
}

#photo_list ul {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 5px;
}

#photo_list ul li {
  float: left;
  width: 180px;
  margin-bottom: 3px;
  padding:3px;
  font-size: 11px;
  text-align: center;
  line-height: 1.4em;
}
