@charset "UTF-8";


article section {
	border: none;
}
article h3 {
	border-bottom: #ccc solid 1px;
	margin-bottom: 1em;
}

article ul {
	margin-bottom: 12px;
}
article ul li {
	list-style: inside disc;
	text-indent: -1em;
	margin-left: 1em;
}

article .right,
article figure.left {
	display: table-cell;
}
article .right {
	width: 532px;
	padding-left: 40px;
	vertical-align: top;
}


article p.leadtxt {
	font-size: 1.6rem;
}

article .leadtxt2 {
	font-size: 120%;
	font-weight: bold;
}
article .leadtxt2 strong {
	color: #0058a4;
}


article figure.left {
	width: 168px;
	vertical-align: top;
}
article figure figcaption {
	text-align: center;
}


section figure {
	text-align: center;
}

