@media all and (min-width: 751px) {
  body.results #title {
    background-image: url(../images/results/title-bg.jpg);
  }
  /* INDEX */
  body#results-index #title .container-inner .title-box .title {
    letter-spacing: 0.75em;
  }
}
@media only screen and (max-width: 750px) {
  body.results #title {
    background-image: url(../images/results/title-bg_sp.jpg);
  }
  /* INDEX */
  body#results-index #title .container-inner .title-box .title {
    letter-spacing: 0.75em;
  }
}

/*# sourceMappingURL=page-results.css.map */
