@charset "utf-8";

section {
    width: 1000px;
    margin: 60px auto;
}

section table td {
    vertical-align: top;
    padding-bottom: 80px;
}

section table th {
    width: 180px;
    font-size: 26px;
    font-weight: 700;
    vertical-align: top;
    text-align: left;
}


section table th span {
    color: #939393;
    font-size: 18px;
    display: block;
    font-weight: 500
}

section table td {
    width: 810px;
    padding-left: 30px;
	font-size: 19px;
	line-height: 32px;
}