@charset "utf-8";

.pdfList{
/*	margin-top:1.5em;*/
}

.pdfList h2{
	font-size:100%;
	width:146px;
	margin:2px 6px 0 0;
	padding:0;
	float:left;
	background-image:none;
}

.pdfList p.sub{
	font-size:80%;
	line-height:1.2em;
	margin:0;
	padding:0;
}

.pdfList ul{
	list-style-type:none;
	width:500px;
	margin:0 0 1.3em 0;
	padding-top:3px;
	float:right;
/*	background-color:yellow;*/
}
.pdfList li{
	display:inline-block;
	float:left;
	width:auto;
	margin:0 12px 4px 0;
	padding:0 20px 0 0;
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:right 0;
	white-space:nowrap;
/*	background-color:pink;*/
}

/* フロートさせているリストの途中で
改行させるためのCSS */
.pdfList li.break{
	width:100%;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	background-image:none;
	overflow:hidden;
}
.pdfList li a{
/*	display:block;
	width:auto;*/
}

.pdfList li img{
	vertical-align:middle;
}




/* おすすめレイアウトPDF */
.pdfList .layout{
	margin-top:1.5em;
}


.pdfList table{
	width:100%;
	margin-bottom:0.75em;
}
.pdfList th,
.pdfList td{
	padding:0.3em 6px 0.45em 0;
	border:1px solid #ccc;
	border-width:0 0 1px 0;
}
.pdfList th{
	text-align:right;
	width:16%;
}
.pdfList td{
	text-align:right;
	padding-right:20px;
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
.pdfList td.blank{
	text-align:center;
	padding-left:18px;
	background-image:none;
}

.pdfList div.line{
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#666;
	margin:0.5em 0;
}

