@charset "utf-8";

/**********************************************/
/* 山末研究室
/* 研究室紹介ページ メンバー紹介 2018年
/**********************************************/

h2 {
    margin: 0 0 30px 0;
    padding: 10px 0;
    background-image: none;
    background-color:#339966;
   
    color: #fff;
    border-width: 0;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
h2 span {
    font-size: 11px;
    font-size:1.1rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-left: 10px;
    letter-spacing: -0.5px;  
}

/*表紙*/
.mcover {
    margin-bottom: 50px;
}
.mcover img { width: 880px;}
.mcover h3 {
    margin: 10px 0 20px;
    border-bottom: 2px #339966 solid;
    padding-left: 20px;
    color:#339966;
}
.tbl-mlist {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-left: 1px #339966 dotted;
}
.tbl-mlist td {
    vertical-align: top;
    padding: 0 0 0 0px;
    border-right: 1px #339966 dotted;
}
.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{
    margin-bottom: 50px;
}
.researcher div {
    background-color: #ddd;
    overflow: hidden;
    margin-bottom: 10px;
    margin:0 20px 10px;
    background: -moz-linear-gradient(left, #eee, #fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#eee), to(#fff));
}
.researcher img.photo {
    width: 250px;
    float: left;
    margin:0 30px 0 0;
}
.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 0 0 6px;
   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: 25px 0;
}
.membernote .item {
    display: table-cell;
    vertical-align: top;
}

.membernote ul {
   margin:0px 0 0 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: 30px;
}

.groupbox {
    color: #6B6B6B;
    font-size: 10px;
    font-size:1.0rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-bottom: 10px;
}

.membernote~.membernote {
    margin-top: 50px;
}

#miyuki-kanako {
    margin-top: 50px;
    background: url("../img/backimg02.png") repeat left center;
	-webkit-box-shadow: 0 2px 5px 0 rgba(185,185,185,0.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(185,185,185,0.3);
	box-shadow: 0 2px 5px 0 rgba(185,185,185,0.3);
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 30px;
}
#miyuki-kanako .membernote {
    border-spacing: 100px 0px;
    margin-left: -10px;
}
#miyuki-kanako .photo {
    border: 10px #fff solid;
	-webkit-box-shadow: 0 2px 5px 0 rgba(185,185,185,0.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(185,185,185,0.3);
	box-shadow: 0 2px 5px 0 rgba(185,185,185,0.3);
}

.blog img {
    display:block;
    margin: 0px auto 10px;
}

