/* @override http://spc-reit.com/jreit_list/kessaninfo_detail.css */

table.detail {
	border-collapse: collapse;
	width: 600px;
	margin: 15px 0 20px;
}

table.detail th,
table.detail td {
	padding: 4px 5px;
	border: 1px solid #999;
}

table.detail th {
	background: #3050A0;
	color: white;
}

table.detail td.price {
	text-align: right;
}

table#headinfo {
	margin: 5px 0 17px;
}

table#headinfo th.void,
table#headinfo td.void {
	border: none;
	width: 11%;
}

table#headinfo td {
	text-align: right;
	font-size: medium;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	letter-spacing: 1px;
	color: #333;
	width: 26%;
}

table#summary {
	
}

table#summary th.data {
	width: 140px;
}

table#summary td.date,
table#summary td.price {
	text-align: right;
	padding-right: 15px;
}

div.stockprices {
	text-align: right;
	padding-right: 10px;
	font-size: x-small;
}

div.notes_for_ma_upper,
div.notes_for_ma {
	line-height:1.4;
	width:600px;
	font-size:90%;
}

div.notes_for_ma_upper {
	margin: 5px 0 -10px;
}