#maintitle {
	background:url(images/title_bg.jpg) center center;
}

table.list-table th {
	width: 170px;
	font-weight: bold;
	padding: 18px;
	font-size: 110%;
}

table.list-table th img {
	width: 100px;
	height: auto;
	margin: auto;
	display: block;
	padding-bottom: 8px;
}

table.list-table td {
	text-align: justify;
}

ul.flow-list {
	text-align: center;
}

ul.flow-list li {
	display: block;
	width: 600px;
	margin: auto;
	border: 2px dotted #e1b982;
	border-radius: 30px;
	padding: 20px 50px 30px 50px;
	margin-bottom: 30px;
}

ul.flow-list li img {
	width: 100%;
	height: auto;
	padding: 15px 0px;
}

ul.flow-list li h3 {
	color: #8b5e21;
	font-size: 18px;
}

ul.flow-list li h3 span.no {
	display: block;
	font-size: 170%;
}



