@charset "utf-8";

/* ====================================================
 ABOUT US
==================================================== */
#content .contentInc{
	text-align: center;
	margin-bottom:110px;
}
#content .contentInc img{
	width:100%;
	max-width:726px;
	margin-bottom:50px;
}
#content .contentInc p{
	font-size:16px;
	margin-bottom: 20px;
	line-height: 170%;
}

@media screen and (max-width:780px){ 
	#content .contentInc{
		margin-bottom:70px;
	}
	#content .contentInc img{
		width:95%;
		margin-bottom:20px;
	}
	#content .contentInc p{
		font-size:16px;
		margin-bottom:15px;
		line-height:170%;
		padding:0 10px;
	}
}
