﻿/*親リスト*/
ul#nestlist {
	margin-top:30px;
	padding-left:70px;
	text-align:left;
	position: relative;
	top: 0px;
	left: 0px;
}

ul#nestlist > li {
	font-size:1em;
	font-weight:bold;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}



/*子リスト*/
ul#nestlist li ul {
	list-style-image:none;
	padding-left:3em;
}

ul#nestlist li ul li {
	font-size:1em;
	font-weight:normal;
	line-height: 2;
	margin:2px 0px;
	list-style-type: none!important;
}


.list2 {
	margin-left:2em;
}

.list5 {
	margin-left:5em;
}

span.bd {
	border-left:solid 6px #2d8fdd;
}


hr {
	border-top: 1px dashed #bbb;
	text-align:left;
}


.fa-blue {
	font-size:1.5em;
	vertical-align:text-top;
	color:#2d8fdd;
	padding-right:0.5em;
}

.fa-green {
	font-size:1.5em;
	vertical-align:text-top;
	color:#009900;
	padding-right:0.5em;
}

.fa-red {
	font-size:1.5em;
	vertical-align:text-top;
	color:#ff664a;
	padding-right:0.5em;
}
