@charset "utf-8";

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

.p-box-title{
	margin-bottom: 15px;
}

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

.p-txt strong{
	font-weight: bold;
	color: #000;
}

.p-sh{
	color: #a96bb6;
	margin-bottom: 5px;
}

.p-txt sup{
	color: #999;
}

.p-txt sup.tm{
	color: #333;
}

.p-right{
	text-align: right;
}


.p-box2{
	border-top: 1px #ccc solid;
	margin-top: 15px;
	padding: 5px 0 30px;
}

.p-box2 p{
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 8px;
	line-height: 1.3;
}

.p-box2 p.indent1{
	text-indent: -1.5em;
	margin-left: 2em;
}
	

