@charset "utf-8";

body {
	font-family:"Meiryo", sans-serif;
	width: 100%;
}
a, a:hover{
	text-decoration: none;
}

header{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#header_navi{
	width: 100%;
	height: 142px;
	z-index: 100;
	position: absolute;
	top: 0px;
}


section .address{
	line-height:initial;
	width: 800px;
    display: flex;justify-content: center;
    align-items: center;
    gap:28px;
    background-color: #e8e8e8;
    padding:20px 10px 20px 10px;
}

section .address .address_1{
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left:0px;
    padding: 10px 10px 10px 10px;
      background-color: #c4c4c4;
}

section .address .address_2{
	font-weight: normal;
	font-size: 16px;
}

section .address .address_2 ul li{
	margin-top: 10px;
}


#gnav_c{
background-color: #e02e40;
}

#header_navi .inn{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header_navi .inn .logo{
	font-size: 30px;
	position: absolute;
	top: 30px;
}

#header_navi .inn .tel{
	position: absolute;
	top: 15px;
	right: 20px;
}

#header_navi .inn .inquiry{
	position: absolute;
	bottom: 24px;
	right: 8px;
    background-color: #06d179;
    background-color: #0ac473;
    color: #fff;
    padding: 10px 20px;
  border-radius: 4px;
  text-shadow: 0px 0px 5px #4b4e51;
}

#header_navi .inn .facebook{
	position: absolute;
	bottom: 7px;
	right: 25px;
}

#header_navi .inn a:hover{
	opacity: 0.6;
}

#header_navi nav{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 42px;
	position: relative;
    display: flex;
  align-items: center;
}

#header_navi nav ul{
	width: 100%;
	max-width: 1200px;
	padding: 0;
	font-size: 0;
}

#header_navi nav li{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
}

#header_navi nav li a{
	display: block;
	list-style: none;
	font-size: 16px;
	padding: 0 28px;
	text-align: center;
	color: #fff;
}

#header_navi nav li a:hover{
background-color:#ff6b7a;
}



#header_navi nav li:first-child{
	margin-left: 2px;
}

#header_navi nav li:last-child{
	background-image: none;
}

#header_navi nav li a{
padding: 6px 18px;
  border-radius: 5px;
  margin-right: 10px;
}

/* グローバルナビ */

#nav_toggle{
	display: none;
}

.slicknav_menu{
	display: none;
}

/* 共通 */

#page-top {
	position: fixed;
	right: 5%;
	bottom: 28px;
	z-index: 1000;
}
#page-top a {
	display: block;
	padding: 10px;
}

#page-top a:hover {
	opacity: 0.5;
}

footer{
	width: 100%;
	margin: 0 auto;
	background: #5c5c5c;
}

footer .footer_navi{
	width: 1150px;
	height: 140px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
	color: white;
	
}





footer .footer_navi .address{
	line-height:initial;
	width: 800px;
    display: flex;justify-content: center;
    align-items: center;
    gap:28px;
}

footer .footer_navi .address .address_1{
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left:0px;
    padding: 10px 10px 10px 10px;
    background-color: #464646;
}

footer .footer_navi .address .address_2{
	font-weight: normal;
	font-size: 16px;
}

footer .footer_navi .address .address_2 a{
color: aqua;
}



footer .footer_navi .address .address_2 ul li{
	margin-top: 10px;
}

footer .footer_navi .sitemap{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

footer .footer_navi .sitemap ul li{
	display: flex;
	justify-content: space-between;
	width: 185px;
}

footer .footer_navi ul{
	list-style: none;
}

footer .footer_navi ul li a{
	display: inline-block;
	vertical-align: middle;
	color: #323232;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 7px;
	color: #aaaaaa;
}

footer .footer_navi ul li a:before{
	content: "▶︎";
	font-size: 50%;
	padding: 0 0.8em;
	vertical-align: middle;
	color: #aaaaaa;
}

footer .footer_navi ul li a:hover{
	color: #0099cc;
}

footer .copy{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	width: 100%;
	background: #464646;
}


/* トップ */
header .zoomslider{
	height: 740px;
	z-index: 1;
	position: relative;
}

header .mv_read{
	width: 100%;
	height: 500px;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: left;
	align-items: center;
background:transparent url("../images/top_image.webp") no-repeat 0px center;
background-size: cover;
}

header #mv_read .inn{
	padding-top: 150px;
}
header #mv_read .inn > div{
	display: flex;
	justify-content: center;
	align-items: center;
}

