Edit in JSFiddle

<ul>
	<li>1</li>
	<li>2</li>
	<li>3 ヒットする</li>
	<li>4</li>
	<li>5</li>
</ul>
li:nth-child(3){
	background-color: red;
}