@charset "utf-8";

.flow-detail {
	clear: both;
	padding-bottom: 20px;
}
#flow dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
#flow dd {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
#flow h5 {
	clear: both;
	margin-bottom: 20px;
}
#flow h4 {
	padding-bottom: 15px;
}

#flow .flow-detail img {
	float: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}


tr.hinmoku th {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#price ul {
	font-size: 11px;
	line-height: 18px;
	color: #635C4B;
	padding-left: 10px;
	padding-bottom: 20px;
}
#price h4 {
	padding-top: 0px;
}

table {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	}

td {
	text-align:center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 2px;
	}				
th {
	color: #666666;
	text-align:center;
	padding:2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	}							
thead th {
	text-align:center;
	font-size: 12px;
	background-color: #E0DDCF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 6px;
	}
#market-news .date {
	padding-left: 5px;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
#retrieval {
	padding-left: 5px;
	font-size: 12px;
	color: #666666;
}
tr.price th{
	background-color: #EEEDE3;
}
tr.item th{
	background-color: #E0DDCF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.odd {
	background-color: #F9F9F4;
}
.date-today {
	background-color: #F5F4F1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}	