header #mv_read p{
	font-family: serif;
	font-size: 40px;
	padding: 0 0.05em;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}

section#top{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	justify-content: space-between;
}

#top .top_greeting{
	width: 400px;
	filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
	margin-right: 42px;
}

#top .top_greeting a:hover img{
  transform: scale(1.05);
  transition-duration: 0.8s;
}

.top_greeting a{
display: block;
margin-bottom: 20px;
}

#top .info-area{
	max-width: 700px;
}

#top .info-area .ttl{
	padding: 0;
	margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #e02e40;
    align-items: center;
    width: 700px;
}
	
#top .info-area .ttl h2{
	padding: 0;
	padding-top: 20px;
	padding-bottom: 12px;
	margin: 0;
	color: #3c3c3c;
	font-weight: bolder;
	font-size: 26px;
}

#top .info-area .ttl p{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 38px;
}

#top .info-area .news{
	height: 180px;
	width: 98%;
	padding: 0 1%;
	padding-top: 15px;
	padding-bottom: 25px;
	overflow-y: scroll;
}

#top .info-area .news > div{
	width: 100%;
	padding-bottom: 0.2em;
	margin-bottom: 16px;
	border-bottom: 1px dashed #000000;
}

#top .info-area .news p{
	font-size: 14px;
	line-height: 2em;
}

#top .info-area .news p a[target$="_blank"]{
	color: #3c3c3c;
    padding-left: 21px;
    background: transparent url(../images/ico_web.png) no-repeat 3px center;
    text-decoration: underline;
}

#top .info-area .news p a:hover{
	color: #3c3c3c;
    opacity: 0.5;
    text-decoration: none;
}

#top .info-area .news .days{
	color: #323232!important;
}

.box_more {
  position: relative;
  font-size: 15px;
  margin-bottom: -15px;
  width: 130px;
}

.box_more a {
  background: transparent url(../images/ico_arr01.png) no-repeat 0 5px !important;
  padding: 0 0 0 17px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: bold;
  color: #666;
}

.box_more a::before {
  content: '\f138';
  color: #e02e40;
  font-size: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline;
  margin-right: 7px;
  position: static !important;
}

.box_more a:hover {
	opacity: 0.5 ;
}

#top_greeting{
	filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
	margin-right: 42px;
}

#pick_up{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #f1f4f6;
}

#pick_up .inn{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#pick_up .inn .cate h2{
font-size: 22px;
border-bottom: 2px solid #777777;
width: 108%;
  padding-bottom: 8px;
  margin-bottom: 18px;
}


#pick_up .inn .cate ul{
list-style:none;
}


#pick_up .inn .cate ul li {
position: relative;
padding-left: 10px;
font-size: 18px;
  margin: 8px 0px 4px 0px;
  }
  
#pick_up .inn .cate ul li a{
color: #000;
}

#pick_up .inn .cate ul li a:hover{
color: #e02e40;
}

#pick_up .inn .cate ul li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #464646;
    
  }

a.fa-file-pdf::before{
content: "";
background-image: url("../images/icon_pdf.gif");
display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: -5px;
}

#pick_up .inn .cate ul li::marker{
color: red;
}

#pick_up .inn .banner {
	filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
	margin-right: 42px;
}

#pick_up .inn .banner:nth-child(2n) {
	margin-right: 0;
}

#pick_up .inn .banner a{
	width: 27%;
	height: auto;
	overflow: hidden;
}

#pick_up .inn .banner a img{
	transition-duration: 0.8s;
}

#pick_up .inn .banner a:hover img{
	transform: scale(1.05);
	transition-duration: 0.8s;
}

