@charset "utf-8";

/* ****************************************************************************************************
   * 写真一覧
**************************************************************************************************** */

#photographer div.list {
  overflow: hidden;
}

#photographer div.list table {
  max-width: none;
  margin: -40px;
  table-layout: fixed;
}

#photographer div.list table td {
  background: #eee;
}

#photographer div.list table td img {
  max-width: 245px;
  max-height: 245px;
}
