@charset "UTF-8";
html {
    font-family: -apple-system,system-ui,sans-serif;
    font-kerning: normal;
}
body {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    top: 0px;
    background-color: #908c8c;
    height: 230px;
    font-size: 16px;
}
a:link, a:visited, a:active, a:focus {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    opacity: .9;
}
main {
    margin-left: auto;
    margin-right: auto;
}
header {
    float: left;
    width: 960px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/head.jpg);
}
article {
    background-image: url(../images/bg_pattern.jpg);
    height: auto;
    clear: left;
}
header .logo {
    width: 230px;
    float: left;
    padding-left: 150px;
    padding-top: 20px;
    opacity: .75;
}
header .title {
    float: left;
    padding-top: 14px;
    padding-left: 40px;
    opacity: .75;
}
.info {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: left;
    clear: left;
}
.description {
    /* preview */
    width: 224px;
    height: auto;
    background-color: rgba(255,254,233,0.66);
    /* border */
    border: 4px solid rgba(130, 57, 14);
    /* border-radius */
    border-radius: 16px;
    /* box-shadow */
    box-shadow: 0px 0px 11px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
}
.description h3 {
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #331505;
}
.description p {
    margin: 0 0 12px 0;
}
.info h3 {
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
}
.contact {
    padding-top: 18px;
    font-weight: bold;
    text-align: center;
    color: #331505;
}
.footer {
    text-align: center;
    padding-bottom: 15px;
    font-size: 14px;
    font-family: system-ui,sans-serif;
    letter-spacing: .6px;
    color: #444;
}
.contact .contact_button {
    margin-top: 15px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10PX;
    padding-bottom: 10PX;
    /* preview */
    width: 180px;
    background-color: rgba(130, 57, 14, .88);
    /* border-radius */
    border-radius: 12px;
    /* box-shadow */
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.contact p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.job {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    margin-top: 100px;
    top: 100px;
    padding-top: 30px;
}
.info table td {
    border: 1px #7C7C7C;
    background-color: #FFF;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 45px;
    padding-bottom: 10px;
    vertical-align: top;
    white-space: nowrap;
}
