@charset "utf-8";

@media screen and (max-width: 768px) {
.pageTitle{
  background:url(../img/pagetitle_img.png) no-repeat right center;
  background-size:200px 70px;
}
}
@media print, screen and (min-width: 769px) and (max-width: 959px) {
.pageTitle{
  background:url(../img/pagetitle_img.png) no-repeat right center;
}
}
@media screen and (min-width: 960px)  {
.pageTitle{
  background:url(../img/pagetitle_img.png) no-repeat right center;
}
}