@charset "utf-8";

@media screen and (max-width: 768px) {
.pageTitle{
  background:url(../img/pagetitle_img.png) no-repeat right center;
  background-size:200px 70px;
}
.privacyContents p{
  margin-bottom:30px;
}
.privacyContents p.sign{
  margin:30px 0;
  text-align:right;
}
.contactInfo h3{
  font-weight:bold;
  margin-bottom:5px;
}
.cat01{
  background:#333;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
.cat02{
  background:#c9151d;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
a{
  text-decoration:none !important;
  color: #217FC4;
}
.pdfIcon{
  color:#FFF;
  background:#c9151d;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
  width: 70px;
}
.htmlIcon{
  color:#FFF;
  background:#4169e1;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
  width: 70px;
}
}
@media print, screen and (min-width: 769px) and (max-width: 959px) {
.pageTitle{
  background:url(../img/pagetitle_img.png) no-repeat right center;
}
.contactInfo h3{
  font-weight:bold;
  margin-bottom:5px;
}
.cat01{
  background:#333;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
.cat02{
  background:#c9151d;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
a{
  text-decoration:none !important;
}
.pdfIcon{
  color:#FFF;
  background:#c9151d;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
  width: 70px;
}
.htmlIcon{
  color:#FFF;
  background:#4169e1;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
  width: 70px;
}
}
@media screen and (min-width: 960px)  {
.pageTitle{
  background:url(../img/pagetitle_img.png) no-repeat right center;
}
.contactInfo h3{
  font-weight:bold;
  margin-bottom:5px;
}
.cat01{
  background:#333;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
}
.cat02{
  background:#c9151d;
  color:#FFF;
  font-size:10px;
  padding:3px 10px;
  margin-right:10px;
  text-decoration: none;
}
a{
  text-decoration:none !important;
  color: #217FC4;
}
.pdfIcon{
  color:#FFF;
  background:#c9151d;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
  width: 70px;
}
.htmlIcon{
  color:#FFF;
  background:#4169e1;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
  width: 70px;
}
}
