@charset "UTF-8";
body {
    min-width: auto;
    margin-right: 10px;
}
font[size="2"] {
    font-size: 15px !important;
}
table {
    width: 100%;
    table-layout: fixed;
}
table font {
    width: 120px;
    padding: 16px 10px;
    display: block;
    float: left;
}
table td > font {
    position: relative;
    z-index: 1;
    color: #3972B7;
    font-size: 15px;
    white-space: nowrap;
}
table td > font::before {
    content: "";
}
table td > font.isEven {}
table a {
    float: right;
    padding: 16px 30px 16px 10px;
    width: calc(100% - 180px);
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
}
table td > a.isEven::after {
    position: absolute;
    z-index: 0;
    content: "";
    display: block;
    width: calc(100% + 140px);
    height: 100%;
    background: #F9F9F9;
    right: 0;
    top: 0;
}
table td > a::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #3972B7;
    display: block;
    position: absolute;
    z-index: 1;
    left: -140px;
    top: 0;
    height: 100%;
    height: calc(100% - 10px);
    bottom: 0;
    margin: auto;
}
table a.isEven {}
table a > font::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #3a72b7;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
}
table a font {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
}
table table[width="100%"] {
    clear: both;
    border-top: 1px solid #ddd;
    position: relative;
    border-color: transparent;
}
table table[width="100%"] td img {
    display: none;
}
table table[width="100%"] + table[width="100%"] {
    display: none;
}
table form {
    display: block;
    margin-top: 20px;
}
table form table {
    border-top: none !important;
}
a[href="#top"] {}
[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 120px;
    line-height: 42px;
    box-sizing: border-box;
    border: 1px solid #3972B7;
    border-radius: 7px;
    text-align: center;
    color: #3972B7;
    font-size: 12px;
    font-weight: bold;
    transition-duration: .3s;
    transition-property: background-color, color;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
select {
    vertical-align: middle;
    width: 120px;
    line-height: 44px;
    height: 44px;
}
[type="submit"]:hover {
    background: #3972B7;
    color: #fff;
}
@media screen and (max-width:699px) {
    table font[size="2"] {
        font-size: 12px !important;
    }
    table td > font {
        padding-left: 15px;
    }
    table a font[size="2"] {
        font-size: 13px !important;
    }
    table font {
        width: 100px;
        padding: 16px 0;
        display: block;
        float: left;
        font-family: 'Quicksand', sans-serif;
    }
    table a {
        float: right;
        padding: 16px 30px 16px 0;
        width: calc(100% - 145px);
        display: block;
        color: #000;
        text-decoration: none;
        position: relative;
    }
    table td > a.isEven::after {
        width: calc(100% + 115px);
    }
    table td > a::before {
        width: 2px;
        left: -115px;
    }
    table a > font::before {
        right: -19px;
    }
}
