@charset "utf-8";

/*---------------------------------------------------------------
	MAIN
---------------------------------------------------------------*/

/*---------------------------------------------------------------
	TABLE
---------------------------------------------------------------*/
table.report {
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	table-layout: fixed;
}
table.report th,td {
	width: auto;
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.report th {
	font-weight: bold;
	text-align: center;
}

table.report th.space {
	background-color: #FFFFFF;
}

table.report th.label {
	width: 14%;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
}

table.report td {
	text-align: right;
}

p.old {
	margin-bottom: 18px;
	font-size: 90%;
}

p.attention {
	margin-bottom: 18px;
	font-size: 85%;
	_font-size: 75%;
}
