/* 外部url用のアイコンをなくす */
img.icon_blank {
    display: none;
}
/* pdfファイル用のアイコンをなくす */
img.icon_pdf {
    display: none;
}