@import url("global.css");

.container section .image {
	float: left;
	border: #f2f2f2 10px solid;
	margin: 0 40px 120px 0;
}
.entrytitle {
	margin: 0 0 35px 380px;
	padding: 10px 0 10px 40px;
}

section.flow {
	clear: both;
	position: relative;
}
section.flow h1 {
	text-align: center;
	margin-bottom: 80px;
}
.flow ol {
	width: 700px;
	background: url(../flow/img/flowbg.png) repeat-y left top;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.flow ol li {
	margin-bottom: 50px;
}
.flow ol li .title {
	height: 70px;
	margin-bottom: 25px;
}
.flow ol li .title .step {
	width: 70px;
	height: 60px;
	background-color: #cc1e06;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 1.1;
	padding-top: 10px;
	float: left;
	margin-right: 30px;
}
.flow ol li .title .step span {
	font-size: 30px;
}
.flow ol li .title h2 {
	height: 70px;
	line-height: 70px;
	color: #cc1e06;
	font-size: 20px;
}
.flow ol li p {
	margin-left: 100px;
}

.flow .img {
	position: absolute;
	top: 180px;
	right: 0;
	width: 220px;
}
.flow .img img {
	display: block;
	margin-bottom: 95px;
}

