/* ■■■■■■■ update (inline frame) ■■■■■■■ */
body{
font-family:"メイリオ", "ＭＳ ゴシック", sans-serif;
/* ゴシック体は斜体字が見にくい*/
/* メイリオの和文には斜体字がない、英文にはある */
line-height:1.5em;
color:#000000;
background-color:#ffffff;
}
a:link{
color:#0000ff;
}
a:active{
color:#800080;
}
a:visited{
color:#800080;
}
a:hover{
background-color:#c0ffff;
text-decoration:underline;
font-style:italic;
}
li.date{
list-style-type:none;
margin-left:-1em;
}
span.date{
font-weight:bolder;
}
li.date ul li{
margin-left:1em;
}
.navi{
text-align:center;
}
a[href="../index.html"]::before{
content:"■";
}
a[href="./2019.html"]::before{
content:"▲";
}
a[href="../sitemap.htm"]::before{
content:"◆";
}
/* ■■■■■■■■■ css for mobile device ■■■■■■■■■ */
/* 414 x 736 (iphone's standard screen size???) */
/* 768 x 1024 (tablet's standard screen size???) */
	@media (max-width:770px){
	body{
	margin:0.5em 2em 0.5em 1em;
	line-height:1.5em;
	}
	ul{
	margin-left:-1em;
	}
}
