@charset "utf-8";

.p-topics{
	background:#f7f7f7;
	padding:30px 10px;
	margin-top: 40px;
}
.p-topics-box{
	border-bottom: dashed 1px #949494;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.p-topics-left{ 
	width: 12%;
	float: left;
}
.p-topics-right{ 
	width: 88%;
	float: right;
}
