@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;
}
.dl_table dt {
    font-weight:700;
}
@media only screen and (max-width: 767px) {
.dl_table dt {
    padding-bottom:8px;
}
}
@media only screen and (min-width: 768px) {
.dl_table dt, .dl_table dd {
    border-bottom: 1px solid #ccc;
}
}