@charset "utf-8";

/**********************************/
/* 医療法人平仁会　下館病院／しもだてメディカルポート
/* 倫理ページ設定ファイル
/**********************************/

/*スマホ用病院メニュー*/
.sf-menu { display:none; }

/*表紙*/
.menu-list li {
    margin-bottom: 10px;
}



/*名簿*/
.tbl-member {
    width: 100%;
    border-collapse: collapse;
    border: 1px #ddd solid;
    margin-bottom: 20px;
}
.tbl-member th {
    background-color: #87BFFF;
    border: 1px #ddd solid;
    padding: 5px 10px;
}

.tbl-member th:nth-child(1) {
    width: 15%;
}
.tbl-member th:nth-child(2) {
    width: 15%;
}
.tbl-member th:nth-child(3) {
    width: 35%;
}
.tbl-member th:nth-child(4) {
    width: 10%;
}
.tbl-member th:nth-child(5) {
    width: 10%;
}
.tbl-member th:nth-child(6) {
    width: 10%;
}
.tbl-member th:nth-child(7) {
    width: 5%;
}


.tbl-member td {
    background-color: #fff;
    border: 1px #ddd solid;
    padding: 5px 10px;
    text-align: center;
}

.member-memo {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.member-memo li {
    margin: 5px 0;
}

/*臨床研究*/
.read {
    background-color: #E1FAFF;
    padding:10px;
}



/**********************************************/
/* スマホ用
/**********************************************/
@media only screen and (max-width:599px) {


    .tbl-member {
        width: 95%;
        margin:0 auto 20px;
    }

  /*病院用サブメニュー（フッター）*/
  .sf-menu    { display:block; margin-top:30px;}
  .sf-menu h4 { margin-bottom:10px; }
  .sf-menu ul {
    width:95%;
    margin:10px auto;
    padding:0;
    border:1px #ddd solid;
  }
  .sf-menu li {
    list-style-type:none;
    border-bottom:1px #ddd solid;
  }
  .sf-menu a {
    display:block;
    padding:7px 10px 7px 21px;
    color:#000;
    background:url(../img/mk_shimodate.gif) no-repeat 10px center; 
    text-decoration:none;
  }
}
