@charset "utf-8";

.p-box{
	padding: 30px 0 40px;
}

.p-txt{
	line-height: 1.7;
}

.p-table{
	width: 100%;
}
.p-table td{
	border-bottom: dashed 1px #cccccc;
	padding-bottom: 15px;
}
.p-w01{
	width: 3%;
}
.p-w02{
	width: 97%;
}
.p-none-border{
	border-bottom: none !important;
}