@charset "utf-8";
/* CSS Document */
.Table1 {
	display: table;
	position:fixed;
	top: 128px;
	left: 0;
	right:0;
	height: auto;
    }
.TableBody { display: table-row-group; }
.divTableRow{ 
    display: table-row;
	position: relative;
	padding: 8px 0 0 0;
	width: 100%;
	height: 30px;
}
.TitleTableRow{ 
    display: table-caption;
	/*position: relative;*/
	/*width: 100%;*/
	left: 0;
	right: 0;
	height: 36px;
	/*background:#999999;*/
	background-color:rgba(0, 128,128, 0.2);    /* 50% opaque blue */
	
}
.titleNow {	
	/*display: table-caption; */
	width: 200px;
	height: 28px;
	margin: auto;
	padding: 8px 0 0 0;
	font-weight: bold;
	text-align: center;
	color:#FFFF00;
	/*border: 1px solid black;*/
 }
.titleUp {
	/*display: table-caption; */
	width: 200px;
	height: 28px;
	padding: 8px 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	color:#FFFF00;
	/*border: 1px solid black;*/
 }
.Cell-1{
		display: table-cell;
		width: 45px;
		vertical-align: text-bottom;
		text-align: right;
		padding: 2px 0px 0 0;
		font-size:1.0 em;
		font-style: italic;
		font-weight: bold;
		}
.Cell-2 {
		display: table-cell;
		width: 14px;
		text-align:center;
		}
.Cell-2:after { content: ' \25CF'; z-index: 1;}
.Cell-3 {
		display: table-cell;
		width: 300px;
		height:30px;
		vertical-align: text-bottom;
		padding: 2px 0 2px 2px; 
		font-size: 1em;
		text-align: left;
		font-style: normal;
		}
.Cell-1 { color:#333333;}
.Cell-2 { color:#666666;}
.Cell-3 { color:#66FF66;}

