@import url("global.css");

.wrapper p {
	margin: 1em 0;
}
.wrapper p.lead {
	background-color: #cc1e06;
	line-height: 1.3;
	color: #fff;
	padding: 10px 20px;
	margin: 20px -3px;
	text-align: center;
	border-radius: 2px;
}
.wrapper ul.image {
	width: 300px;
	margin: 20px auto;
	overflow: hidden;
}
.wrapper ul.image li {
	width: 90px;
	margin: 0 5px;
	float: left;
}

.wrapper section {
	margin: 50px 0;
}
.wrapper section .title {
	text-align: center;
	margin-bottom: 30px;
}
.wrapper section p.image {
	text-align: center;
	margin: 20px 0;
}

ul.three {
	border-top: #cc1e06 1px solid;
}
ul.three li {
	border-bottom: #cc1e06 1px dotted;
	padding: 10px 5px;
}
ul.three li:nth-of-type(odd) {
	background-color: #fafafa;
}
ul.three li:last-of-type {
	border-bottom: #cc1e06 1px solid;
}
ul.three li dl {
	overflow: hidden;
}
ul.three li dl dt {
	float: left;
	color: #fff;
	background-color: #cc1e06;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
	margin-right: 10px;
}
ul.three li dl dd {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	height: 60px;
}
.wrapper section p.finish {
	color: #cc1e06;
	margin: 20px 0;
	line-height: 1.4;
	text-align: center;
	font-size: 16px;
}


