Edit in JSFiddle

<div>
	<span>( ˘ω˘ )おれおれ</span>
	<p>
		<span>( ゚д゚)俺は孫だから違うよ</span>
	</p>
</div>
div > span {
	color :red;
}