@charset "utf-8";
@import "../common/0-import.css";
/*------------------------------------------------------------
	service/detail.css
------------------------------------------------------------*/
#conts p.detailText {
	margin: 25px 0 30px 0;
}

#conts h3 {
	margin-bottom: 20px;
}

#conts h4 {	
	margin: 40px 0 20px 17px;
}

#conts p, 
#conts ul {
	margin: 0 17px;
	
	color: #666;
	line-height: 17px;
}

#conts p strong {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#conts table {
	margin: 0 17px;
	
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}
	
#conts table th {
	padding-right: 10px;
	
	color: #333;
	font-weight: bold;
	text-align: left;
}

#conts table td span {
	padding-left: 10px;
	
	background: url(/img/icon/03.gif) no-repeat left center;
}

#conts ul li {
	margin-bottom: 10px;
	padding-left: 12px;
	
	background: url(/img/icon/03.gif) no-repeat left top;
	letter-spacing: 1px;
}


