/**/

.txt01{
	font-family: "kozuka-mincho-pr6n","游明朝体", "Yu Mincho", YuMincho, serif;
	line-height:200%;
	font-size:20px;
	color:#3F8CB8;
	font-weight:bold;
	margin:60px auto;
}

/**/

.txt02{
	width:95%;
	margin:40px auto;
	overflow:hidden;
	font-family: "kozuka-mincho-pr6n","游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:17px;
}

.txt02 li{
	margin-left:2em;
	margin-bottom:1em;
}

/**/

.table01{
	width:95%;
	margin:40px auto;
	overflow:hidden;
}

.table01 table{
	width:100%;
	overflow:hidden;
	border-left:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	box-sizing:border-box;
}

.table01 table th{
	border-right:1px dotted #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	box-sizing:border-box;
	background-color:#EEEEEE;
	font-weight:normal;
	white-space:nowrap;
}

.table01 table th div{
	padding:1em;
}

.table01 table td{
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	box-sizing:border-box;
	padding:1em;
}

.table01 table td span{
	display:block;
}