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

.fb-page{
  display: flex;
  justify-content: center;
}

.centering_parent {
    padding: 0px;                /* 余白指定 */
    background-color:  #ffffff;  /* 背景色指定 */
    height: auto;                /* 高さ指定 */
}

.centering_item {
    background-color: #ffffff;  /* 背景色指定 */
    width: 500px;               /* 幅指定 */
    height: auto;               /* 高さ指定 */
    margin:  0 auto;            /* 中央寄せ */
}