@charset "utf-8";

/**********************************************/
/* 山末研究室
/* 研究室紹介ページ メンバー紹介 2018年
/**********************************************/


/*見出し（テーマ）*/
#m2021 {
    background: url("../profile/img/member/2021/backimg.jpg") no-repeat center top;
    background-color:#0a3146;
}
.cover2021 {
    max-width: 1200px;
    margin: 0 auto;
    /*background-image: linear-gradient( 180deg, rgba(000,000,000,0.5), black );*/
}
.cover2021 img {
    display: block;
    margin: 0 auto;
}


/*見出し*/
h1 {
    margin: 10px 0 10px 0;
}

h2 {
    margin: 10px 0 30px 0;
    padding: 10px 0;
    background-image: none;
    background: url("../profile/img/member/2021/h2.jpg") no-repeat left center;
    background-color:#0a3146;
    color: #fff;
    border-width: 0;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 0;
}

/*氏名一覧*/
#mcover {
    margin: 20px auto 0;
    padding: 20px 50px 30px;
    background: url("../profile/img/member/2020/backimg2.jpg") repeat-x left bottom;
    background-color: #fff;
}
#mcover h3 {
    width: 90%;
    margin: 10px 0 20px;
    background-color:#0a3146;
    color:#fff;
    text-align: center;
    /*border-bottom: 2px #339966 solid;*/
    /*padding-left: 20px;*/
}

#mcover h3.logo b{
  font: 90 2.0vh "Vibur";
}


.tbl-mlist {
    width: 100%;
    border-collapse: collapse;
}
.tbl-mlist td {
    vertical-align: top;
    padding: 0 0 0 0px;
}
.tbl-mlist td:nth-child(1) {
    width: 46%;
}
.tbl-mlist td:nth-child(2) {
    width: 27%;
}
.tbl-mlist td:nth-child(3) {
    width: 27%;
}
.tbl-mlist ul {
    margin: 0 0 0 40px;
    padding: 0;
}
.tbl-mlist li {
    margin-bottom: 5px;
}


/*研究員一覧*/
.researcher{
    width:100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.researcher div.item {
    width: 29.333%;
    padding: 3% 2% 2%;
    background: -moz-linear-gradient(bottom, #eee, #fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#eee), to(#fff));
}
.researcher img.photo {
    width: 100%;
  	-webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px 1px rgba(0,0,0,0.3);
}
.researcher h3 {
    margin: 15px 0;
    padding: 0;
    background-image: none;
    background-color: transparent;
    font-size: 10px;
    font-size:1.0rem;
}
.researcher h3 span {
    margin: 0;
    padding: 0;
    background-image: none;
    background-color: transparent;
    
    font-size: 10px;
    font-size:1.0rem;
    font-weight: normal;
    display: inline-block;
    margin-left: 1em;
}
.researcher ul {
    /*
    width: 450px;
    float: left;
    */
   margin:0;
   padding:0;
   list-style-type: none;
}
.researcher li {
    font-size: 8px;
    font-size:0.8rem;
    margin-bottom: 3px;
}

.links {
    margin-top: 20px;
}
.links img {
    vertical-align: middle;
    margin-right: 5px;
}


/*修士学生一覧*/
.membernote {
    width: 100%;
    margin:0;
    padding: 0;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px 0;
}
.membernote .item {
    display: table-cell;
    vertical-align: top;
    background: -moz-linear-gradient(bottom, #eee, #fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#eee), to(#fff));
    padding: 10px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
}
.membernote div.noneimg {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.membernote ul {
   margin:0;
   padding:0;
   list-style-type: none;
}
.membernote ul li {
    font-size: 8px;
    font-size:0.8rem;
    margin-bottom: 3px;
}

.membernote img.photo {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.groupbox {
    color: #000;
    font-size: 10px;
    font-size:1.0rem;
    line-height: 100%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 5px 0 8px;
}
.groupbox span {
    font-size:1.4rem;
}
.membernote~.membernote {
    margin-top: 30px;
}



