@charset "UTF-8";
/* CSS Document */
/* Huynh Tram */

/* Mainvisual */
#Mainvisual{	
	background:url(../images/index/bg_mainvisual.png) repeat-x;
	padding:5px 0 0;
	height:355px;
	overflow:hidden;
	margin-bottom:5px;
}
#Flow {
	background:#e4e4e4;	
	margin-bottom:50px;
	
}
#Flow > img {
	float:right;
	margin-top:-20px;	
}
#Flow p {
	color:#0d0d1e;
	font-size:109%;
	padding:50px 0 0 35px;	
}
.step li {
	height:160px;
	position:relative;	
}
.step .number-step {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
}
.step p {
	color:#0d0d1e;
	font-size:109%;
	line-height:21px;
	margin-left:140px;	
}
.s-title {
	margin-bottom:35px;	
}