@charset "utf-8";
@import "../common/0-import.css";
/*------------------------------------------------------------
	service/detail.css
------------------------------------------------------------*/
#conts p {
	margin: 25px 0 40px;
	
	color: #666;
	line-height: 1.8;
	letter-spacing: 1px
}

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

#conts h4 {
	color: #666;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 1px
}

#conts .results {
	padding-bottom: 10px;
	
	overflow: hidden;
}

#conts .resultsBoxL {
	padding-bottom: 20px;

	float: left;
	text-align: center;
}

#conts .resultsBoxR {
	padding-bottom: 20px;

	float: right;
	text-align: center;
}

#conts ul {
	margin: 0 15px;
}

#conts ul li {
	text-align: left;
}

#conts ul li a,
#conts ul li a {
	padding-left: 15px;
	
	background: url(/img/icon/01.gif) no-repeat left top;
	
	color: #007BB7;	
	font-size: 11px;
	line-height: 32px;
}



