@charset "utf-8";
@media only screen and (max-width: 639px) {
  #titlearea .titlearea-inner {
    background: url(../img/news/visual_img.png) no-repeat center bottom;
    background-size: auto 88%;
  }
}
@media print, screen and (min-width: 640px) {
  #titlearea h1 {
    background: url(../img/recruit/visual_title.jpg) no-repeat 0 0;
  }
  #titlearea .titlearea-inner {
    background: url(../img/news/visual_img.png) no-repeat right bottom;
  }
}
