@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #EDEDED;
	line-height:1.4em;
	color:#333333;
	font-family: Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	/*font-size:0.9em;*/
	font-size:16px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ol, ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
table{
	border-collapse:collapse;
	}

/*HTML5*/
article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}
#wrapper {
	background-color:#FFFFFF;
}
#header_all {
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	height:150px;
	margin-bottom:10px;
}
#header {
    margin-left : auto ; 
    margin-right : auto ;
	width: 900px;
}
/*ヘッダー 右リンク */
div.head_link{
	position: absolute;
	top: 75px;
	right: 20px;
	font-size:13px;
	color:#FFFFFF;
}
div.head_link a:link,div.head_link a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
div.head_link a:hover, div.head_link a a:active {
	color:#DDFFFF;
	text-decoration: none;
}
#contents {
    margin-left : auto ; 
    margin-right : auto ;
	width: 900px;
	background-color:#FFFFFF;
}
.clearfix:after{
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
/*-- パンくず --*/
#breadcrumb p{
	font-size:12px;
	padding:7px 0 7px 0;
	color:#444444;
}   
/* ここからmain部分*/
#contents_r {
	float: right;
	width: 670px;
}
#movie{
	margin-bottom:10px;
}
.midashi{
	/*padding:1em 0;*/
	padding:0.5em 0.5em 0.5em 0.75em;
	font-weight:bold;
	font-size:113%;
	line-height:1.6em;
}
.midashi_waku{
	border: 1px solid #ccc;
	margin-bottom:0.5em;
}

#news {
	width:666px;
	padding:1px;
	border:1px solid #DDD;
}
#news_top_flame{
    /*height:380px;*/
    /*height:280px;*/
    height:325px;
	overflow:auto;
	margin:10px;
}
#news_top_flame dl{
	/*font-size: 13px;*/
	font-size: 1.1em;
	line-height: 1.4em;
}
#news_top_flame  dt{
	float: left;
	clear: left;
	width: 110px;
	padding-bottom:0.5em;
}
#news_top_flame dd {
	margin-left:110px;
	padding-bottom:0.5em;
}

#news_flame{
    height:250px;
	overflow:auto;
	margin:10px;
}
#news_flame dl{
	/*font-size: 13px;*/
	font-size: 1.1em;
	line-height: 1.4em;
}
#news_flame  dt{
	float: left;
	clear: left;
	width: 110px;
	padding-bottom:0.5em;
}
#news_flame dd {
	margin-left:110px;
	padding-bottom:0.5em;
}

/*フッター*/
footer {
	clear:both;
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
	background-color:#EDEDED;
	height:210px;
}
#foot_navi {
    margin-left : auto ; 
    margin-right : auto ;
	width: 900px;
}
#foot_navi dl {
	margin:20px 30px 10px 0;
	float:left;
}
#foot_navi dl.fn01 {width:220px;}
#foot_navi dl.fn02 {width:304px;}
#foot_navi dl.fn03 {width:194px;}
#foot_navi dl.fn04 {width:90px;}

#foot_navi dl.fn01 dt,#foot_navi dl.fn02 dt,#foot_navi dl.fn03 dt{
	background-image: url(../images/icon_footnavi.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:13px;
	}
#foot_navi dl.fn04 dt {
	font-size:13px;
	border-bottom:none;
}
#foot_navi dl dt {
	font-size:13px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:2px;
}
#foot_navi dl dd {
	font-size:11px;
	padding-top:3px;
}
#foot_navi dl dd li {
	float:left;
	width:50%;
}
#breadcrumb a:link, #breadcrumb a:visited, 
#foot_navi a:link, #foot_navi a:visited {
	color:#444444;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:active,
