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



/* HEADER
-----------------------------------------*/
#outsourcingHeader{
	width: 100%;
	padding: 100px 0;
	background: url(images/header_back.jpg) no-repeat center center;
}

	#outsourcingHeader div{
		width: 980px;
		margin: 0 auto;
	}
	
		#outsourcingHeader h2{
			font-size: 28px;
		}
		
		#outsourcingHeader p{
			width: 500px;
			font-size: 14px;
			line-height: 26px;
			margin-top: 30px;
		}



/* ADVANTAGE／PROCESS
-----------------------------------------*/	
#outsourcingAdvantage,#outsourcingProcess{
	width: 100%;
	padding: 70px 0;
}

#outsourcingProcess{
	background: #f5f5f5;
}


	#outsourcingAdvantage h2,#outsourcingProcess h2{
		font-size: 28px;
		text-align: center;
		padding-top: 60px;
	}
	
	#outsourcingAdvantage h2{
		background: url(images/ico_advantage.png) no-repeat center top;
	}
	
	#outsourcingProcess h2{
		background: url(images/ico_process.png) no-repeat center top;
	}

	#outsourcingProcess div{
		width: 980px;
		margin: 50px auto 0 auto;
	}
	
	#advantageHeader{
		width: 1180px;
		margin: 30px auto 0 auto;
		height: 450px;
		padding: 50px;
		display: table;
	}
	
		#advantageHeader p{
			display: table-cell;
			vertical-align: middle;
			padding: 0 100px 0 50px;
			line-height: 24px;
		}
		
	#advantageList{
		width: 980px;
		margin: 0 auto;
		padding: 50px 150px;
		background: #f5f5f5;
	}
	
		#advantageList p{
			line-height: 22px;
		}
		
		#advantageList ul{
			margin: 20px 0 0 0;
			background: #fff;
			padding: 30px;
		}
		
			#advantageList li{
				font-size: 16px;
				line-height: 32px;
				background: url(images/ico_check.png) no-repeat left center;
				padding-left: 37px;
			}
	
	#advantageFlow{
		width: 980px;
		margin: 50px auto 0 auto;
	}
	
		#advantageFlow h3{
			font-size: 24px;
			font-weight: bold;
			text-align: center;
		}
		
			#advantageFlow h3 strong{
				font-weight: bold;
			}
		
		#advantageFlow p{
			margin-top: 50px;
		}
	
	#outsourcingProcess dl{
		width: 980px;
		position: relative;
		padding-top: 40px;
	}
	
	#outsourcingProcess dl:first-child{
		padding-top: 0;
	}
	
	#outsourcingProcess dl:before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 0;
		margin-top: 10px;
		margin-left: -10px;
		border-top: 20px solid #ccc;
		border-right: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid transparent;
	}
	
	#outsourcingProcess dl:first-child:before{
		border: none;
	}
	
		#outsourcingProcess dt{
			background: #000032;
			color: #fff;
			padding: 15px 0;
			text-align: center;
			font-size: 16px;
			font-weight: bold;
		}
		
		#outsourcingProcess dd{
			background: #fff;
			padding: 20px 30px;
			line-height: 24px;
		}
				
		
		