/* ======================new2017layout.css====================== */
/* ======================LAYOUT====================== */
#page {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#areaWrapper1 {
  width: auto;
  max-width: 1122px;
  margin: 0 auto;
  padding: 0 10px;
}

#leftArea {
  width: 240px;
  margin-right: 20px;
}
#leftArea.pb-area-flag-0 {
  width: auto;
}

:root .pbAreaWrapper2 {
  margin: 0;
}

/* ======= @MEDIA ======= */
@media screen and (min-width: 768px) {
  #page {
    min-width: 1122px;
  }

  .pb-edit #area0 {
    /* for editmode */
  }
  .pb-edit #area0.pbArea {
    max-width: 842px;
  }
  .pb-edit #area0.noLeft {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  body.respon {
    min-width: 0;
  }
  body.respon #areaWrapper1 {
    position: relative;
    padding-bottom: 2em;
  }
  body.respon #leftArea {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 95%;
  }
  body.respon #leftArea.pb-edit {
    /* for editmode */
    display: inline;
  }
  body.respon #leftArea .pbBlock {
    display: none;
  }
  body.respon #leftArea .pbBlock.pb-layout, body.respon #leftArea .pbBlock.pb-of-visible {
    /* for editmode */
    position: static;
    display: block;
  }
  body.respon #leftArea .leftMenuTitle .pbBlock,
  body.respon #leftArea .leftMenu .pbBlock {
    display: block;
  }
  body.respon #footerArea {
    margin-top: 3em;
  }
}
/* ======================LEFTAREA====================== */
/* ======= @MEDIA ======= */
@media screen and (max-width: 767px) {
  body.respon .leftMenu {
    display: none;
  }
  body.respon .leftMenuTitle a {
    pointer-events: none;
    /* nolink */
  }
  body.respon .leftMenuTitle:after {
    content: "\f103";
    font-family: FontAwesome;
    float: right;
    position: absolute;
    top: .5em;
    right: 1em;
    font-size: 140%;
    color: #fff;
  }
}


