.main {
    min-height: 1000px;
    color: #444444;
}
.main .content {
    font-size: 1.4rem;
    width: 1100px;
    margin: 30px auto;
}
.main .content h1 {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    font-size: 3rem;
}
.main .content h1.mt50 {
    margin-top: 50px;
}
.main .content h1.mb20 {
    margin-bottom: 20px;
}
.main .content .section {
    padding: 0 50px;
}
.main .content .section p {
    margin: 0;
    padding: 20px 10px;
}
.main .content .section p span {
    display: block;
    margin-left: 18px;
}
.main .content .section h2 {
    margin: 0;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 2rem;
}
.main .content .section h2.mt30 {
    margin-top: 30px;
}
.main .content .section h3 {
    font-size: 1.4rem;
    margin: -10px 0;
    padding: 0 10px;
}
.main .content .section .footage {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main .content .section .footage span {
    margin: 3px 0;
}
.main .content .section .contact {
    display: flex;
    justify-content: center;
}
.main .content .section .contact div {
    width: 400px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #999999;
    border-radius: 5px;
}
.main .content .section .contact div span {
    margin: 3px 0;
}
.main .content .section .contact a {
    color: #0098de;
}
.main .content .section .row {
    display: flex;
    border: 1px solid #eeeeee;
}
.main .content .section .row:nth-child(n + 2) {
    border-top: none;
}
.main .content .section .row label {
    font-weight: bold;
    background-color: #f5f5f5;
    width: 300px;
    line-height: 20px;
    padding: 15px 0 15px 20px;
}
.main .content .section .row div {
    flex: 1;
    padding: 15px 20px;
    border-left: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
}
.main .content .section .row div b {
    margin: 5px 0;
}
.main .content .section .row div b:first-child {
    margin-top: 0;
}
table {
    font-size: 1.4rem;
    width: 98%;
    border: 1px solid #666666;
    border-spacing: 0;
    border-collapse: collapse;
    margin: -10px 1% 10px 1%;
}
td,
th {
    padding: 3px 5px;
    border: 1px solid #666666;
}
.floor {
    height: 100px;
    border-top: 1px solid #eeeeee;
    background-color: #fbfbfb;
}
.floor .content {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    font-size: 1.2rem;
    margin: 0 auto;
    color: #666666;
    padding: 10px 0;
}
.floor .content p {
    margin: 5px 0;
    padding: 0;
}
.floor .content p:last-child {
    color: #777777;
}
