@charset "utf-8";
/* CSS Document */


div.exampleSection{
	margin:0 0 1.5em;
	display:table-cell;
	width:670px;
	background:url(img/example_bg01.gif) no-repeat left bottom;
}

div.exampleSection p.example-targetImage{
	display:table-cell;
	/display:inline;
	/zoom:1;
	width:160px;
	vertical-align:bottom;
	font-size:0;
}

div.exampleSection p.example-targetImage img{
	display:block;
}

div.example-target{
	display:table-cell;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	width:146px;
	padding:10px;
}

div.example-target p{
	margin:0.6em 0;
}

div.example-before{
	display:table-cell;
	/display:inline;
	/zoom:1;
	vertical-align:top;
	width:148px;
	padding:0 15px;
}
div.example-after{
	display:table-cell;
	/display:inline;
	/zoom:1;
	vertical-align:top;
	width:135px;
	padding:0 15px;
	/margin-right:-100px;
	color:#68a308;
}

div.example-before,
div.example-after{
	font-weight:bold;
}

div.example-before img,
div.example-after img{
	margin:0 -15px;
	position:relative;
	display:block;
}
