@charset "utf-8";

/* ------------------------------------- 
 *
 *  Gallery css
 *
 * ------------------------------------- */

/* photos css -------------------------- */
}

.photos-caption {
  padding: 0px 0px 10px 12px;
  font-size: 1.1em;
}
.photos-info {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.2;
}

.photos-sublink {
  display: block;
  height: 20px;
  width: 130px;
  margin: 5px 0px 0px 648px;
  background-position: left top;
  position: absolute;
  background-image: url(images/photos_sublink.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
a:hover.photos-sublink { background-position: left -24px; }


/* photos *//* list + ulist *//*  --------------------------- */
.photos-ulist {
  padding: 0px 0px 4px 0px;
  border-top: 1px solid #CCCCCC;
}

.photos-list-num {
  display: block;
  width: 100px;
  float: left;
  padding: 15px 0px 13px 0px;
  overflow: hidden;
}
.photos-list-title {
  display: block;
  width: 420px;
  float: left;
  padding: 15px 0px 13px 0px;
  overflow: hidden;
}
.photos-list-place {
  display: block;
  width: 210px;
  float: left;
  padding: 15px 0px 13px 0px;
  overflow: hidden;
}

/* photos *//* detailed  *//*  --------------------------- */
.photos-body {
  padding: 24px 24px 0px 24px;
  border-top: 1px solid #CCCCCC;
}
.photos-return {
  border-top: 1px solid #CCCCCC;
  padding: 12px 12px 8px 12px;
}

/* photos *//* detailed  *//* table *//*  --------------------------- */
.photos-td-caption {
  padding: 1px 0px 4px 0px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
}
.photos-td-image {
  padding: 0px 4px 0px 0px;
  vertical-align: bottom;
}
.photos-td-text {
  padding: 4px 4px 24px 0px;
  text-align: center;
  line-height: 1.4;
}