@charset "utf-8";

/* *********************** first *************************** */
.lwr_hl2 {
	width: 700px;
	height: 85px;
	clear: both;
}
.lwr_hl3 {
	width: 640px;
	height: 40px;
	clear: both;
	margin-bottom: 20px;
}
.lwr_box {
	border: solid 1px #eee6cb;
	background: #fff;
	padding: 30px 0;
	overflow: hidden;
}
.lwr_box .wrap {
	margin: 0 30px;
}
.lwr_box .min_unt {
	margin: 0 20px 40px 20px;
}
@media all and (max-width: 768px) {
	.lwr_box {
		padding: 20px 0;
	}
	.lwr_box .wrap {
		margin: 0 15px;
	}
	.lwr_box .min_unt {
		margin: 0 10px 30px 10px;
	}
}


/* ******** text ******** */
.lwr_nrm {
	margin-bottom: 15px;
	clear: both;
}
.IndTxt {
	margin-left: 14px;
	clear: both;
}
.BldTxt {
	font-weight: bold !important;
}
.BigTxt {
	font-size: 16px !important;
	line-height: 1.5em !important;
	font-weight: bold;
}
.RedTxt {
	color: #d82c49;
	font-weight: normal;
}
/* ******** align ******** */
.AnLt {
	text-align: left;
}
.AnCr {
	text-align: center !important;
	margin: 0 auto !important;
}
.AnRt {
	text-align: right;
}

