@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */
.l-content .sectionInner p {
	margin-top:20px;
}
/* textList */
.l-content .txtList dt,
.l-content .txtList dd {
	float:left;
	margin-bottom:10px;
}
.l-content .txtList dt {
	width:160px;
	font-weight:bold;
}
.l-content .txtList dd {
	width:770px;
}
.l-content .short dt {
	width:100px;
	font-weight:bold;
}
.l-content .short dd {
	width:830px;
}
/* table */
.l-content .commonTable td.bgcB {
	background-color:#d3edfb;
}
.l-content .commonTable td p {
	text-align:left;
	margin-top:0px;
}