@charset "utf-8";

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

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

/* introduction */
#subPage #content .introduction {
    margin: 2.5em 0 0;
}

#subPage #content .introduction + .introduction {
    margin-top: 3em;
}

/* headline */
#subPage #content h3 {
    position: relative;
    margin: 1em 0 0;
    font-size: 1.6rem;
    color: #d6809a;
}

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

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

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

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

/* list */

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

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

#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: 1.2em 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: 1em 0 0;
    border-collapse: collapse;
}

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

#subPage #content table tr td {
    padding: 0.5em 2%;
    font-size: 0.9em;
    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: 3em;
}

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

/* notes */
#subPage #content p.notes {
    margin: 1.4em 0 0;
    line-height: 1.4;
}
