@charset "utf-8";

#market_table{
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 100%;
	margin:0 auto 20px;
}

#market_table thead th{
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    vertical-align: top;
	border: 1px solid #aaa;
	background:#ccc;
}
#market_table tfoot th,#market_table tfoot td{
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
	border-top:1px double #aaa;
}
#market_table th,
#market_table td{
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    vertical-align: top;
	border: 1px solid #aaa;
}
#market_table th{
	background-repeat:no-repeat;
	background-position: 5px center;
	background-color:#eee;
    margin: 0;
    text-align: center;
}
#market_table td{
	width:95px;
    text-align: left;
word-break: break-all;
}

#market_table td ul{
	list-style-type:none;
	padding:0;
	width:95px;
}

#market_table td ul li{
	width:95px;
}
.desc{
	border:1px solid #aaa;
	padding:5px 10px;
	line-height:1.5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.desc span{
	padding-right:10px;

}

.grey{
	color:#888;
}

.red{
	color:#f00;
}
.date{
	text-align:right;}