@charset "utf-8";
/* CSS Document */

#photo #titleimg h1{
  margin:0px;
  padding:0px;
  text-indent:-9999px;
  background:url(../../imgs/photo/titleimg.jpg);  
}

#photo h3{
  text-align:center;
  border-top:double #999;
  border-bottom:double #999;
  
}
/* イベント一覧テーブル */
#photo div.list{
  width:760px;
  margin:0px 10px 15px 0px;
}
#photo div.list table{
  margin:0px auto;
  width:500px;
}
#photo table{
  border-collapse: collapse;
  border-spacing: 0;  
}
#photo table tr{
  background:#F5F5F5;
  transition-property: background;
  transition-duration:100ms;
  transition-timing-function:ease-in-out;
}
#photo div.list table tr.clickable{
  cursor:pointer;
}
#photo table tr:hover{
  background:#FDA;
}

#photo table tr.kind{
  text-align:center;
  color:#EEE;
  background:#222;
}
#photo table td{
  padding:3px 5px;
  border: 1px #BBB solid;
  text-align: center;
}



#photo .yoxview{
  margin:0px -20px;
  position:relative;
  text-align:center;
}
.ie7 #mainContent,
.ie6 #mainContent{
  padding:10px 5px;
}
.photowrap{
  float:left;
  border:1px solid #AAA;
  overflow:hidden;
  text-align: center;
  width: 250px;
  height: 325px;
  padding:4px;
  margin:3px;
  margin-left:2px;
  margin-right:2px;
  box-shadow: 1px 1px 5px #888; /* IE6+ with css3.htc */
  -moz-box-shadow: 1px 1px 5px #888; /* fire fox */
  -webkit-box-shadow: 1px 1px 5px #888; /* safari and chrome */
  behavior: url(../ie-css3.htc);
}
.centering{
  width:250px;
  height:250px;
  border-bottom:1px solid #DDD;
  display:table-cell;
  vertical-align:middle;
  margin-left:auto;
  margin-right:auto;
}
.centering img{
  max-width:250px;
  max-height:250px;
}
/* ie */
* html .wraptocenter span { 
    display: inline-block;
    height: 100%;
}

