@charset "utf-8";

/* -- FMWORLD(法人)機種別ダウンロード -- */

h2.bg010 {font-size: 116% }

div.ProductList {
clear:both;
margin: 3px 0px;
padding: 0px;
font-size: 86%;
}
	div.ProductList form{
		margin: 0px;
		padding: 0px;
	}
	div.ProductList h4{
		clear:both;
		margin:10px 0px 0px 0px;
		padding: 2px;
	}
	div.ProductList table{
		border-collapse: collapse;
		border-spacing: 0px;
		border: solid 1px #b8b8b8;
		color: #000000; 
		margin: 5px 0px 20px 0px;
	}
	div.ProductList th{
		background-color: #f2f2f2;
		color: #000000;
		border: solid 1px #aaaaaa;
		line-height: 1.6;
		padding: 5px;
	}
	div.ProductList td{
		background-color: #ffffff;
		color: #000000;
		border: solid 1px #b8b8b8;
		line-height: 1.6;
		padding: 5px;
	}
	div.ProductList tr.odd{
		background-color:#f4f4f4;
	}

div.AllList {
clear:both;
margin: 10px 0px;
padding: 0px;
font-size: 86%;
}
	div.AllList table{
		border-collapse: collapse;
		border-spacing: 0px;
		border: solid 1px #b8b8b8;
		color: #000000; 
		width:100%;
		margin: 3px 0px;
	}
	div.AllList th{
		background-color: #f2f2f2;
		color: #000000;
		border: solid 1px #aaaaaa;
		line-height: 1.6;
		padding: 5px;
	}
	div.AllList td{
		background-color: #ffffff;
		color: #000000;
		border: solid 1px #b8b8b8;
		line-height: 1.6;
		padding: 5px;
	}
	div.AllList tr.odd{
		background-color:#f4f4f4;
	}
