@charset "UTF-8";
/* ログイン後ページ共通 */
header {
  height: 210px;
}

.pbHeaderArea {
  margin-top: 210px;
}

.headerBottom .headerBottomInner .headerGlobalNavi ul li .headerGlobalNaviItem {
/*  min-width: 200px;*/
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  .pbHeaderArea {
    margin-top: 60px;
  }
}