可変幅の要素を中央寄せする

これするだけ・・・
子要素とかに干渉が無いかはわからないけど今の所うまく行ってる。

div.hoge{
display: table;
margin-right: auto;
margin-left: auto;
}