@charset "utf-8";
/* CSS Document */

table.stock_data {
border-collapse: collapse;
/*width:680px;*/
width:100%;
margin:0 0 1em 0;
border-top:#CCCCCC 2px solid;
border-bottom:#CCCCCC 2px solid;
font-size: 0.875rem;
}

table.stock_data th,
table.stock_data td {
	padding:7px 0.8em;
	border:#CCCCCC 1px solid;
	border-right:none;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	line-height: 1.4;
}

table.stock_data th {
	border-right:none;
	text-align:left;
	background-color:#f0f0f0;
}

table.stock_data th.name,
table.stock_data td.name {
	border-left:none;
}

table.stock_data th.x{
	border-bottom:#CCCCCC 2px solid;
}
table.stock_data th.y{
	border-left:none;
}

table.stock_data .numeric {
	text-align:right;
}

/*-----sp-----*/

.sp table.stock_data {
width:100%;
}

