@charset "utf-8";

ul.treelist {
	padding: 0px 15px;
	list-style: none;
}
ul.treelist li {
	padding: 0 15px 0px 15px;
	line-height: 2em;
	background: url(../img/icon_08.gif) no-repeat 0 0.2em;
}

h2.guideli a {
	display: block;
	padding: 8px 5px;
	border: 1px solid #E0E0E0;
	border-left: 5px solid #E0E0E0;
	background: url(../img/bg_lgr.gif);
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 15px;
}
h2.guideli a:hover {
	border: 1px solid #E0E0E0;
	border-left: 5px solid #0DB2DD;
	color: #0DB2DD;
}

h2.guidepdf {
	border-left: 3px solid #2E2E68;
	font-size: 120%;
	padding: 10px 0 0 5px;
	border-top: 1px solid #2E2E68;
	margin-bottom: 15px;
}


dl.cholist {
	margin-top: 0.5em;
}
dl.cholist dt {
	width: 4em;
	float: left;
}
dl.cholist dd {
	margin-left: 4em;
	overflow: hidden;
	height: 100%;
}

h4.ssst {
	margin-left: 10px;
}

dl.infolist dt {
	float: left;
	width: 100px;
	padding: 0 0 8px 15px;
	background: url(../img/icon_06.gif) no-repeat 0 0.3em;
}
dl.infolist dd {
	margin-left: 100px;
	padding-bottom: 8px;
	overflow: hidden;
	height: 100%;
}

dl.retulist dt {
	font-weight: bold;
}
dl.retulist dd {
	padding-left: 2em;
	padding-bottom: 1em;
	height: 100%;
}

div.utiawaseL {
	width: 330px;
	float: left;
}
div.utiawaseR {
	width: 330px;
	float: right;
}


.guideText {
	padding: 20px 10px 15px;
}
.guideText ul.downloadUl {
	margin: 0 0 1em;	
}
.guideText ul.downloadUl li {
	list-style: none;	
}
ul.guideUl {
	padding-left: 15px;	
	margin-bottom: 1em;
}
ul.guideUl li {
	list-style: none;
	position: relative;
	padding: 3px 0;
}
ul.guideUl li::after {
	display: block;
	content: '';
	position: absolute;
	top: .75em;
	left: -1em;
	width: 5px;
	height: 1px;
	background-color: #C49513;
}
.guideNote {
	background: url(../../guide/img/icon_note.gif) no-repeat left 0.1em;
	padding: 3px 0 2px 20px;
	width: 19em;
	float: right;
}
.guideNote a {
	color: #661E10;
}
.section01 .mb2{
	margin-bottom: 2em !important;	
}