/*  composition: W(school, nature, heatlh)p  */
/*  composition: general  */
div.jpn{
text-indent:-1em;
margin-left:1em;
}
div.eng{
font-family:"Times","Georgia";
font-style:italic;
text-indent:-2em;
padding-left:2em;
font-size:large;
}
div.eng:before{
content:"dd";
}
ul.section{
margin-bottom:1em;
}
span.nb_general{
font-style:normal;
}
/*  composition: specific (list)  */
ul.section li{
border-bottom:dotted 2px #c0c0c0;
@margin-bottom:0.3em;
}
/*  composition: specific   */
div.format_title,div.term_title,div.synonym_title{
display:inline;
font-weight:bolder;
color:#000000;
position:relative;
left:0.8em;
top:0.7em;
padding:0.3em 1.5em 0.3em 0.5em;
font-size:90%;
box-shadow:4px 3px #aaaaaa;
color:#000000;
background-color:#cfcfcf;
}
div.term>ol,div.term>ul,div.synonym>ol,div.synonym>ul,div.format>ol,div.format>ul{
/* list w/ title */
padding-top:0.6em;
}
div.term,div.synonym,div.format{
font-weight:bold;
padding:0.3em 0.9em;
margin-bottom:1em;
font-size:90%;
border:solid 1px #c0c0c0;
border-top:0px;
border-left:0px;
box-shadow:5px 3px #aaaaaa;
}
div.format_title{
background-color:#69ffee;
}
div.synonym_title{
background-color:#fff100;
}
div.term_title{
background-color:#d6ff00;
}
div.format{
/* column (formats) */
background-color:#e0fffe;
}
div.synonym{
/* column (synonyms) */
background-color:#fff9cc;
}
div.term{
/* column (technical terms) */
background-color:#efffcc;
}
/* 
div.term .example, div.synonym .example, div.format .example{
background-color:transparent;
}
*/
/*  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.jpn{
	}
	div.eng{
	margin-left:-1.5em;
	text-indent:-0.5em;
	}
	div.eng:before{
	content:"- ";
	}
	span.nb_general{
	font-weight:normal;
	font-size:x-small;
	}
}
