@charset "utf-8";
/* CSS Document */
.page-heading {
  margin: 0;
	border-bottom:none;
}
.dl_table {
	border-top: 1px solid #ccc;
	max-width:980px;
	margin:0 auto;
}
.dl_table dl {
    border-bottom: 1px solid #ccc;
		line-height: 180%;
}
.dl_table dt {
    font-weight:700;
}
.dl_table dd ul{
    list-style-type: disc;
		padding-left:1.5em;
}
.dl_table dd ul.circleNumber{
    list-style-type: none;
		padding-left:0;
}
.dl_table dd ol{
    list-style-type: decimal;
		padding-left:1.5em;
}
@media only screen and (min-width: 768px) {
.dl_table dt, .dl_table dd {
    border-bottom: 1px solid #ccc;
}
}
@media only screen and (max-width: 767px) {
.dl_table dt {
    padding-bottom:8px;
}
}
