@charset "utf-8";
/* 各特集記事で共通の項目 */

/*関連情報とドキュメントダウンロード(ページ下)*/
#related-links { margin-bottom: 15px; }
	#related-links dt, #dl-links dt { margin-bottom: 5px; }
	#related-links dd {	margin: 0 0 5px 20px; }
	#related-links dd a {
		margin-right: 5px;
		padding-left: 10px;
		background: url(../../img/blt_arrow_r_bl.gif) no-repeat left 0.35em;
	}

/*ドキュメントダウンロードのみ*/
#dl-links {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
	#dl-links dd {
		float: left;
		padding: 0 0 0 20px;
	}
	#dl-links dd a {
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
		width: 211px;
		height: 26px;
		text-decoration: none;
		color: #5c5c5c;
	}
	#dl-links dd a span {
		display: block;
		position: absolute;
		right: 8px;
		top: 6px;
		font-size: 85%;
		cursor: pointer;
	}
	#dl-links dd a#expl-material { background: url(../../article/feature/img/btn-material.png) no-repeat left top; }
	#dl-links dd a#onesheet { background: url(../../article/feature/img/btn-onesheet.png) no-repeat left top; }


/*古い？*/
/*#main li { margin-left: 20px; }*/

td.featuretd { padding: 5px; }/*テーブルの中がボーダーにくっついてしまうのを回避*/