/*  general */
div.title{
font-weight:bold;
font-size:110%;
border-bottom:solid 1px #666699;
border-left:solid 1.3em #666699;
padding:0 0 0 0.5em;
}
p.header{
background-color:#ffccff;
font-weight:bold;
padding:0.3em 0.3em 0.3em 0.8em;
}
div.article{
margin-left:3em;
font-size:100%;
font-weight:normal;
font-style:normal;
}
/*  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-left:0.5em;
	}
}
