@charset "UTF-8";

/* ==================================================
 #orthopaedic resident_program.html
================================================== */
.link_btn{
    display: block;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #b4b4b4;
    font-weight: bold;
    width: 250px;
    text-decoration: none !important;
    position: relative;
    text-align: center;
}
.link_btn:hover{
    background-color: #dcdcdc;
}

.table_2{
    width: 100%;
    border-collapse: collapse;
}

.table_2 th,
.table_2 td {
    padding: 15px;
}

.table_2 tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table_2 td:first-child {
    background-color: #eef6ff; /* お好みのカラーコードに変更してください */
    font-weight: bold;
}

/* ==================================================
 #orthopaedic history.html
================================================== */
.profile-header {
    display: flex;
    align-items: stretch; /* 左右の要素の高さを揃える */
    border-top: 1px solid #b5b5b5; /* 下の区切り線 */
    border-bottom: 1px solid #b5b5b5; /* 下の区切り線 */
    width: 100%;
    max-width: 650px; /* 必要に応じて調整してください */
    margin-bottom: 15px;
}

.profile-name-box {
    flex: 1;
    display: flex;
    align-items: baseline; /* 文字の底辺を揃える */
    padding: 10px 0 10px;
}

.profile-name {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.1em;
    margin-right: 8px;
}

.profile-title {
    font-size: 14px;
    color: #000000;
}

.profile-period-box {
    background-color: #dce6ff; /* 右側の薄い青背景 */
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    font-size: 13px;
    white-space: nowrap; /* 途中で改行させない */
}