/*共通スタイル*/
#contact p {
	text-align: center;
}

#access img,
#collaboration img,
#education img,
#topics img {
	display: block;
	margin: 0 auto;
}

.lowerback {
	background-color: #7F81BD;
	background-position: center;
	background-repeat: repeat-y;
}

.lowermainvisual {
	background-image: url(../img/img-back_lower.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.container.whiteback {
	background-color: #fff;
	background-position: center;
	margin-top: 80px;
}

/*テーブル*/
table {
	display: block;
	margin-bottom: 0 auto;
	margin-bottom: 30px;
}

tr,
th,
td {
	border: 1px solid #000;
	padding: 10px 20px;
	text-align: left;
}

th {
	width: 900px;
	background-color: #D9D9EB;
}

table.stafflist th {
	width: 200px;
}

#basic th {
	background-color: #C8E5C3;
}

#clinical th,
#nephrologyandRheumatology th {
	background-color: #FACCD0;
}

#nephrologyandRheumatology table.stafflist tr,
#nephrologyandRheumatology table.stafflist th,
#nephrologyandRheumatology table.stafflist td {
	padding: 10px 15px
}

#nephrologyandRheumatology table.stafflist th {
	width: 175px;
}

#translational th,
#appliedMolecular th,
#NephroScience th,
#nutritionScience th,
#biomarkercenter th {
	background-color: #DFE8B2;
}

#nephrologyandRheumatology td {
	width: 450px;
}

.floatleft table {
	width: 560px;
}

.floatleft .year {
	width: 60px;
}

table .year-month {
	width: 90px;
}

.assistant .floatleft table {
	width: 640px;
}

table.sponsor,
table.sponsor tr,
table.sponsor td {
	/*border: none;*/
	vertical-align: top;
}
table.sponsor td:first-of-type {
	width: 120px;
}

.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

p.caption {
	font-size: 14px;
	margin-top: -20px;
	text-align: center;
}
p.longcaption {
	font-size: 14px;
	margin: -20px auto 20px;
	text-align: left;
	width: 500px;
}

/*部門について*/
.floatright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.floatright img {
	padding-top: 0;
}

.floatleft {
	float: left;
}

.namebox {
	margin-top: 30px;
}

.namebox p {
	font-weight: bold;
}

.name {
	font-size: 175%;
	margin-bottom: 0;
}

.basicmainvisual img,
.clinicalmainvisual img,
.translationalmainvisual img {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.basicmainvisual .floatright img,
.clinicalmainvisual .floatright img,
.translationalmainvisual .floatright img {
	margin-bottom: 10px;
}

/*オリジナルサイトへのボタン*/
.btn a {
	border: 1px solid #000;
	display: block;
	padding: 30px 20px;
}

.btn a:before {
	content: "\25B6";
}

.btn a {
	color: #000;
	font-size: 113%;
	font-weight: bold;
	text-decoration: none;
}

.btn:hover {
	background-color: #F2F2F2;
}

/*基礎部門*/
.basicback {
	background-color: #C8E5C3;
	background-position: center;
	background-repeat: repeat-y;
}

.basicmainvisual {
	background-image: url(../img/img-back_basic.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
}

/*臨床部門*/
.clinicalback {
	background-color: #FACCD0;
	background-position: center;
	background-repeat: repeat-y;
}

.clinicalmainvisual {
	background-image: url(../img/img-back_clinical.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
}

/*トランスレーショナルリサーチ部門*/
.translationalback {
	background-color: #DFE8B2;
	background-position: center;
	background-repeat: repeat-y;
}

.translationalmainvisual {
	background-image: url(../img/img-back_translational.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
}


/*リンク*/
#link ul {
	display: block;
	margin: 0 auto;
	margin-bottom:50px;
}

#link ul li {
	border: 1px solid #000;
	float: left;
	list-style-type: none;
	padding: 20px 10px;
    width: 258px;
    margin-right: 10px;
}

#link ul li:last-child {
	margin-right: 0;
}

#link ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#link ul li:hover {
	background-color: #F2F2F2;
}