@charset "utf-8";

/* ----------------------------------------- */
/* 共通設定
/* ----------------------------------------- */

.obg_opa_white{
  background: rgba(255,255,255,0.6);
  overflow: hidden;
  height: 100%;
}
.obg_opa_black{
  background: rgba(0,0,0,0.6);
  overflow: hidden;
  height: 100%;
}
.ogb_w1000{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.ogb_w950{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .ogb_w950,
  .ogb_w1000{
    width: 100%;
  }
}

/* ----------------------------------------- */
/* 個別設定
/* ----------------------------------------- */

/*
<!-- *ctrl_background -->
*/
/* ----- CSS NO:1 ----- */
.obg_ctrl_background_1 {
  overflow: hidden; margin-left: auto; margin-right: auto;
  background-color: #F5F5EE;
  width: 100%;
}
.obg_ctrl_background_1_pt{
  padding-top: 25px;
}

/*
<!-- end *ctrl_background -->
*/
