@charset "utf-8";

/*--------------------------------------------------
csr
--------------------------------------------------*/

.contribution {
margin-top: 15px;
margin-left:15px;
}
.contribution p {
padding-top: 15px;
}
.environment {
margin-top: 15px;
margin-left: 20px;
}
.environmentInner {
margin-top: 15px;
}
.environmentInner p {
padding-left: 10px;
}
.action {
margin-top: 15px;
}
.action .policy {
height: 118px;
width: 320px;
border: 1px dotted #7d7d7d;
margin-left: 10px;
margin-top: 10px;
}
.action .policyInner {
margin: 15px 10px 10px;
}
.action .policyInner .policyTitle {
float: left;
height: 88px;
width: 80px;
text-align: right;
padding-right: 15px;
}
.action .policyInner li span {
color: #2194d3;
font-weight: bold;
}
.iso {
margin-top: 15px;
clear: both;
}
.report {
    margin-top: 15px;
    clear: both;
}
.report h3{
    color: #2ca0dc;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    display: inline-block;
    margin-left: .7em;
}
.report a{
    display: inline-block;
    text-decoration: none;
    opacity: 1;
    transition:.2s;
    color: #2194d3;
}
.report a:hover{
    opacity: .7;
    /* color: #2194d3; */
}
.report h3:after {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    content: "PDF";
    line-height: 18px;
    vertical-align: middle;
    width: 35px;
    height: 18px;
    display: inline-block;
    margin: 0 0.5em;
    background: red;
    border-radius: 5px;
}
.society {
margin-top: 15px;
margin-left: 20px;
}
.society .memorial {
margin-top: 20px;
margin-bottom: 20px;
}
.spiralBd{
background:url(../img/bg_stripe_border.gif) 0 bottom no-repeat;
padding-bottom:30px;
}

.sustainable {
margin-top: 23px;
margin-left: 20px;
}
.sustainable a{
display: block;
/* background: #FFF; */
transition: .2s;
}
.sustainable a:hover{
    opacity: .7;
}