@media only screen and (min-width: 769px){
  
}
@media only screen and (max-width: 768px){
 
}


@media only screen and (max-width: 1024px) and (min-width: 769px){
  
}


@media only screen and (max-width: 1330px) and (min-width: 1201px){
  .jp_ty_navLogoBox img{max-width:200px;}
}

@media only screen and (max-width: 980px) and (min-width: 769px){
  .jp_ty_navLogoBox img{max-width:150px!important;}
}

