@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Transparency
-----------------------------------------------*/
.Transparency{
    max-width: 880px;
}
.Transparency h2{
    font-size: 2.4rem;
    font-weight: bold;
    color: #6F1589;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.Transparency .IcPDF{
    padding-left: 60px;
    background: url( "../refer/ic_pdf.png") no-repeat 30px 50%;
    background-size: 26px;
}
.Transparency .IcPDF a{
    color: #6F1589;
}
.Transparency .IcPDF a:hover{
   color: #A136C0;
}
.Transparency .Archive{
    margin-bottom: 100px;
}
.Transparency .Archive li{
    padding-left: 24px;
    background: url( "../refer/ic_pdf.png") no-repeat 0 50%;
    background-size: 20px;
}
.Transparency .Archive li a{
    color: #6F1589;
}
.Transparency .Archive li a:hover{
   color: #A136C0;
}

@media only screen and (max-width: 960px) and (orientation:portrait){
    .Transparency{
        max-width: 768px;
    }
}
@media only screen and (max-width: 960px) and (orientation:landscape){
}

@media only screen and (max-width: 767px) and (orientation:portrait){
.Transparency .IcPDF{
    padding-left: 30px;
    background: url( "../refer/ic_pdf.png") no-repeat 0 0;
    background-size: 26px;
}
}