﻿/*---------safety.html--------*/
.csrTableInner > table.actionTable > tbody > tr > th, .csrTableInner > table.otherTable > tbody > tr > th, .csrTableInner > table.actionTable > tbody > tr > td, .csrTableInner > table.otherTable > tbody > tr > td {
  font-size: 14px;
  vertical-align: middle;
}
.csrTableInner > table.otherTable > tbody > tr.row01 > th.w10 {
  width: 10%;
}
.csrTableInner > table.actionTable > tbody > tr.row01 > th.w15, .csrTableInner > table.otherTable > tbody > tr.row01 > th.w15 {
  width: 15%;
}
.csrTableInner > table.actionTable > tbody > tr.row01 > th.w18 {
  width: 18%;
}
.csrTableInner > table.otherTable > tbody > tr > td.w40 {
  width: 100px;
}
.csrTableInner > table.actionTable > tbody > tr > th, .csrTableInner > table.otherTable > tbody > tr > th {
  text-align: center;
}
.csrTableInner > table.otherTable td:not(:first-of-type) {
  text-align: center;
}
.csrTableInner > table > tbody > tr > th.thYel {
  background-color: #ffff01;
}
.csrTableInner > table > tbody > tr > th.thLgr {
  background-color: #e2efdd;
}
.csrTableInner > table > tbody > tr > th.thLbl {
  background-color: #ddebf6;
}
.csrTableInner > table > tbody > tr > th.thGry {
  background-color: #c9c9c9
}
.csrTableInner > table > tbody > tr > th.thOrg {
  background-color: #ffc000;
}
.csrTableInner > table > tbody > tr > th.thPnk {
  background-color: #feccff;
}
.csrTableInner > table.actionTable td.tdCtr {
  text-align: center;
}
.csrTableInner > table.otherTable td.tdLft {
  text-align: left;
}
section.bgBl {
  background-color: #edf2f8;
  padding-bottom: 10px;
}
section.bgBl .csrTitleH3 > h3 {
  border-left: none;
  padding-left: 15px;
}
section.bgBl .csrTitleH3 > h3 {
  border-left: none;
  padding-left: 15px;
}
section.bgBl .csrText {
  padding-left: 10px;
  padding-right: 5px;
}
@media screen and (min-width: 1025px) {
  section.bgBl .csrTitleH3 > h3 {
    padding-left: 20px;
  }
}
p.marginT50 {
  margin-top: 50px;
}
.csrTextLink > p > a[href$=".pdf#page=34"] {
  padding-left: 16px;
  background-image: url(/files/img/sustainability/common/icon_pdf.png);
  background-position: left 50%;
  background-size: 12px;
}
.csrTextLink > p > a[href$=".pdf#page=34"]:after {
  display: none;
}
@media screen and (min-width: 1025px), print {
  .csrTextLink > p > a[href$=".pdf#page=34"] {
    padding-left: 20px;
    background-position: left 2px;
    background-size: 16px;
  }
}
/*---------/safety.html--------*/