@charset "UTF-8";
/* マスターファイル */

#pdfList{
	width: auto;
	height: 250px;
	margin: 1em 0 2em;
	padding: 0px 30px;
	overflow:auto;
	overflow-y:scroll;
	list-style-type: disc;
}

#pdfList a{
	background-image: url(../images/common/icon_pdf.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}