@charset "utf-8";

/* staff.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */

/* introduction */
#subPage #content .introduction {
    width: 588px;
    margin: 50px auto 0;
}

#subPage #content .introduction + .introduction {
    margin-top: 60px;
}

/* headline */
#subPage #content h3 {
    position: relative;
    margin: 20px 0 0;
    font-size: 2.6rem;
    color: #d6809a;
}

#subPage #content h3 span {
    margin: 0 1em 0 0;
    font-size: 2.0rem;
}

#subPage #content h3 small {
    position: absolute;
    right: 0; bottom: 0.4em;
    font-size: 1.6rem;
    color: #999;
}

#subPage #content h4 {
    padding: 0 0 10px;
    margin: 16px 0 10px;
    font-weight: normal;
    border-bottom: 1px solid #ededed;
}

/* portrait */
#subPage #content .portrait {
    display: block;
    width: 360px;
    margin: 0 auto;
}

/* list */

/* 経歴 */
#subPage #content dl {
    display: table;
    color: #666;
}

#subPage #content dl dt {
    display: table-cell;
    width: 110px;
}

#subPage #content dl dd {
    display: table-cell;
}

#subPage #content dl dd a{
display: inline-block;
width: auto;
text-decoration: underline;
}

#subPage #content dl dd a::after{
content: none;
}

#subPage #content ul {
    margin: 24px 0;
    list-style: none;
}

#subPage #content ul li {
    font-weight: bold;
    color: #666;
}

#subPage #content ul li::before {
    content: '・';
}

#subPage #content ul li a{
display: inline-block;
width: auto;
text-decoration: underline;
}

#subPage #content ul li a::after{
content: none;
}

/* table */

/* 診療担当表 */
#subPage #content table {
    width: 100%;
    margin: 30px 0 0;
    border-collapse: collapse;
}

#subPage #content table tr th {
    min-width: 1.5em;
    padding: 10px 2%;
    vertical-align: middle;
    border: 1px solid #dadada;
}

#subPage #content table tr td {
    padding: 12px 2%;
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid #dadada;
}

#subPage #content table thead tr th:first-child,
#subPage #content table tbody tr th {
    background: #f0f0f0;
}

#subPage #content table thead tr th:nth-child(2) {
    color: #d6809a;
}

#subPage #content table thead tr th:nth-child(3) {
    color: #298099;
}

#subPage #content table tbody tr td span {
    display: inline-block;
    width: 45px;
}

#subPage #content table tbody tr td small {
    margin: 0 0 0 45px;
    font-size: 0.8em;
}

/* notes */
#subPage #content p.notes {
    margin: 22px 0 0;
}