.split01{
	animation: fadeIn01 2.0s ease 0.0s 1 normal;
}
.split02{
	animation: fadeIn02 2.0s ease 0.0s 1 normal;
}
.split03{
	animation: fadeIn03 2.0s ease 0.0s 1 normal;
}
.split04{
	animation: fadeIn04 2.0s ease 0.0s 1 normal;
}
.split05{
	animation: fadeIn05 2.0s ease 0.0s 1 normal;
}
.split06{
	animation: fadeIn06 2.0s ease 0.0s 1 normal;
}
.split07{
	animation: fadeIn07 2.0s ease 0.0s 1 normal;
}
.split08{
	animation: fadeIn08 2.0s ease 0.0s 1 normal;
}
.split09{
	animation: fadeIn09 2.0s ease 0.0s 1 normal;
}
.split10{
	animation: fadeIn10 2.0s ease 0.0s 1 normal;
}
.split11{
	animation: fadeIn11 2.0s ease 0.0s 1 normal;
}
.split12{
	animation: fadeIn12 2.0s ease 0.0s 1 normal;
}


@keyframes fadeIn01 {
  0% {opacity: 0; transform: scale(0.0);} 
  65% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn02 {
  0% {opacity: 0; transform: scale(0.0);} 
  68% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn03 {
  0% {opacity: 0; transform: scale(0.0);} 
  71% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn04 {
  0% {opacity: 0; transform: scale(0.0);} 
  74% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn05 {
  0% {opacity: 0; transform: scale(0.0);} 
  77% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn06 {
  0% {opacity: 0; transform: scale(0.0);} 
  80% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn07 {
  0% {opacity: 0; transform: scale(0.0);} 
  83% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn08 {
  0% {opacity: 0; transform: scale(0.0);} 
  86% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn09 {
  0% {opacity: 0; transform: scale(0.0);} 
  89% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn10 {
  0% {opacity: 0; transform: scale(0.0);} 
  92% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn11 {
  0% {opacity: 0; transform: scale(0.0);} 
  95% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn12 {
  0% {opacity: 0; transform: scale(0.0);} 
  98% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

/* コンテンツ */
header #mv{
	width: 100%;
	height: 242px;
}

header .content_area{
      background: transparent url("../images/top_image.webp") no-repeat 0px center;
	background-repeat: no-repeat;
	background-position: center 17%;
      background-size: cover;
        background-color: #fef1ee;
}

header .intern{
	background: url(../images/page_mv03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

header .medical_personnel{
	background: url(../images/page_mv04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

header .others{
	background: url(../images/page_mv05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

header #mv .inn{
display: flex;
  justify-content: center;
  width: 100%;
}

header .content_area .inn{
	background-repeat: repeat-x;
	background-position: left bottom;
}

header .intern .inn{
	background: url(../images/page_mv03_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

header .medical_personnel .inn{
	background: url(../images/page_mv04_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

header .others .inn{
	background: url(../images/page_mv05_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

header #mv .inn .ttl{
	position: relative;
	font-size: 34px;
	line-height: 1.0em;
	color: #fff;
      width: 1200px;
  top: 168px;

}

header #mv .inn .ttl span{
	display: inline-block;
      padding: 10px 22px 8px 22px;
    background-color: #fef1ee;
  color: #e02e40;
  opacity: 0.9;
  border-radius:6px;
    box-shadow: 0px 0px 12px #e6555b;
    font-size: 26px;
    font-weight: bold;
}

header #pankuzu{
	width: 100%;
	height: 45px;
	background: #ebeff0;
}

header #pankuzu ul{
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

header #pankuzu li{
	font-size: 14px;
	line-height: 45px;
	color: #3c3c3c;
	display: inline-block;
	margin-right: 0.8em;
}

header #pankuzu li a{
	color: #3c3c3c;
	text-decoration: underline;
}

header #pankuzu li:before{
	content: ">";
	margin-right: 0.8em;
}

header #pankuzu li:first-child:before{
	content: none;
	margin-right: 0;
}

header #pankuzu li a:hover{
	color: #0099cc;
}

#content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

#content #side_navi{
	width: 28%;
	max-width: 330px;
}

#content #side_navi ul{
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

#content #side_navi ul li{
	font-size: 18px;
	line-height: 1.4em;
	width: 330px;
	height: 60px;
	border-bottom: 1px solid #e58f8f;
	border-right: 1px solid #e58f8f;
	border-left: 1px solid #e58f8f;
}


#content #side_navi ul li:first-child{
	border-top: 1px solid #e58f8f;
}


#content #side_navi ul li a{
	color: #3c3c3c;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 1.0em;
	background-color: #fff;
	background-image: url(../images/side_navi_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#content #side_navi ul li.current a{
	color: #fff;
	background-color: #e02e40;
	background-image: url(../images/side_navi_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/*#content #side_navi ul li a:hover, #content #side_navi ul .sel a{
	color: #fff;
	background-color: #e02e40;
	background-image: url(../images/side_navi_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}*/

#content #side_navi ul li a:hover, #content #side_navi ul .sel_2 a{
	color: #000;
	background-color: #e5e5e5;
	background-image: url(../images/side_navi_on_2.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.journal_pac{
display: flex;
justify-content: space-between;
}

.journal_right{
width: 560px;

}

.journal_vol{
margin-bottom: 16px;
  border-bottom:
2px dotted #fdb1b9;
  padding-bottom: 16px;
}

.journal_vol span{
display: inline-block;
  font-weight: bold;
  margin-right: 14px;
  font-size: 18px;
  padding-left: 20px;
    position: relative;
  top: 2px;
}

.journal_vol a{
display: inline-block;
margin:0;
      padding: 4px 10px;
  text-decoration:none;
  text-align: center;
      border:solid 1px #E02E40;
    color: #363636;
    border-radius: 4px;
    font-size: 18px;
    margin-right: 14px;
}


.journal_vol span.j_number{
display: inline-block;
margin:0;
      padding: 4px 10px;
  text-decoration:none;
  text-align: center;
      border:solid 1px #fff;
    color: #363636;
    border-radius: 4px;
    font-size: 18px;
    margin-right: 14px;
    font-weight: normal;
}


.journal_vol a:hover{
color: white;
background-color: #E02E40;
}

.journal_vol a[href$=".pdf"]{
background:none;
padding:4px 10px;
}

.journal_vol a[href$=".pdf"]:hover{
color: white;
background-color: #E02E40;
}

#content section .journal_vol a[target$="_blank"]{
background:none;
padding:4px 10px;
}

#content section .journal_vol a[target$="_blank"]:hover{
color: white;
background-color: #E02E40;
}



#content section p a{
	color: #3c3c3c;
    padding-left: 14px;
    background: transparent url(../images/ico_arrow_02.png) no-repeat 3px center;
	text-decoration: underline;
}

#content section p a:hover{
	opacity: 0.5;	
	text-decoration: none;
}

#content section p a[target$='_blank']{
	color: #3c3c3c;
    padding-left: 21px;
    background: transparent url(../images/ico_web.png) no-repeat 3px center;
}

#content section p a[href$=".pdf"][target$="_blank"], section a[href$=".pdf"]{
	color: #3c3c3c;
    padding-left: 21px;
    background: transparent url(../images/icon_pdf.gif) no-repeat 3px center;
}


@media(min-width:960px) {


#content #side_navi ul{
	display: block!important;	
}

#content section{
	width: 68%;
	margin-left: 5%;
	max-width: 800px;
	padding: 2px 0;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: left top;
}

#content section p{
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.7em;
    margin-bottom: 1em;
}


#content section h1{
	font-weight: normal;
	font-size: 1.8em;
	padding: 8px 8px 8px 0;
	margin:0 0 30px 0;
	line-height: 1.4;
	color: #2d2d2d;
	border-bottom: solid 3px #ffc9ce;
	position: relative;
}

#content section h1::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e02e40;
  bottom: -3px;
  width: 20%;
}

#content section h2{
  margin: 1.5em 0;
  padding: 10px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  background-color: #ffb6b6;
}

#content section h3{
  margin: 1.5em 0 1em 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
  border-left: 10px solid #df5b5b;
  padding-top: 4px;
  padding-left: 16px;
}

#content section h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0px;
	margin: 15px 0;
}

.box {
  margin: 1em 0 1em 15px;
  padding: 7px 15px;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 10px;
}

/* 丸リスト*/
#content section ul{
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.7em;
	margin: 5px 0 0 1.5em;
}

