﻿$(function(){

	// ---------------------------
	//	add pdf file class
	// ---------------------------
	$("a[href*='.pdf']:not(:has(img)):not(a.noicon)").wrap('<span class="pdfFile"></span>');
	$("span.pdfFile").append('<img src="/assets/images/icon/pdf.gif" alt="PDFファイル" />');
});
