@charset "utf-8";

.p-box{
	padding: 20px 0;
}
.p-line{
	border-bottom: dashed 1px #cccccc;
}
.p-box-left{
	width: 220px;
	float: left;

}
.p-box-right{
	width: 390px;
	float: right;
}
.p-txt{
	line-height: 1.7;
}