@charset "Shift_JIS";

div.example {
	width: 600px;
	padding: 20px;
	*zoom: 1;  /* clear float for ~IE7 */
}

div.example:after {
	clear: both;
	display: block;
	content: "";
}

div.example p {
	float: left;
	width: 170px;
	margin: 5px;
	padding: 5px;
	border: 5px solid #ccc;
	background: #e9e9e9;
}

div.example p.iroha-flatheights-target {
	color: green;
}