@charset "shift_jis";

/**
リストの一括管理
 */
b{
	color:#F00;
}
 
li{
	list-style-type:none;
	height: 43px;
	font-size: 18px;
	border-bottom:solid 1px #D9D9D9;
	line-height: 44px;
}
li a{
	display:block;
	height:43px;
	background-image:url("img/open3.png");
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	
	}
	
/* フッター */
.footer {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/* リサイクル表 */
.recycle_table{
	font-size: 10px;
}
.recycle_table td{
	padding: 2px;
}
.recycle_table .midashi{
	background-color: #333;
	color: #FFF;
	text-align: center;
}
.recycle_table .bg_orange{
	background-color: #ffcc99;
}
.tec {
	text-align: center;
}
.trader_name { width: 40%; }
.recycle_table .red{
	color: #F00;
}
.mt10 {
	margin-top: 10px;
}
.recycle_table .category_1 { width: 30%; }