* {
  margin: 0;
  padding: 0;
}
.pbPage {
  width: 100%;
  margin: auto;
}
.pbHeaderArea {
  width: 100%;
}
.pbAreaWrapper1 {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
}
.pbLeftArea {
  float: left;
  width: 180px;
  overflow: visible;
}
.pbRightArea {
  float: right;
  width: 180px;
}
.pbAreaWrapper2 {
  width: 100%;
}
.pbMainArea {
  overflow: visible;
  width: 100%;
}
.pbFooterArea {
  width: 100%;
}