@charset "UTF-8";

.page-contentspages main {
	padding-bottom: 100px;
}

/*** page-terms ***/
#terms-main dl {
	margin-bottom: 50px;
}
#terms-main dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#terms-main dd {
	line-height: 1.7;
}
#terms-main .appendix {
	margin-top: 80px;
}

/*** page-law ***/
#law-main table {
    width: 100%;
}

#law-main table {
    width: 100%;
}

#law-main th {
    font-weight: bold;
    background-color: #F7F7F7;
}

#law-main td {
    line-height: 1.7;
}

#law-main th, #law-main td {
    padding: 15px;
    border: 1px solid #DDDDDD;
}

#law-main a {
    text-decoration: underline;
}