#foot_navi a:hover, #foot_navi a:active {
	color:#888888;
	text-decoration: underline;
}
footer p {
	clear:both;
	font-size:11px;
	text-align:center;
}
.top_banner {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:15px;
}
.top_banner img {
	max-width: 100%;
	border:1px solid #BBBBBB;
}
.top_banner a{
  max-width: 315px;
		margin-bottom:10px;
}
#main {
	width: 670px;
	margin-bottom:20px;
}
#main h2 {
	margin-bottom:20px;
}
#main h3 {
	background:url(../images/icon_h3.gif) no-repeat left center;
	font-size:125%;
	color:#003366;
	font-weight: bold;
	padding:7px 0 7px 18px;
	margin-bottom:0.5em;
}

#main h4 {
	background:url(../images/icon_h4.gif) no-repeat left center;
	margin-bottom:0.25em;
	padding-left:17px;
	font-size:110%;
	font-weight: bold;
	color:#0066BB;
}
#main p {
	margin-bottom:1em;
}
#main ul.list {
	margin-left:1em;
}
#main ul.list li {
	list-style:disc;
}
#main ol {
	margin-left:1.5em;
}
#main ol li {
	list-style:decimal;
}

/* 教授挨拶 */
p.greet{
	line-height: 1.7em;
	text-indent:1em;
	margin-bottom:1em;
}
dl.profile{
	background-color:#DDEEFF;
	padding:0.75em;
}
dl.profile dt{
	float: left;
	clear: left;
	width: 18%;
	padding-bottom:0.25em;
}
dl.profile dd {
	margin-left:15%;
	padding-bottom:0.25em;
}
/* 研究 */
div.box{
	clear:both;
}
div.kennkyu_bosyu{
	background-color:#DDEEFF;
	padding:0.75em;
	
}
div.kenkyu p{
	line-height: 1.7em;
	text-indent:1em;
	margin-bottom:1em;
}
#kenkyu_p {
	width:670px;
	margin-bottom:20px;
}
#kenkyu_p img {
	border:1px solid #999999;
}
#kenkyu_p ul li {
	float:left;
	margin:0 0 7px 7px;
}
#kenkyu_p ul li.side {
	margin-left:0;
}

/*関連病院　診療案内*/
table.hyou_hospital{
	border:1px solid #999999;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.hyou_hospital td{
	border:1px solid #999999;
	padding:0.5em;
	vertical-align:top;
	text-align:left;
}
table.hyou_hospital th{
	border:1px solid #999999;
	background-color:#DEDEDE;
	padding:0.25em 0.5em;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
	font-size:90%;
}
table.hyou_hospital td.c1{
	width:22%;
	white-space:nowrap;
	background-color:#EFEFEF;
}
table.hyou_hospital td.c2{
	width:30%;
	white-space:nowrap;
	background-color:#EFEFEF;
}
table.hyou_hospital td.ope{
	background-color:#DDEEFF;
}
table.hyou_hospital td.sinryouope{
	text-align:center;
	background-color:#DDEEFF;
}
table.hyou_hospital td.sinryou{
	text-align:center;
}
table.hyou_hospital th.sinryou{
	text-align:center;
	vertical-align:middle;
}

