@charset "utf-8";
.tradelaw_sect {
    padding: 0 20px;
    margin: 30px auto 15px;
    max-width: 1040px;
}
.tradelaw_table {
    width: 100%;
    display: block;
    word-break: break-all;
}
.tradelaw_table th,.tradelaw_table td {
    font-weight: lighter;
}
.tradelaw_table td a{
    color: #333;
}
@media screen and (max-width:639px) {
    .tradelaw_table th,.tradelaw_table td {
        display: block;
        width: 100%;
        text-align: left;
    }
    .tradelaw_table th {
        color: #333;
        background-color: #e6e6e6;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .tradelaw_table td {
        font-size: 16px;
        margin-bottom: 15px;
        color: #333;
    }
    .tradelaw_area {
        margin-bottom: 96px;
    }
}
@media screen and (min-width:640px) {
	.tradelaw_sect {
		margin-bottom: 57px;
	}
    .tradelaw_table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }
    .tradelaw_table tr {
        border-bottom: 1px solid #000;
        font-size: 18px;
        color: #333;
    }
    .tradelaw_table th,.tradelaw_table td {
        padding: 25px;
        line-height: 1.5;
    }
    .tradelaw_table th {
        width: 30%;
    }
    .tradelaw_table td {
        width: 70%;
    }
}