@charset "utf-8";
/* CSS Document */

article {
	margin-bottom: 20px;
}

ul.flow {
	padding: 20px;
	color: #1b84a8;
	font-weight: bold;
	border-top: 1px #eee solid;
}

ul.flow li {
	margin-bottom: 10px;
	padding-bottom: 30px;
}

ul.flow li.end {
	margin-bottom: 0 !important;
	border-bottom: none !Important;
}

.list1 {
	padding: 12px 0 0 85px;
	background: url(../images/1.png) no-repeat;
	border-bottom: dashed 1px #b5d0db;
}

.list2 {
	padding: 12px 0 0 85px;
	background: url(../images/2.png) no-repeat;
	border-bottom: dashed 1px #b5d0db;
}

.list3 {
	padding: 12px 0 0 85px;
	background: url(../images/3.png) no-repeat;
	border-bottom: dashed 1px #b5d0db;
}

.list4 {
	padding: 12px 0 0 85px;
	background: url(../images/4.png) no-repeat;
	border-bottom: dashed 1px #b5d0db;
}

/* oneColNav */
ul.oneColNav {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.oneColNav li a {
	display: block;
	float: left;
	padding: 10px 0;
	width: 158px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	background: #1395bb;
}

ul.oneColNav li a:hover {
	background: #7dbdd0;
}

.button {
	padding: 80px 0 0 0;
	width: 100%;
	height: 87px;
	background: #ecf6fa url(../../common/images/title03.gif) 50% 0 no-repeat;
	text-align: center;
}