
div.plan-table {
	height: 600px;
	overflow: scroll;
	width: 100%;
}

div.plan-table table {
	width: 500px;
}

div.plan-table table th {
	padding: 15px 5px;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

div.plan-table table td {
	padding: 10px;
}

div.plan-table table tr.header td h3 {
	font-size: 23px;
}

div.flow {
	padding: 30px 10px 20px 10px;
}

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

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

div.flow div.detail div.img {
	display: block;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

div.arrow {
	height: 70px;
}

