
html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
}
a {
    text-decoration: none;
    color: #222222;
}

.com-logo a img {
    height: 35px;
}
#com-wrap {
    padding: 20px;
}
#com-header, #com-container {
    max-width: 1080px;
    margin: 0 auto;
}
ul#actBtm li {
    float: left;
    padding-right: 10px;
}
ul.no-bullet {
    list-style: none;
}

.for-company {
    display: flex;
    margin: 0 0 2.375rem;
}
.for-company nav#tab-subnav {
    display: block;
    background-color: #fff;
    width: 100%;
    font-size: 0;
    text-align: left;
}
.for-company nav#tab-subnav a {
    overflow: hidden;
    padding: 0 0.625rem;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -.075em;
    color: #222222;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0,0,0,.08);
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}
.for-company nav#tab-subnav a.active {
    font-weight: bolder;
    color: #fff;
    background-color: #747a8c;
}
@media screen and (max-width: 39.9375em) {
    .for-company nav#tab-subnav>:nth-child(-n+2) {
        border-top-width: 1px;
    }
    .for-company nav#tab-subnav>:nth-child(2n+1) {
        border-left-width: 1px;
        clear: both;
    }
    .for-company nav#tab-subnav a {
        float: left;
        width: 50%;
        border-width: 0 1px 1px 0;
    }
}
@media screen and (min-width: 40em) {
    #tab-subnav > :first-child:nth-last-child(5), #tab-subnav > :first-child:nth-last-child(5) ~ a {
        display: inline-block;
        width: 20%;
    }
}
.com-content {
    max-width: 780px;
    margin: 0 auto;
}

.privacy-list {
    border: 2px solid #ddd;
    display: inline-block;
    width: 100%;
}
ul.privacy-list-groups {
    width: 50%;
    float: left;
    padding: 0;
}
ul.privacy-list-groups li {
    padding-left: 20px;
}
.privacy hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    clear: both;
    height: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    box-sizing: content-box;
    overflow: visible;
}

header.privacy-list-header {
    padding: 20px;
}

.privacy .privacy-group table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
table.unstriped tbody {
    background-color: #fff;
}
table tbody, table tfoot, table thead {
    border-width: 1px 0;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
}
.privacy .privacy-group table tbody th {
    width: 30%;
    border-right: 1px solid rgba(0,0,0,.05);
}
.privacy .privacy-group table tbody td, .privacy .privacy-group table tbody th {
    padding: 0.9375rem;
    font-size: .8rem;
}
.privacy .privacy-group table tbody td {
    color: rgba(0,0,0,.5);
}
table tbody td, table tbody th, table tfoot td, table tfoot th, table thead td, table thead th {
    padding: 1rem 0.625rem;
    font-size: .9375rem;
    line-height: 1.375;
    letter-spacing: -.025em;
}
.privacy .privacy-group p {
    color: #666666;
}

.clear {
    clear: both;
}

.footer {
    width: 100%;
    height: 196px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f8f8f8;
    text-align: center;
}
.footer .policy {
    display: block;
    padding: 0 0 6px;
    font-size: 13px;
    margin: 0 20px;
}
.footer .policy a:first-child {
    padding: 0;
}
.footer .policy a {
    position: relative;
    padding: 0 0 0 10px;
    color: #555;
}

.footer address.user-address {
    font-style: normal;
    font-size: .75rem;
    position: relative;
    text-align: left;
    color: rgba(0,0,0,.55);
    letter-spacing: -.05em;
    max-width: 640px;
    margin: auto;
    padding: 20px;
}
.footer address.user-address ul li {
    list-style: none;
    float: left;
    line-height: 1.8em;
    color: rgba(0,0,0,.5);
    padding-right: 5px;
}
.footer address.user-address .copyright {
    color: rgba(0,0,0,.75);
}
.footer address.user-address ul li.clear, .box-dashed::after, .box-dotted::after, .box-margins::after, .box-margins[class*=box-dashed-]::after, .box-margins[class*=box-dotted-]::after, .box-margins[class*=box-solid-]::after, .box-solid::after {
    clear: both;
}
