@charset "utf-8";
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.pmc-iq-page-wrapper {
	margin-bottom: 48px;
}
.pmc-anchor-text {
	background-color: #FF9;
	margin-bottom: 48px;
}
.pmc-content {
	background-color: #0FF;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	float: left;
}
.pmc-col-left {
	background-color: #F90;
	width: 50%;
	float: left;
	margin-top: 36px;
	margin-bottom: 36px;
}
.pmc-col-right {
	background-color: #09C;
	width: 50%;
	float: left;
	margin-top: 36px;
	margin-bottom: 36px;
}
