/* CSS Document */
/*
div#ResultPerHourTitle
{
	display: flex;
	align-items: flex-end;
	
	div
	{
		width : 16px;
		margin : 0 1px 0 1px;
	}
}

div#ResultPerHour2
{
	display: flex;
	align-items: flex-end;
	height : 400px;
	background-image: url("common/image/graphbk.png");
	background-repeat : repeat-x;
	
	div
	{
		width : 16px;
		margin : 0 1px 0 1px;
		
		background-color: #FF0000;
	}
}




div#ResultVolDetail
{
	background-color : #555555;
	color : #FFFFFF;
	details
	{
		summary
		{
			display: block;
			span.summary_inner
			{
				cursor 					: pointer;
				display 				: flex;
				flex-direction 	: row;
				justify-content : space-between;
				align-items 		: center;
				padding 				: 16px 24px;
				border 					: 1px solid #CCCCFF;
				//font-weight 		: bold;
				color 					: #FFFFFF;
				font-size 			: 40pt;
			}
		}
		summary::-webkit-details-marker
		{
			display: none;
		}
		ul
		{
			background-color : #CCCCCC;
			color : #333333;
			li
			{
				ol
				{
					display: flex;
					list-style: none;
					li
					{
					}
					li.hhmm
					{
						//background-color : #FF0000;
						width : 120px;
					}
					li.rslt
					{
						//background-color : #00FF00;
						width : 70px;
						text-align : right;
					}
					li.grap
					{
						//padding-bottom : 5px;
						//background-color : #0000FF;
						width : 750px;
						div
						{
							margin-top : 8px;
							height : 27px;
							background-color: #0032FF;
						}
					}
				}
			}
			li.head
			{
				font-size : 10pt;
				background-color: #FF0000;
			}
			li.body
			{
				font-size : 30pt;
			}
		}
	}
}



*/
