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


.explanation{}


.explanation table{
	border-collapse:collapse;
	margin:0 0 25px;
	width:100%;
	
}



.explanation table th{
	background:#3C509E;
	font-size:14px;
	color:#FFF;
	width:25px;
	text-align:center;
	padding:0 10px;
	border:1px solid #3C509E;
}

.explanation table td{
	font-size:14px;
	line-height:22px;
	padding:4px;
	border:1px solid #3C509E;
}

.explanation table td.h1{
	width:90px;
}

.explanation table td.h2{
	width:90px;
	text-align:right;
}

.explanation table td.h3{
}

.explanation table td.h4{
	text-align:right;
}
.explanation p{
	font-size:14px;
	margin:-20px 0 20px;
}


.flow{}

.flow h3{
	background:#3C509E;
	font-size:16px;
	color:#FFF;
	text-align:left;
	padding:0 10px;
	border:1px solid #3C509E;
}

.flow p{
	font-size:14px;
	line-height:22px;
	padding:4px 4px 14px ;
}



