position: absoluteしている要素を中央寄せにする

position: absoluteしている要素を中央寄せにする
.element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

参考サイト

console.lealog();
position: absoluteな要素をcenter寄せにする
http://lealog.hateblo.jp/entry/2013/01/05/013754