@charset "utf-8";

/*==============プライバシーポリシー===============*/

.noMar {
	margin-left:20px;
}


table.defo {
    border-collapse: collapse;
    width: 100%;
    border: 3px solid #d1cabf;
    background: #fff;
}

caption, th {
    text-align: left;
}

table th {
    font-weight: bold;
    background: #faf9f7;
}

table.defo td, table.defo th {
    border-left: #d1cabf 1px solid;
    border-right: #d1cabf 1px solid;
    border-bottom: #d1cabf 1px dotted;
    padding: 10px;
}
td.width30, th.width30 {
    width: 30%;
}
table th {
    font-weight: bold;
    background: #faf9f7;
}
caption, th {
    text-align: left;
}

.mb20 {
	margin-bottom:20px;
}