@charset "utf-8";

.bold {
	font-weight: 500;
}

.price-revision {
	width: 890px;
	margin: 15px auto 15px;
	text-align: left;
	padding: 20px 30px 40px;
	background-color: #fff;
	border: 1px solid #aeb6bd;
	box-shadow: 0px 1px 2px #b9b9b9 inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
	border-radius: 5px;
}

#container {
	/* background: #ebeef0 url(/business/cms/images/000014466.jpg) left top repeat-x; */
	/* background: #ebeef0 left top repeat-x; */
}

div#content {
	/* width: 100%; */
	/* background: none; */
}

.price-revision .title {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.8em;
	padding-bottom: .6rem;
	margin-bottom: 1.2rem;
	border-bottom: 1.5px solid #aeb6bd;
}
.price-revision .date {
	font-size: 12px;
}
.price-revision .text {
	font-size: 14px;
	line-height: 1.6;
}

.price-revision .text p:nth-child(n+2) {
	margin-top: 1rem;
}

.price-revision .price-list {
	font-size: 14px;
	margin-top: 1.5rem;
}

.price-revision .price-list li.name {
	font-size: 14px;
	margin-bottom: 6px;
}
.price-revision .price-list li.name span {
	font-size: 19px;
	position: relative;
	top: 1px;
}
.price-revision .price-list li:nth-child(n+2) {
	margin-top: 4px;
}

#searchInfoWrap {
	border-bottom: 1px solid #dbe0e4;
	background-color: #fff;

}
#searchInfoWrap #searchInfo {
	width: 950px;
	/* margin: 20px auto 20px;
	padding: 0; */
}
