
#contents section li{
	padding-bottom: .5em;
}
#contents dl.fee-table {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-bottom: 1px solid #888;
    margin-top: 10px;
    margin-bottom: 10px;
}
#contents dl.fee-table.second {
    margin-top: 0;
    border-top: none;
}

#contents dl.fee-table:last-of-type {
    margin-bottom: 20px;
}


#contents dl.fee-table > dt,
#contents dl.fee-table > dd {
    display: table-cell;
    vertical-align: top;
}
#contents dl.fee-table > dt{
	width: 45%;
}
#contents dl.fee-table > dd {
	width: 55%;
}

#contents dl.fee-table > dt h3 {
    margin-top: .125em;
    margin-bottom: .25em;
}
#contents dl.fee-table > dd > table {
    margin: 0;
}
#contents dl.fee-table > dd > table td, 
#contents dl.fee-table > dd > table th {
    border: none;
    background-color: transparent;
    vertical-align: bottom;
    padding-left: 0;
    padding-right: 0;
} 

#contents dl.fee-table > dd > table tr {
    border-bottom: 1px dashed #ccc;
}
#contents dl.fee-table > dd > table tr:last-child {
    border-bottom:none;
}

#contents dl.fee-table > dd > table th {
    text-align: left;
	width: 70%;
}

#contents dl.fee-table > dd > table td {
    text-align: right;
	width: 30%;
}
#contents .tbl_detail{
    margin-bottom: 40px;
}
#contents #fee-support address {
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 10px;
}

#contents #fee-support address > span {
    display: inline-block;
}

#contents #fee-support address > span > a {
    color: #4d4d4d;
}

#contents #special table th:first-of-type{
	width: 25%;
}
#contents #special table th:last-of-type{
	width: 75%;
}

#contents #special table .txt_center{
	font-weight: bold;
	color: #333;
}

/**
 * Breakpoint: ~780px
 */

@media screen and (max-width: 780px) {
    #contents dl.fee-table,
    #contents dl.fee-table > dt,
    #contents dl.fee-table > dd {
        display: block;
        width: 100%;
    }

    #contents dl.fee-table {
        margin-bottom: 20px;
    }
    #contents dl.fee-table:first-of-type {
        margin-top: 0;
    }
}