/* guide
---------------------------------------- */
a:hover img{
	opacity: 0.7;
}
.no-border{
	border: none !important;
}
span.y{
	background: #fff69e;
}
.tCenter{
	text-align: center;
}
span.orange{
	color:#ff7e00;
}
.flowBlock_one .basis{
    text-align: right;
    margin-top: 20px;
    padding-right: 50px;
}
.flowBtn{}
.flowBtn a{
	display: block;
	background: #0e8d66;
	border: none;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
	position: relative;
}
.flowBtn a:after{
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 20px;
}
.flowBtn a:hover{
	text-decoration: none;
}

.guide {
	margin-bottom: 100px;
}

.gray{
	background: #edecea;
}

.containerFlow{
	margin: 0 auto;
    width: 1120px;
    position: relative;
}

h2.pageTitle {
    font-size: 193%;
    font-weight: bold;
    margin: 10px 0 20px;
	}

.titleImg{
	margin-bottom: 10px;
}

.flowNav{
	height: 100px;
	display: table;
	padding-left: 30px;
}
h3.guideIco{
	background: url("../img/guide/ico_tit_home.png") no-repeat left center;
    padding: 5px 0 0 32px;
	color: #0e8d66;
	font-size: 22px;
	display: table-cell;
	vertical-align: middle;
}

.flowBlock_one {
	padding: 40px 0;
	margin: -50px auto auto auto;
	background: url("../img/guide/bg_flow_one.png") no-repeat;
	height: 504px;
}
.flowBlock_one h3{
	text-align: center;
	color: #0e8d66;
	font-size: 22px;
	margin-bottom: 20px;
}
.flowBlock_one .box{
	padding: 30px 50px;
}
.flowBlock_one .box li {
	float: left;
	width: 247px;
	margin-right: 10px;
}
.flowBlock_one .box li:last-child {
	margin-right: 0;
}
.flowBlock_one .box li h4 {
	position: relative;
	background: #0e8d66;
	text-align: center;
	color:#fff;
	padding: 10px 0;
}
.flowBlock_one .box li h4:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(14, 141, 102, 0);
	border-top-color: #0e8d66;
	border-width: 10px;
	margin-left: -10px;
}
.flowBlock_one .box li p.flowTxt{
	padding: 10px;
	min-height: 150px;
}

.flowBlock_two {
	float: left;
	padding: 20px 0;
	margin: 30px 10px 30px 0;
	background: url("../img/guide/bg_flow_two.png") no-repeat;
	height: 396px;
	width: 551px;
}
.flowBlock_two h3{
	text-align: center;
	color: #0e8d66;
	font-size: 22px;
	margin-bottom: 20px;
}
.flowBlock_two .box{
	padding: 30px 30px 30px 60px;
}

.flowBlock_two p, .flowBlock_three p, .flowBlock_four p, .flowBlock_five p{
	padding: 20px 0;
}

.flowBlock_three {
	float: left;
	padding: 20px 0;
	margin: 12px 0 30px 0;
	background: url("../img/guide/bg_flow_three.png") no-repeat;
	height: 413px;
	width: 553px;
}
.flowBlock_three h3{
	text-align: center;
	color: #0e8d66;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 18px;
}
.flowBlock_three .box{
	padding: 30px 30px 30px 60px;
}


.flowBlock_four {
	float: left;
	padding: 20px 0;
	margin: 12px 10px 30px 0;
	background: url("../img/guide/bg_flow_four.png") no-repeat;
	height: 470px;
	width: 551px;

}
.flowBlock_four h3{
	text-align: center;
	color: #0e8d66;
	font-size: 22px;
	margin-bottom: 20px;
}
.flowBlock_four .box{
	padding: 30px 30px 30px 60px;
}
.flowBlock_five {
	float: left;
	padding: 20px 0;
	margin: 30px 0 ;
	background: url("../img/guide/bg_flow_five.png") no-repeat;
	height: 451px;
	width: 551px;
}
.flowBlock_five h3{
	text-align: center;
	color: #0e8d66;
	font-size: 22px;
	margin-bottom: 20px;
}
.flowBlock_five .box{
	padding: 12px 30px 30px 60px;
}

.flowBlock_bottom{
	text-align: center;
	margin: auto;
	padding: 50px 0 0;
}
.flowBlock_bottom p{
	padding: 10px;
}