/*  general  */
div.section ul li{
list-style-type:none;
margin-left:-1em;
}
div.point_index{
columns:2;
-moz-column-count:2;
-webkit-column-count:2;
-ms-column-count:2;
-o-column-count:2;
column-count:2;
}
.word,.correct,.incorrect,.informal{
font-family:"Times";
font-size:large;
}
span.word{
display:inline-block;
min-width:10em;
}
span.correct{
}
span.correct span.mark{
/* border-radius:10px; */
font-weight:bolder;
color:#ffaa88;
/* background-color:#ffb6c1; */
/* background-color:#9acd32; */
margin-right:0.2em;
padding:0.1em;
}
span.incorrect{
display:inline-block;
min-width:10em;
}
span.incorrect span.mark{
font-weight:bolder;
color:#ff0000;
/* background-color:#add8e6; */
/* background-color:#ff4500; */
margin-right:0.2em;
padding:0.1em;
}
span.informal{
display:inline-block;
min-width:10em;
}
span.informal span.mark{
font-weight:bolder;
color:#228b22;
/* background-color:#ffff00; */
margin-right:0.2em;
padding:0.1em;
}
span.correct span.jp{
font-weight:normal;
font-size:medium;
}
.nb_general{
font-weight:normal;
font-size:medium;
}
/*  css for mobile device  */
/* 414 x 736 (iphone's standard screen size???) */
/* 768 x 1024 (tablet's standard screen size???) */
@media (max-width:770px){
	div.article{
	margin:1em;
	}
	div.section ul li{
	list-style-type:square;
	}
	/* spelling.htm only - word */
	span.word,span.nb_general,span.correct,span.incorrect{
	display:block;
	}
	/* spelling.htm only - correct */
	span.correct{
	}
	/* spelling.htm only - incorrect */
	span.incorrect{
	}
	span.nb_general{
	text-indent:0em;
	}
}
