.ico-guide:before { 
	content: '';
	background: url(/img/icons1.png) no-repeat -590px -500px;
	width: 38px;
    height: 38px;
	position: absolute; 
	left: 0px;
	top: -5px; 
} 

.guide {
	width: 1000px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 50px;
	padding-right: 15px;	
	font: 15px/27px "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans", Arial, sans-serif;
}

.guide .caution {
	background: #f5f5f5;
	padding: 15px 25px;
	border-radius: 5px;
	line-height: 160%;
	margin-bottom: 50px;
}

.comm-bd .guide h1 { 
	padding-bottom: 25px; 
	margin-bottom: 30px; 
	width: 100%; 
	border-bottom: solid 2px #589DDA; 
}

.guide h2 { 
	display: block;
	font-size: 24px; 
	border-bottom: 0; 
	font-weight: normal; 
	margin-top: 20px; 
	margin-bottom: 25px; 
}

.guide h3 { 
	display: block; 
	font-size: 18px; 
	font-weight: 400; 
	border-bottom: 0;
	margin-top: 20px; 
	margin-bottom: 20px; 
}

.guide p { }
.guide h3+p { padding-left: 20px; }

.guide p.t1 {
	margin-top: 20px;
	font-weight: bold;
}
.guide p.t1+p { margin-top: 20px; }

.guide ul.list {
	margin-top: 20px; 
	margin-left: 40px;
	position: relative;
}
.guide ul.list li {
	padding-bottom: 5px;
	line-height: 24px; 
}
.guide ul.disc { list-style-type: disc;	}
.guide ul.decimal { list-style-type:  decimal;	}
.guide ul.list ul.decimal { 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
.guide ul.list .num {
	position: absolute;
	margin-left: -18px;
	font-size: 16px;
}
.guide section { 
	padding-bottom: 30px;
}