p.lady {
	background:url(../images/bg_lady.gif) no-repeat left center;
	color:#555555;
	height:48px;
	font-size:125%;
	font-weight: bold;
	padding:37px 0 0 0;
	margin-bottom:0.5em;
	text-align:center;
}
table.hyou_ledy{
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.hyou_ledy td{
	padding:0.5em;
	vertical-align:top;
	text-align:left;
}
table.hyou_ledy th{
	padding:0.5em;
	vertical-align:top;
	width:15%;
	color:#D58500;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
}
div.ledy{
	margin-left:auto;
	margin-right:auto;
	border:3px solid #DDD;
	padding:1em 1em 0.5em 1em;
	width:85%;
}
table.hyou_day{
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	margin-bottom:0.25em;
	width:100%;
	font-size:90%;
}
table.hyou_day td{
	border:1px solid #AAAAAA;
	padding:0.5em 0;
	vertical-align:top;
	text-align:center;
}
table.hyou_day th{
	border:1px solid #AAAAAA;
	background-color:#FFDAB5;
	color:#555555;
	padding:0.5em 0;
	vertical-align:top;
	width:16%;
	text-align:center;
	font-weight:normal;
}

/*スタッフ*/
table.hyou_staff{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.hyou_staff td{
	border-top:1px solid #999999;
	border-left:1px solid #DDDDDD;
	padding:0.5em;
	vertical-align:top;
	text-align:left;
}
table.hyou_staff td.line{
	border-bottom:1px solid #999999;
}
table.hyou_staff th{
	border-bottom:1px solid #999999;
	background-color:#DEDEDE;
	padding:0.5em;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	width:20%;
	white-space:nowrap;
}
/*教室関連　教室業績ヘッダー部分*/
table.hyou_gyousekihead{
	border:1px solid #999999;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.hyou_gyousekihead td{
	border:1px solid #999999;
	padding:0.5em;
	vertical-align:middle;
	text-align:center;
}
table.hyou_gyousekihead td.g1{
	background-color:#EFEFEF;
	font-weight:bold;
}
/*教室関連　教室業績*/
table.hyou_gyouseki{
	border:1px solid #FFFFFF;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.hyou_gyouseki td{
	border:10px solid #FFFFFF;
	background-color:#E7E7E7;
	padding:0.5em;
	vertical-align:top;
	text-align:left;
}
table.hyou_gyouseki th{
	border:10px solid #FFFFFF;
	background-color:#DDEEFF;
	padding:0.25em 0.5em;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	font-size:110%;
}
table.hyou_gyouseki td.c1{
	width:27%;
	white-space:nowrap;
	background-color:#EFEFEF;
}
/*教室沿革*/
.page_index_box{
  width: 620px;
  border: 5px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.index_left{
  float: left;
  width: 300px;
  margin-right: 20px;
}
.index_right{
  float: left;
  width: 300px;
}
.index_left >li,.index_right >li{
  margin-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #999;
}
.index_left >li:first-child,.index_right >li:first-child{
  margin-top: 0;
}
.page_index_box li a:link,
.page_index_box li a:visited{
  color: #0066BB;
  font-weight: bold;
}
/*サイトマップ*/
#sitemap dl {
	margin-bottom:2em;
	width:100%;
}
#sitemap dl dt{
	background-image: url(../images/icon_footnavi.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:13px;
	margin-bottom:0.5em;
	border-bottom:1px solid #CCCCCC;
	}
#sitemap dl dd {
	padding-bottom:0.25em;
	padding-left:1em;
}
#sitemap dl dd li {
	float:left;
	width:33%;
	padding-bottom:0.25em;
}
/* LINKページ */
div.link p{
	background:url(../images/icon_link.gif) no-repeat left center;
	padding-left:17px;
}

/* text */
a:link, a:visited {
	color:#0033CC;
	text-decoration: none;
}
a:hover, a:active {
	color:#0033CC;
	text-decoration:underline;
}
/*pagetop*/
.pagetop {
	clear:both;
	height:30px;
	text-align: right;
}
/* 外部リンク */
a.external {
background:url(../images/external.gif) no-repeat right center;
padding-right:20px;
}
/* 画像右寄、左寄 */
.photo_l{
	float:left;
	margin:0 1em 1em 0;
}.photo_r{
	float:right;
	margin:0 0 1em 1em;
}



/* テンプレート ---------------------------------------------------*/
table.hyou_aaa{
	border:1px solid #999999;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.hyou_aaa td{
	border:1px solid #999999;
	padding:0.5em;
	vertical-align:top;
	text-align:left;
}
table.hyou_aaa th{
	border:1px solid #999999;
	background-color:#DEDEDE;
	padding:0.5em;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	width:20%;
}
table.hyou_aaa tr{
	padding:0.5em;
	vertical-align:top;
	text-align:left;
}
/* table line_none */
table.non{
	border:none;
}
table.non td{
	text-align:left;
	vertical-align:top;
}
table.non th{
	text-align:left;
	vertical-align:top;
	white-space: nowrap;
	font-weight:normal;
}

.behcet{
	margin-left:5px;
}