/* common */
.contents_member{
	padding-top: 80px;/*メニューバーのheightに90pxに合わせること*/
    margin-left: 10%;
    margin-right: 10%;
}
h2{
	border-left: solid 5px blue;
    border-bottom: solid 1px grey;
    padding: 10px;
}
h3{
	text-align: left;
}



/* table */
table.table_FacultyStaff_Researcher, table.master, table.undergraduate{
	margin: auto;
}

/*Private photo*/
table img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 200px;
}
table p.name span.bold{
	font-weight: bold;
}

/*group photo*/
.group_photo {
    width: 60%;
    height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
