/* st-PageIntro
-----------------------------------*/
.is-newsfr .st-PageIntro {
  background-image: url("../img/bg_newsfr_01_sp.jpg");
}

@media screen and (min-width: 700px) {
  .is-newsfr .st-PageIntro {
    background-image: url("../img/bg_newsfr_01_pc.jpg");
  }
}
/* st-BreadCrumbs
-----------------------------------*/
.is-newsde .st-BreadCrumbs .st-BreadCrumbs_Ellipsis {
  max-width: 60em;
}

/* newsfr-EntryList
-----------------------------------*/
.newsfr-EntryList {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {
  .newsfr-EntryList {
    margin-top: 150px;
  }
}
/* newsfr-Pager
-----------------------------------*/
.newsfr-Pager {
  margin-top: 112px;
  margin-bottom: 160px;
}

@media screen and (min-width: 960px) {
  .newsfr-Pager {
    margin-top: 100px;
    margin-bottom: 215px;
  }
}
/* newsde-Entry
-----------------------------------*/
.newsde-Entry {
  margin-top: 46px;
}

@media screen and (min-width: 960px) {
  .newsde-Entry {
    margin-top: 123px;
  }
  .newsde-Entry .st-EntryDetail01_Title {
    padding-right: 200px;
  }
}
/* newsde-Controls
-----------------------------------*/
.newsde-Controls {
  margin-top: 150px;
  margin-bottom: 156px;
}

@media screen and (min-width: 960px) {
  .newsde-Controls {
    margin-bottom: 215px;
  }
}