@charset "utf-8";
body {
    background-color: #ccc;
}
a, a:link, a:visited, a:active, a:hover {
    display: inline-block;
    color: #555;
    text-decoration: none;
}

.container {
    width: 950px;
    margin: 0 auto;
    padding: 130px 15px 80px;
}

.container h2 {
    width: 850px;
    font-weight: bold;
    font-size: 3em;
    color: #ED143D;
    margin: 50px auto;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 5px dotted #ED143D;
    font-family: 'Lato', sans-serif;
    letter-spacing: 10px;
}

#breadcrumbs,
.breadcrumbs {
    width: 140px;
}

.breadcrumbs li:last-child a {
    color: #ED143D;
}

.staff {
    width: 818px;
    margin: 30px auto;
    border: 1px solid #ED143D;
    padding: 15px;
}

.staff .img {
    float: left;
}

.staff .img img {
    border: 1px solid #aaa;
    border-radius: 10px;
    width: 258px;
    height: 258px;
}

.staff .word {
    width: 538px;
    float: left;
    margin-left: 20px;
}

.word .chief {
    color: #ED143D;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.word .name {
    color: #000;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.intro {
    margin-top: 20px;
}

.intro table tbody tr th {
    width: 70px;
    color: #ED143D;
    border: 1px solid #ED143D;
    padding: 16px 0;
    border-radius: 5px;
}

.intro table tbody tr td {
    color: #000;
    padding-left: 10px;
    line-height: 1.5em;
}