#content section ul a{
    padding-left: 14px;
    background: transparent url(../images/ico_arrow_02.png) no-repeat 3px center;
	text-decoration: underline;
}

#content section ul a:hover{
	opacity: 0.5;	
	text-decoration: none;
}

#content section ul a[target$='_blank']{
    padding-left: 21px;
    background: transparent url(../images/ico_web.png) no-repeat 3px center;
}

/* 数リスト*/
#content section ol{
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.7em;
	margin: 20px 0 20px 2.5em;
}

#content section ol a{
	color: #3c3c3c;
    padding-left: 14px;
    background: transparent url(../images/ico_arrow_02.png) no-repeat 3px center;
	text-decoration: underline;
}

#content section ol a:hover{
	opacity: 0.5;	
	text-decoration: none;
}



#content section a[target$='_blank']{
	color: #3c3c3c;
    padding-left: 21px;
    background: transparent url(../images/ico_web.png) no-repeat 3px center;
}

#content section ol a[href$=".pdf"][target$="_blank"], section a[href$=".pdf"] {
    padding: 0 0 0 22px;
    background: transparent url(../images/icon_pdf.gif) no-repeat no-repeat 0 0px;
}

#content section sup{
	vertical-align:super;	
	font-size:small;
}

body #content section a[href$=".pdf"]{
    padding: 0 0 0 22px;
    background: transparent url(../images/icon_pdf.gif) no-repeat no-repeat 0 0px;
}

