@charset "utf-8";
/* CSS Document */
.biz-udpgothic-regular{
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}
body{
	background-color: #FFFFFF;
	color: #000088;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	max-width: 100%;
}
div.parent{
	margin-bottom: 2em;
}
p{
	line-height: 150%;
	text-align: justify;
}
p.jpn{
	text-indent: 1em;
}
a{
	text-decoration: underline;
	color: #000088;
}
header{
	width: 100%;
	padding: 0.1em;
	background-color: #000088;
	color: #FFFFFF;
	text-align: center;
}
header h1{
}
header h1 span{
	font-size: small;
	font-style: italic;
}
header p{
	line-height: 100%;
	text-align: center;
}
nav ul{
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
nav ul li{
	display: table-cell;
	width: 33.3%;
	background-color: #0088FF;
	border: 1px solid #FFFFFF;
	line-height: 150%;
}
nav ul li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	font-weight: bold;
}
nav ul li a span{
	font-size: smaller;
}
nav ul li.current{
	background-color: #FFFFFF;
	border: 1px solid #000088;
}
nav ul li:hover{
	background-color: #88FFFF;
}
div div{
	width: 100%;
	margin-left: 1em;
	margin-right: 1em;
	font-size: small;
}
h2{
	margin-top: 0.5em;
	width: 100%;
	padding: 0.3em;
	padding-left: 1em;
	background-color: #FFFFFF;
	border: 1px solid #000088;
	font-size: large;
}
h2 span{
	margin-left: 1em;
	font-size: medium;
}
div div h3{
	margin-bottom: 0.5em;
	line-height: 150%;
}
div div h3 i{
	font-weight: 100;
}
div div p{
	margin-top: 0;
}
div div a{
	font-size: medium;
}
div div ol{
	margin-top: -0.5em;
	margin-left: -1em;
	line-height: 150%;
}
div div.issues{
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
div div.issues ul{
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
div div.issues ul::after{
	content: "";
	width: 24%;
}
div div.issues ul li{
	width: 24%;
	margin-bottom: 1em;
	line-height: 150%;
	text-align: center;
	font-size: small;
	font-weight: bold;
	list-style-type: none;
}
div div.issues ul li a{
	display: block;
	position: relative;
	text-decoration: underline;
}
div div.issues ul li a span{
	font-size: x-small;
}
div div.issues ul li a::after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: calc(50%);
}
footer{
	width: 100%;
	padding: 1em;
	background-color: #88FFFF;
	line-height: 150%;
}
footer adress{
	font-size: small;
}
footer p.copyright{
	font-size: x-small;
	text-align: center;
}
p.atype{
	color: #666666;
}
p.atype span{
	margin-left: 1em;
}
div.article{
	margin-top: 1em !important;
	border-bottom: 1px solid #000088;
}