@charset "utf-8";

.chart {
text-align:center;
}

#mindmap-table {
	width: 520px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#mindmap-table img {
margin:10px;
}
#mindmap-table td{
	vertical-align:middle;
	padding:10px;
}

#mindmap-table td.lb0 {
	width: 100px;
	border-bottom: 1px solid #ccc;
}
#mindmap-table td.lb1 {
	width: 420px;
	border-bottom: 1px solid #ccc;
}
#mindmap-table .line1{
background: #e7f0da;
}
#mindmap-table .line1 .lb0{
background: #7fb538;
color:#fff;
font-weight:700;
}

#mindmap-table .line2{
background: #e9e5df;
}
#mindmap-table .line2 .lb0{
background: #5f4b2a;
color:#fff;
font-weight:700;
}

.tit-type03-s {
	background: url("../../img/common/tit_icon_02.gif") left center no-repeat;
	padding: 0 0 0 10px;
	margin:0;
	margin-bottom: 5px;
	font-weight: 700;
	font-size:120%;
	display:inline;
	color:#060;
}
#chart p {
padding:10px 0 15px 0 ;
margin-left:110px;
}
.block {
clear:both;
}

.sec ul {
list-style: disc;
padding: 0px 10px 20px 20px;
margin-left:110px;
}
.sec ul li {
line-height: 120%;
padding:0px;margin:0;
}
.ic-center span {
display:block;
width:100%;
text-align:center;
padding:20px 0 0 0;
color:#900;
}
.ic-center img{
padding-top:5px;
}
