@charset "utf-8";

/* ---------------------------------------------------------------------------
 [ layout.css ]

 レイアウト設定

 レイアウトに関する設定を行います。

--------------------------------------------------------------------------- */

.px-cnes .px-ct {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: left;
}

.px-cnes .px-west {
  float: left;
  width: 210px;
}

.px-cnes .px-east {
  float: right;
  width: 730px;
}

.eastleft {
  float: left;
  width: 450px;
}

.eastright {
  float: right;
  width: 270px;
}


/* EoS */
