:root{
	--tab-size:4;
	--font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	--font-size: 13px;
	--font-weight: normal;
	--line-height: 14px;
}

.oo_cons{
	margin:0;
	padding:0;
	border:0;
	width:99%;
	height:90vh;
	background-color: #e0e0e0;
	overflow-y:scroll;
}

/*テーブル*/
.oo_cons_table{

	tab-size   :var(--tab-size   );
	font-family:var(--font-family);
	font-size  :var(--font-size  );
	font-weight:var(--font-weight);
	line-height:var(--line-height);

	margin:0;
	padding:0;
	border:0;
	width:100%;
	table-layout: fixed;
	width:100%;
}


/*プロンプト部分セル*/
.oo_cons_table th{
	margin:0;
	border: 0;
	padding: 0;
	
	text-align: right;
	vertical-align : top;
	width:10px;
	color:#808080;
}


/*ログ部分セル*/
.oo_cons_log_td{
	margin:0;
	border: 0;
	padding: 0 0 0 5px;
	text-align: left;
	width:100%;	
}

/*入力部セル*/
.oo_cons_input_td{
	margin:0;
	border: 0;
	padding: 0;
	text-align: left;
	width:100%;
}

/*入力部textarea*/
.oo_cons_input{
	tab-size   :var(--tab-size   );
	font-family:var(--font-family);
	font-size  :var(--font-size  );
	font-weight:var(--font-weight);
	line-height:var(--line-height);

	margin:0;
	padding:0 0 0 5px;
	border:0;
	width:99%;
	resize: none;
	overflow: hidden;
}

.oo_cons_err{
	color:#ff0000;
	font-weight:bold;
}

/*リンクの書式*/
.oo_cons_table a{
	color : black;
	/*text-decoration: underline;*/
	text-decoration: none;
}
