@charset "UTF-8";

/* スタッフ */

.staff_box {
	width: 340px;
	margin-left: 10px;
	float: left;
	min-height: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #CCCCCC;
}

.staff_box blockquote {
	width: 120px;
	float: left;
}

.staff_box blockquote img {
	width: 120px;
	max-width: 120px;
}

.staff_box h3 {
	width: 210px;
	color: #990000;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
	float: right;
}

.staff_box p {
	width: 200px;
	padding-right: 10px;
	float: right;
}

.staff_ul {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.staff_ul li {
	width: 210px;
	float: left;
	margin-left: 10px;
	list-style: disc;
}

body {
	width: 100% ;
	height: 100% ;
	padding: 0 ;
}

.modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.modal-p {
	margin-top:1em;
}

.modal-p:first-child {
	margin-top:0;
}

a.staff {
	margin-top:-100px;
	padding-top:100px;
}

/* 血液学部門紹介 */

img.about {
	width:680px;
}


/* 教授挨拶 */

img.greeting {
	width: 160px;
	text-align: right;
}


/* 診療実績 */

img.sct {
	width: 640px;
	height: 480px;
}


/* シニアレジデント */

h3.resident {
	text-align: center;
	font-size: 28px;
	color: #FF0000;
	background-color: #FFFFFF;
	line-height:120%;
}


.resident_table {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #CCCCCC;
}


.resident_table td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
}


.attention {
	text-align:center;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#881C1D;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
}


/* 研究活動紹介 */

p.menu {
	font-size: 14px;
	font-weight: normal;
}

p.research {
	font-size: 18px;
	font-family: "HG丸?????M-PRO";
	line-height:150%;
}


/* 書籍 */

img.shoseki {
	width: 120px;
}

h3.shoseki {
	font-size: 13px;
}


/* ヘッダー */

.nav {
    padding: 0;
    margin: 0 auto 60px;
    width: 760px;
}
.fixed {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
}
