@charset "utf-8";

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

/* Main
------------------------------------------------------------------ */
/* introduction */
#subPage #content .introduction {
    margin: 50px auto 0;
    width: 588px;
}
#subPage #content .introduction + .introduction {
    margin-top: 60px;
}

/* headline */
#subPage #content h3 {
    color: #d6809a;
    font-size: 2.6rem;
    margin: 20px 0 0 0;
    position: relative;
}
#subPage #content h3 span {
    font-size: 2.0rem;
    margin: 0 1em 0 0;
}
#subPage #content h3 small {
    color: #999999;
    font-size: 1.6rem;
    position: absolute;
    right: 0; bottom: 0.4em;
}
#subPage #content h4 {
    border-bottom: 1px solid #ededed;
    font-weight: normal;
    margin: 16px 0 10px 0;
    padding: 0 0 10px 0;
}

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

/* list */
/* 経歴 */
#subPage #content dl {
    color: #666666;
    display: table;
}
#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 {
    list-style: none;
    margin: 24px 0;
}
#subPage #content ul li {
    color: #666666;
    font-weight: bold;
}
#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 {
    border-collapse: collapse;
    margin: 60px 0 0 0;
    width: 100%;
}
#subPage #content table tr th {
    border: 1px solid #dadada;
    padding: 10px 2%;
    vertical-align: middle;
}
#subPage #content table tr td {
    border: 1px solid #dadada;
    line-height: 1.4;
    padding: 12px 2%;
    vertical-align: middle;
}
#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 {
    font-size: 0.8em;
    margin: 0 0 0 45px;
}

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