@charset "utf-8";

section{
	width:750px;
	border:1px solid #727171;
	margin:65px auto 0;
}
section h1{
	background:#727171;
	font-size:14px;
	color:#fff;
	margin:0 0 12px;
	display:inline-block;
	padding:4px 5px;
}
section article{
	padding:0 8px;
}
section article span{
	display:block;
	margin-bottom:10px;
	color:#727171;
}
section article p{
	display:block;
	margin-bottom:10px;
	text-align:justify;
	line-height:1.2em;
	letter-spacing:0;
}