@charset "utf-8";
/* CSS Document */

.txt01{
	width:90%;
	margin:30px auto;
	overflow:hidden;
	font-size:1.125em;
}

.txt01 dt{
	text-align:center;
}

.txt01 dt em{
	color:#308CBB;
	font-family: "kozuka-mincho-pr6n","游明朝体", "Yu Mincho", YuMincho, serif;
	font-style:normal;
	font-size:20px;
	line-height:30px;
}

/**/

.txt02{
	width:90%;
	margin:0px auto;
	overflow:hidden;
}

.txt02 dl{
	display:block;
	overflow:hidden;
	margin:30px auto;
}

.txt02 dl dt{
	font-weight:bold;
	font-size:1.5em;
}

.txt02 dl dd{
	overflow:hidden;
	margin-top:1em;
	font-size:1.1em;
}

/**/


.txt03{
	width:90%;
	margin:30px auto;
	overflow:hidden;
	border:2px solid #0062B4;
}

.txt03 dl{
	display:block;
	overflow:hidden;
}

.txt03 dl dt{
	background-color:#0062B4;
	color:#fff;
	text-align:center;
	padding:1em 0px;
	font-size:1.25em;
}

.txt03 dl dd{
	overflow:hidden;
	padding:20px 20px;
}

.txt03 dl dd table{
	width:100%;
	overflow:hidden;
	font-size:1.125em;
}

.txt03 dl dd table th{
	vertical-align:top;
	text-align:left;
	
	display:inline;
}

.txt03 dl dd table th div{
	padding:0.5em 0px 0.5em 2em;
	background-image:url(images/cir.png);
	background-repeat:no-repeat;
	background-position:left 0.75em;
}

.txt03 dl dd table td{
	vertical-align:top;
	display:inline;
}

.txt03 dl dd table td div{
	padding:0.5em 0px 0.5em 2em;
}