@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ● [センターの概要]専用CSS                              */
/*    ・ページ固有の処理を記述                             */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Table Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* MemberListTable （DefaultTable を上書き）
--------------------------------------------------- */
.MemberListTable{
  font-size: 87.5%;
}
    .MemberListTable th,
    .MemberListTable td{
    }
    .MemberListTable thead th.Name{
      width: 20%;
    }
    .MemberListTable thead th.Zip{
      width: 12.5%;
    }
    .MemberListTable thead th.Place{
      width: 30%;
    }
    .MemberListTable thead th.Phone,
    .MemberListTable thead th.Fax{
      width: 15%;
    }
    
    .MemberListTable tbody th{
      /*width: 30%;*/
      text-align: left;
    }
    .MemberListTable tbody td:nth-of-type(1){
      white-space: nowrap;
    }
    .MemberListTable tbody tr:nth-child(2n) {
      background: #fafafc;
    }


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   List Setting                                   */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 汎用リスト用補足 
--------------------------------------------------- */
.PageContentsArea li{
}
    
    .PageContentsArea li .Name{
      display: inline-block;
      min-width: 5em;
    }
    .PageContentsArea li .Heads{
      display: inline-block;
      text-align: right;
      min-width: 4em;
      margin-right: 0.5em;
    }