#content div.scroll{
overflow-x: scroll;
}

#content span.attention{
	color: #cc0033;
}

.news > div{
	width: 100%;
	padding-bottom: 0.2em;
	margin-bottom: 16px;
	border-bottom: 1px dashed #000000;
}

.news p{
	font-size: 14px;
	line-height: 3.4em;
}

.news .days{
	color: #323232!important;
}

/* 表*/
table.main_table {
    width: 100%;
    padding: 0;
    margin: 1.5em auto;
    border: solid 1px #CCC;
    font-weight: normal;
    font-size: 14px;
	color: #333;
	font-family: "Meiryo", sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: white;
	line-height: 1.9em;
}

table.staff th {
    width: 12%;
}

table.main_table th {
    background: #f4e5e5;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 6px;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

table.main_table td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    vertical-align: middle;
    padding: 6px;
}

table.main_table td.point {
    background: #f5f5f5;
    text-align: center;
}

table.main_table td.small {
    font-size: 12px;
    padding: 2px;
    text-align: center;
}

table.staff td.room {
    text-align: center;
}

th, td {
    font-weight: normal;
}

/* 患者の皆様へ　＞　教授挨拶 */
.greeting_2{
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.greeting_2 .photo {
    display: block;
    float: left;
}

.greeting_2 .photo img {
  border-radius: 8px;
}

img, iframe {
    border: none;
    text-decoration: none;
}

.greeting_2 p.name {
    padding-top: 75px;
    padding-left: 210px;
    font-size: 21px !important;
}

/* 教授挨拶 

#medical_greeting > div{
	width: 100%;
	height: 188px;
	font-size: 20px;
	line-height: 1.0em;
	margin: 0 0 30px;
	position: relative;
}

#medical_greeting > div > img{
	position: absolute;
	right: 0;
}

#medical_greeting > div > p{
	position: absolute;
	top: 96px;
	right: 230px;
}
*/

/*研究内容*/

#content section h4.kenkyushokai{
	line-height: 26px;
	padding:6px 12px;
}

/* 書籍紹介 */
#books .booklist{ 
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

#books .booklist img{
	width: 160px;
	height: auto;
	border: 1px solid #000;
}

#books .booklist > div{
	position: absolute;
	top: 15px;
	left: 200px;
}

.text-c{
	text-align: center;
}

.text-r{
	text-align: right;
}

.pc{
	display: block;
}

.sp, .sp_in{
	display: none;
}

/*サイトマップ*/

#content section ul.sitemap{
	list-style: none;
	margin-left:0px;
}

/*スタッフ紹介*/

.mar_t_40 {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.fltlft {
    margin-left: 10px;
    padding-bottom: 15px;
	float: left;
}

.fltlft_2 {
	margin-left: 135px;
}

/*研究内容・実績*/

.study {
    padding-bottom: 1em;
    margin-bottom: 16px;
    border-bottom: 1px dashed #000000;
}
    
.study_box {
    margin: 1em 0;
    padding: 10px 0 5px 0;
    background-color: #f6f6f6;
    border: 1px solid #999;
    border-radius: 10px;
    margin-left: 0.5em;
    text-decoration: none;
}

.study_box ul{
	list-style: none;

}
.study_box li{
    display: inline;
    margin-right: 15px;
}

.study_box ul li a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 7px;
	color: #2d2d2d;
}

.study_box ul li a:hover{
	color: #0099cc;
}




}