@charset "utf-8";
/* ===================================================================
CSS information
 style info：各種文書
=================================================================== */
.pageTitle {
	background-image: url(../img/terms/page_title.png) !important;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 30px;
}
.pageDescription {
	margin-bottom: 20px !important;
	padding-top: 30px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #d2d2d2;
	background: none !important;
}

/*　docWrap
=================*/
.docWrap {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 17px;
	padding-right: 17px;
}
.docWrap h3 {
	font-size: 16px;
	margin-bottom: 13px;
	line-height: 20px;
	font-weight: bold;
	text-indent: -17px;
}
.docWrap b {
	display: block;
	margin-bottom: 5px;
}




