@charset "utf-8";
/* CSS Document */

.summary_text .mds {
	font-weight: bold;
	color: #F60;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.m-top5 {
	margin-bottom: 5px;
}
.m-top10 {
	margin-bottom: 10px;
}
.m-top15 {
	margin-bottom: 15px;
}
.m-top20 {
	margin-bottom: 20px;
}
.m-top25 {
	margin-bottom: 25px;
}
.m-bottom5 {
	margin-bottom: 5px;
}
.m-bottom10 {
	margin-bottom: 10px;
}
.m-bottom15 {
	margin-bottom: 15px;
}
.m-bottom20 {
	margin-bottom: 20px;
}
.m-bottom25 {
	margin-bottom: 25px;
}

.p-bottom5 {
	padding-bottom: 5px;
}
.p-bottom10 {
	padding-bottom: 10px;
}
.p-bottom15 {
	padding-bottom: 15px;
}
.p-bottom20 {
	padding-bottom: 20px;
}
.p-bottom25 {
	padding-bottom: 25px;
}
 