/*  主要取引先  */
#m_customer_table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	line-height:300%;
	border-bottom: 1px solid  #666666;
	margin-bottom:5px;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
}
#m_customer_table .blue{
	width:33%;
	background-color: #DFE7F2;
	border-top: 1px solid  #666666;
	border-right: 1px dashed  #666666;
	padding-left:1.5em;
}
#m_customer_table .blue_r{
	width:33%;
	background-color: #DFE7F2;
	border-top: 1px solid  #666666;
	padding-left:1.5em;
}
#m_customer_table .white{
	width:33%;
	border-top: 1px solid  #666666;
	border-right: 1px dashed  #666666;
	padding-left:1.5em;
}
#m_customer_table .white_r{
	width:33%;
	border-top: 1px solid  #666666;
	padding-left:1.5em;
}
#m_customer_kome{
	text-align:right;
	font-size:12px;
	margin-bottom:30px;
	padding-right:1em;
}