@charset "utf-8";

/*PDFへのリンクにアイコンを表示*/
a[href $='.pdf'] { 
    padding: 0px 20px 0px 0px;
    background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}