@charset "UTF-8";
/*　背景・サイドラインをブラウザサイズまで伸ばす
--------------------------------------
div#all:after,div#contents:after,div#footer:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
}
html{ 
    height:100%; 
} 
body{ 
    height:100%; 
} 
#Main{ 
    height:100%; 
    min-height:100%;
} 
body > #Main{ 
    height:auto; 
}
*/
/*　縦をセンター揃えに
--------------------------------------*/
.CellCenter {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

* + html .CellCenter {
  display: inline;
  zoom: 1;
}

* html .CellCenter {
  display: inline;
  zoom: 1;
}

/*　clearfix
--------------------------------------*/
.ClearFix {
  zoom: 1;
}
.ClearFix:before {
  content: "";
  display: table;
}
.ClearFix:after {
  content: "";
  display: table;
  clear: both;
}

.PhotoListArea {
  zoom: 1;
}
.PhotoListArea:before {
  content: "";
  display: table;
}
.PhotoListArea:after {
  content: "";
  display: table;
  clear: both;
}
