
div.plan-table table th {
	background-color: #989386;
	border-bottom: 5px solid #fdf7ce;
	color: white;
	padding: 10px 20px;
	text-align: center;
	width: 20%;
}

div.plan-table table td {
	background-color: white;
	border-bottom: 5px solid #fdf7ce;
	border-left: 5px solid #fdf7ce;
	border-top: 5px solid #fdf7ce;
	padding: 20px 30px;
	vertical-align: top;
	width: 40%;
}

div.plan-table table tr.header th,
div.plan-table table tr.header td {
	background: #f49f0a;
	color: white;
	font-weight: 600;
	text-align: center;
}

div.plan-table table tr.header th.delete {
	background: none;
}

div.plan-table table tr.header td h3 {
	font-size: 28px;
	padding: 10px 0px 20px 0px;
}

div.plan-table table tr.header td em {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	color: white;
	display: block;
	font-size: 80%;
	font-style: normal;
	padding: 5px;
}

div.flow {
	background-color: white;
	border: 5px solid #dad0be;
	padding: 30px 50px 20px 50px;
	position: relative;
}

div.flow h2 {
	background-color: #a9a29a;
	border-radius: 5px 5px 0px 0px;
	color: white;
	-moz-border-radius: 5px 5px 0px 0px;
	padding: 20px 20px 8px 20px;
	margin-top: -50px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

div.flow h2.c {
	padding-top: 8px;
}

div.flow h2 span.no {
	color: #a9a29a;
	display: block;
	font-size: 80%;
	margin-top: -30px;
}

div.flow h2 span.no em {
	font-size: 20px;
	background-color: #f2eee3;
	font-style: normal;
	padding: 5px 30px;
}

div.flow h2 strong {
	display: block;
	padding-top: 10px;
}

div.flow div.detail {
	padding: 10px 20px 0px 20px;
}

div.flow div.detail div.text {
	display: table-cell;
	vertical-align: top;
}

div.flow div.detail div.img {
	display: table-cell;
	padding-left: 40px;
	vertical-align: middle;
	width: 200px;
}

div.arrow {
	background: url(images/arrow.png) no-repeat center 15px;
	height: 70px;
}

