@charset "utf-8";
/****************************************************************************************************

カテゴリ別

****************************************************************************************************/


.indexFlowTbl{
}
	.indexFlowTbl th,
	.indexFlowTbl td{
		border:none;
	}
	
	.indexFlowTbl th{
		padding:40px 0 20px;
		width:160px;
	}
	
		.indexFlowTbl .flow1{ background:#F0EEF6; padding-top:20px; }
		.indexFlowTbl .flow2{ background:#E2DEED url(../images/index_flow1.gif) no-repeat; }
		.indexFlowTbl .flow3{ background:#D2CCE4 url(../images/index_flow2.gif) no-repeat; }
		.indexFlowTbl .flow4{ background:#C4BCDB url(../images/index_flow3.gif) no-repeat; }
		.indexFlowTbl .flow5{ background:#B4AAD2 url(../images/index_flow4.gif) no-repeat;; }
		
	.indexFlowTbl td{
		padding-top:20px;
		padding-bottom:20px;
		background:#F5F5F5;
		border-bottom:1px solid #fff;
	}
	
	


