@charset "utf-8";
#main {
	font-size: 75%;
}
h2 {
    margin-bottom: 20px;
}
table {
    border-top: 1px dotted #999999;
    line-height: 180%;
    width: 100%;
}
tr {
}
th, td {
    border-bottom: 1px dotted #999999;
    padding: 15px;
}
th {
    background-color: #F1F1EF;
    border-right: 1px solid #999999;
}
td {
    width: 80%;
}
.button {
    margin-top: 20px;
    text-align: center;
}