@charset "utf-8";
#company {
	max-width: 840px;
	margin-left: auto;
	padding: 6.15%;
	margin-right: auto;
}
#company_disc {

}

#company_disc table  {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}
#company_disc table tr {
    border-bottom: 1px solid #E5E5E5;
}
#company_disc table tr:last-child {
    border-bottom: none;
}
#company_disc table tbody tr th {
    padding: 16px;
    width: 144px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	font-weight:normal;
}

#company_disc table tbody tr td {
        padding-top: 16px;
    padding-right: 16px;
    padding-left: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
	line-height: 1.5em;
	font-size: 15px;
}

#company_disc ul {
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#company_disc table tbody tr td ul li {
    font-weight: 400;
}
