@charset "utf-8";

/* reset style */
.price-report-table, .price-report-table * {
	margin: 10px 0 0;
	padding:0;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

div.price-report {
    text-align: center;
}
table.price-report-table {
	width: 100%;
}
table.price-report-table th, table.price-report-table td {
	font-family: "ＭＳ Ｐゴシック", Osaka; font-size: 13px;
	padding: 2px;
	padding: 4px 8px 3px ;
	border: 1px solid #5073b8;
	white-space: nowrap;
	line-height: 18px;
}
table.price-report-table th {
	font-weight: normal;
	text-align: center;
	background-color: #E6EBFF;
	padding: 4px 12px 3px ;
	color: #1e2b62;
}
table.price-report-table td {
	font-weight: normal;
	text-align: right;
	background-color: #FFF;
}
table.price-report-table th.timestamp {
	text-align: left;
	background-color: #5073b8;
	color: #fff;
	font-weight: bold;
}
table.price-report-table th.rowname {
	text-align: left;
}
table.price-report-table td.month {
	background-color: #f5f9ff;
	color: #1e2b62;
	font-weight: bold;
	text-align: center;
}
table.price-report-table td.summary {
	background-color: #f5f9ff;
	padding-right: 12px;
	width: 65px;
}
table.price-report-table td.i, table.price-report-table td.month {
	width: 72px;
}
table.price-report-table td.month-left {
	background-color: #f5f9ff;
	color: #1e2b62;
	font-weight: bold;
	text-align: left;
}

.browser-warning {
  text-align: center;
  margin: 0.7em 0;
  padding:.2em .5em;
  color: red;
}

#order-book table {
	margin: 10px 0;
	width: 300px;
}
#order-book table td , #order-book table th {
	border: 1px solid #809ada;
	padding: 4px 8px;
}
