@charset "UTF-8";

.capPdfText {
  font-size: 13px;
  line-height: 1.2;
  padding-top: 0px;
  margin-bottom: 40px;
  display: block;
}
  
.tableStyle03 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
}

.tableStyle03 th {
  padding: 3px 5px;
  width: 25%;
  border: 1px solid #B2B2B2;
}

.tableStyle03 td {
  padding: 3px 5px;
  width: 75%;
  border: 1px solid #B2B2B2;
}

.tableInBox01 {
  padding: 15px 0px;
}

.humanRights_scoring {
  background: url(/csr/img/others/human_rights/human_rights_04.png) no-repeat right 0px;
  background-size: 40%;
}

.pdfBlankHover:hover {
  opacity: 0.7;
}

.imgWidht_690 {
  max-width: 690px;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .tableStyle03 th {
    width: 30%;
  }

  .tableStyle03 td {
    width: 70%;
  }
}