@charset "utf-8";

/***************************************************************************
*
* ABOUT2 STYLE
*
***************************************************************************/

/*content*/
.textMain{
	width: 860px;
	font-size: 16px;
}

/*areaOrigin*/
.areaOrigin .originText,.areaWorship .worshipText,.areaDahejia .dahejiaText{
	font-size: 20px;
	line-height: 2.2;
	margin-bottom: 35px;
	text-align: justify;
	color: #363636
}

.originPhoto,.dahejiaPhoto{
	margin-bottom: 30px;
}

.wrapArea{
	width: 95%;
	margin: 0 auto;
}

/*areaWorship*/
.areaWorship{
	margin-bottom: 53px;
}
.areaWorship .worshipTitle{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;

}

/*areaDahejia*/
.areaDahejia{
	padding-bottom: 60px;
}
.areaDahejia .dahejiaText:last-child{
	margin-bottom: 0;
}
/*areaService*/
.areaService{
	margin-bottom: 40px;
}

@media(max-width: 768px){
	.wrapArea{
		width: 100%;
		padding: 0 5%;
	}
	.textMain{
		width: 100%;
		padding: 0 5%;
		font-size: 14px;
	}
	.areaOrigin .originText, .areaWorship .worshipText, .areaDahejia .dahejiaText{
		font-size: 14px;
	}
	.areaWorship{
		margin-bottom: 30px;
	}
	.areaWorship .worshipTitle{
		padding: 0 5%;
	}
	.areaDahejia{
		padding-bottom: 35px;
	}
}