table.debug, tr.debug, td.debug {
	border: 1px solid black;
	text-align: center;
}

table.debug {
	margin-bottom: 5px;
}

td.debug {
	/*font-size: 15pt;*/
	padding: 5px;
}

p.debug {
	padding: 0;
	margin: 0;
}

.digimoji {
	height: 32px;
}

textarea {
	white-space: nowrap;
	overflow: auto;
	width: 1000px;
	resize: vertical;
}

#input_output {
	width: 1000px;	
	max-height: 500px;
	overflow-x: auto;
	overflow-y: auto;
}

#input_output_eng {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

#input_output_eng .output_line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

#input_output_jp {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

#input_output_jp .output_line {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.output_char_txt {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	text-align: center;
}

.output_char_txtimg {
	font-size: 20pt;
	text-align: center;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.output_char_img {
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
}

#input_commands {
	width: 100%;
	height: 32px;
}

#input_commands_inner {
	margin: 5px;
	padding: 5px;
}

#input_commands_inner ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#input_commands_inner li {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}


#input_commands_inner p {
	margin: 0;
	padding: 0;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	text-align: center;
}

.split {
	width: 1000px;
	min-width: 1000px;
	display: table;
}

.split:after {
	content: "";
	display: table;
	clear; both;
	/*content: "";
	display: table;
	clear: both;*/
}

.split_inner {
	width: 50%;
	float: left;
}

.splitbox {
	border: 2px solid black;
	margin: 5px;
	height: 425px;
}

.splitbox_inner {

}

.splitbox_top {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.splitbox_top p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.splitbox_settings_inner
{
	margin: 5px;
}

#input_outer { border: 2px solid red; }

#input_top { color: white; background-color: red; }

#options_outer { border: 2px solid blue; }

#options_top { color: white; background-color: blue; }


.input_mode {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.input_mode p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.input_window {
	width: 100%;
	height: 320px;
}

.input_window_inner 
{
	border: 2px solid red;
	margin: 5px;
	height: 100%;
}

.input_window_inner2 {
	
}

.input_splitter {
	width: 100%;
	display: table;
}

.input_splitter:after {
	content: "";
	display: table;
	clear; both;
}

.input_split_l {
	float: left;
	width: 80%;
	height: 320px;
 	/*background-color: lightgray;*/
	overflow: hidden;
}

.input_split_r {
	float: left;
	width: 20%;
	height: 320px;
	/*background-color: green;*/ 
}

#jp_char_table {
	display: flex;
	justify-content: center;
}

.jp_table_cell_inner{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.jp_table_cell_digimoji {
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 3px;
	/* margin-top: -8px; */
}

.jp_table_cell_txt p {
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.jp_table_cell_inner_denied{
	cursor: not-allowed;
	opacity: 0.25;
}

.jp_table_cell_inner:hover {
	background-color: blue;
}

.jp_table_cell_inner:hover > .jp_table_cell_digimoji {
	/*background-color: red;*/
	filter: invert(100%);
}

.jp_table_cell_inner:hover > .jp_table_cell_txt p {
	color: white;
}

.jp_table {
	display: inline;
}
.jp_table_row {
	display: block;
}
.jp_table_cell {
	width: 32px;
	height: 64px;
	display: inline-block;
/* 	background-color: #bbb;
 */	float: left;
}
.jp_table_cell:nth-child(even) {
/* 	background-color: #ddd;
 */}

.jp_table_cell_inner {
}

.jp_table_cell_inner p {
	margin: 0;
	padding: 0;
}

.splitbox_input {
}
.splitbox_settings {

}

/*.splitbox_input_top {
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
}

.splitbox_input_top p {
	margin: 0;
	padding: 0;
}*/

.input_mode {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.input_span {
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.input_span:hover {
	background-color: blue;
	color: white;
}

.command_span {
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.command_span:hover {
	background-color: blue;
	color: white;
}

#input_aiueo {
}

#input_abc {
}

#input_box {
	
}

.input_dakucol {
	width: 100%;
	height: 32px;
	display: table;
	cursor: pointer;
}

.input_dakucol:after {
	content: "";
	display: table;
	clear; both;
}

.input_dakucol:hover {
	background-color: blue;
}

.daku_sel, .daku_sel:hover {
	background-color: red;
}

.daku_sel .input_dakucol_icon, .input_dakucol:hover .input_dakucol_icon {
	filter: invert(100%);
}

.input_dakucol_icon {
	width: 32px;
	height: 32px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
}

#digi_ha { background-image: url("svg/jp/ha.svg"); }
#digi_ba { background-image: url("svg/jp/ba.svg"); }
#digi_pa { background-image: url("svg/jp/pa.svg"); }

.input_dakucol_text {
	width: 48px;
	height: 100%;
	float: left;
}

.input_dakucol_text p {
	margin: 0;
	padding: 0;
	margin-top: 14px;
	font-size: x-small;
	font-weight: bold;
	/*text-align: center;*/
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.daku_sel .input_dakucol_text p, .input_dakucol:hover .input_dakucol_text p {
	color: white;
}


#eng_char_table {
	display: flex;
	justify-content: center;
}

.eng_table_cell_inner{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.eng_table_cell_digimoji {
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 3px;
	/* margin-top: -8px; */
}

.eng_table_cell_txt p {
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.eng_table_cell_inner_denied{
	cursor: not-allowed;
	opacity: 0.25;
}

.eng_table_cell_inner:hover {
	background-color: blue;
}

.eng_table_cell_inner:hover > .eng_table_cell_digimoji {
	/*background-color: red;*/
	filter: invert(100%);
}

.eng_table_cell_inner:hover > .eng_table_cell_txt p {
	color: white;
}

.eng_table {
	display: inline;
}
.eng_table_row {
	display: block;
}
.eng_table_cell {
	width: 32px;
	height: 64px;
	display: inline-block;
/* 	background-color: #bbb;
 */	float: left;
}
.eng_table_cell:nth-child(even) {
/* 	background-color: #ddd;
 */}

.eng_table_cell_inner {
}

.eng_table_cell_inner p {
	margin: 0;
	padding: 0;
}

.copywright {
	font-size: small;
	font-style: italic;
}

.copywright p {
	margin: 0;
	padding: 0;
}