@charset "utf-8";
/*-------------------joinlist table*/
.co_p_chart{
}
.table_wrap{
	overflow:hidden;
	margin-top:20px;
}
.table_left{
	float:left;
	width:264px;
	border:solid 1px #ccc;
	border-collapse:collapse;
	margin-left:1px;
}
.table_right{
	float:right;
	width:264px;
	border:solid 1px #ccc;
	border-collapse:collapse;
}
/* IE 6 */
*html .table_wrap{
	zoom:1;
}
caption{
	text-align:left;
	padding-bottom:5px;
}
th{
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:5px 0 5px 10px;
	background-color:#fff;
	text-align:left;
	width:110px;
}
td{
	border-bottom:solid 1px #ccc;
	padding:5px 5px 5px 5px;
}
th.month_title{
	border-top:solid 1px #ccc;
	background-color:#C6F9C6;
	font-weight:bold;
	text-align:center;
	padding:0;
}
th.detail_title{
	font-weight:bold;
	text-align:center;
	border-top:solid 1px #ccc;
	background-color:#C6F9C6;
	padding:5px;
}

