@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* --------------------------------------------------------------
全体の設定
 -------------------------------------------------------------- */
 
*{
   margin:0px;
   padding:0px;
}


body {
	font-size: 15px;
	line-height: 180%;
	color: #000;
	background: #ffffff url(../../images/bg5.png) 0 top repeat-x;
	text-align: center;
	font-family:'Segoe UI','Helvetica','メイリオ','Meiryo','Osaka','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

table {
	font-size: 14px;
	line-height: 140%;
	color: #222;
	}

#main {
	width: 1080px;
	margin: 0px auto;
	padding: 0;
	background-color: #ffffff;
}

.none {
	text-indent: -9999px;
	overflow: hidden;	
	}

del { color: #c0c0c0; }

ins { text-decoration: none; color: black; }

/* 共通 */
/*-------------------------------------------- */

/* リンク*/
a {
	color: #058aba; /*#058aba #1A6BD1*/
	text-decoration: none;
}

a:hover {
	color: #058aba;
	text-decoration: underline;
}

a[target=_blank] {
	padding-right: 15px; margin-right: 5px;
	background: url(../../images/icon_blank.png) right center/10px auto no-repeat;
}

a[target=_blank].noicon {
	background: none !important;
}

.key_close {
	padding-left: 18px; 
	background: url(../../images/icon_key_close.png) left center/12px auto no-repeat;
}

.key_open {
	padding-left: 25px; 
	background: url(../../images/icon_key_open.png) left center/20px auto no-repeat;
}

.pdf {
	padding-right: 20px !important; margin-right: 5px;
	background: url(../../images/pdf_32.png) right center/18px auto no-repeat !important;
}

/* マージン*/
.mt30 { margin-top: 30px !important; }
.mt20 { margin-top: 20px !important; }
.mt10 { margin-top: 10px !important; }
.mt0 { margin-top: 0px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }



/* パディング*/ 
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
 
/* 文字*/
/*-------------------------------------------- */

.txt {
	padding: 0 50px 10px 5px;
}

.cb {
	color: #275412;
}

.st {
	font-weight: bold;
}

.cb-st {
	color: #275412;
	font-weight: bold;
}

.care {
   color: #cc0000;
   }

.uline {
   text-decoration: underline;
   }

.mbox {
   font-size: 90%;
   line-height: 130%;
}
 
.mini {
   font-size: 80%;
}

.navi {
color: #999; font-size: 80%; padding: 8px; text-align: right; line-height: 150%;}

.gray {
   color: gray;
   }


.ita {
	font-style: italic;
}

/* table */
/*-------------------------------------------- */

table.table-01 {
    width: 620px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-01 th {
    padding: 5px;
    background: #cae3f7;
    font-weight: bold;
    line-height: 120%;
    border: #ffffff solid;
    border-width: 2px;
}
table.table-01 td {
    padding: 5px;
	border: #ffffff solid;
    border-width: 2px;
}

table.table-02 {
    border: 1px #058aba solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-02 th {
    padding: 5px;
    border: #058aba solid;
    border-width: 0 0 1px 1px;
    background: #1ba7da;
    font-weight: bold;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
}
table.table-02 td {
    padding: 5px;
    border: 1px #058aba solid;
    border-width: 0 0 1px 1px;
    font-size: 16px;
}


table.table-02_fs {
    border: 1px #058aba solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    table-layout: fixed;
}

table.table-02_fs th {
    padding: 5px;
    border: #058aba solid;
    border-width: 0 0 1px 1px;
    background: #1ba7da;
    font-weight: bold;
    line-height: 120%;
	color: #ffffff;
	text-align: center;
}
table.table-02_fs td {
    padding: 5px;
    border: 1px #058aba solid;
    border-width: 0 0 1px 1px;
}


td.bg {
	background-color: #e9f6fb;
}

td.nowrap {
	white-space: nowrap;
}

td.w_name {
    width: 120px;
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
    vertical-align: top !important;
}

/* リスト*/
/*-------------------------------------------- */

ul.square {
   	margin: 10px 20px;
	list-style-type: square;
	}
	
.square li { 
    padding: 0 5px;
	}

.square li span { 
	color: #343434;
	}
	
ul.square_borb {
   	margin: 10px 20px;
	padding-bottom:15px;
	list-style-type: square;
	border-bottom: 1px #999999 dashed;
	}
	
.square_borb li { 
    padding: 0 5px;
/*	color: #058aba;*/
	}

.square_borb li span { 
/*	color: #343434;*/
	}


ul.decimal {
   	margin: 10px 0px 10px 35px;
	list-style-type: decimal;
	}
	
.decimal li { 
    padding: 0 5px;
	}


/* ボックス*/
/*-------------------------------------------- */

div.box1 {
    border:1px dashed #058aba;
    margin:10px;
    padding:8px;
    background-color:#ffffff;
}

/* 写真 */
div.box_w295 {
    margin:5px;
    padding: 0;
	width: 295px;
    background-color:#ffffff;
	float: left;
}

div.box_w295_cap {
	text-align: left;
}


/* head追加*/
/*-------------------------------------------- */
#head {
margin: 0;
padding: 0;
width: 1080px;
height: 110px;
font-family:'Noto Sans JP';
}

#head-logo {
float: left;
}

#head-menu {
float: right
}

#head-menu ul{
    margin: 40px 10px 0 0 
    }

#head-menu ul li{
	display: inline-block;
	text-align: center;
	width:auto;
	padding: 0 10px;
    border-right: 1px dotted #ccc;
/*#03346c*/
}
#head-menu ul li:last-child{
    border-right: none;
}
#head-menu ul li a{
	font-size:100%;
	font-weight:bold;
	letter-spacing: .1em;
    text-decoration: none;
    color: #03346c;
}


/* main画像*/
/*-------------------------------------------- */

#main_img {
width: 1080px;
height: 240px;
background: #f9f9f9; 
}


.viewer {
	margin: 0 auto;
	width: 1080px;
	height: 240px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 1080px;
	height: 240px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 1080px;
	height: 240px;
	display: none;
	position: absolute;
}

.img_fr {
	border: 2px #e0e0e0 solid;
	margin: 0px 0px 0px 10px;
}

/*menu*/
/*-------------------------------------------- */

div#menuArea {
	width:1080px;
	height:60px;
	margin:0 auto;
	text-align:left;
font-family:'Noto Sans JP';
}

div#gmenu {
	margin:0 auto;
 border-top: 2px solid #ccc;
}

div#gmenu li {
	float:left;
	margin:0;
	padding:0;
}

div#gmenu li a{
display: block;
width: 215px;
height: 50px; line-height: 50px;
padding: 0px;
color: #fff;
margin: 0px;
vertical-align: middle;
text-align: center;
font-size: 98%;
font-weight: normal;
background: #03346c;
/*background: url(../../images/grad_002854.png) repeat-x #03346c;*/
}

#gmenu ul li.g01 a{
border-right: 1px #ccc dotted;
border-bottom: 5px #bcd7f5 solid;}
#gmenu ul li.g01 a:hover{ background-color: #619cde;}

#gmenu ul li.g02 a{
border-right: 1px #ccc dotted;
border-bottom: 5px #cee9e0 solid; }
#gmenu ul li.g02 a:hover{ background-color: #51a891;}

#gmenu ul li.g03 a{
border-right: 1px #ccc dotted;
border-bottom: 5px #e6cb70 solid;}
#gmenu ul li.g03 a:hover{ background-color: #cba226;}

#gmenu ul li.g04 a{
border-right: 1px #ccc dotted;
border-bottom: 5px #f8a7a6 solid;}
#gmenu ul li.g04 a:hover{ background-color: #d95757;}

#gmenu ul li.g05 a{
border-right: 1px #000066 dotted;
border-bottom: 5px #e4a8dc solid;}
#gmenu ul li.g05 a:hover{ background-color: #c353b9;}


/*サイドメニュー　2020 */


#l-menu ul { 
margin: 0; 
padding: 0; 
list-style: none; 
font-family:'Noto Sans JP';
}
#l-menu ul li { 
display: inline; 
padding: 0; 
margin: 0; 
}
#l-menu ul.lmb li a{
display: block; 
padding: 1px 10px;
text-decoration: none;
color: #000;
margin: 0px 0px;
text-align: left;
border-radius: 5px;
font-size: 85%;
letter-spacing: .05em;
border-bottom: #fff 1px solid;
}

#l-menu ul.m00 li a{ background-color: #03346c; color: #fff}
#l-menu ul.m00 li a:hover{ background-color: #0554ad;}

#l-menu ul.m01 li a{ background-color: #d6f2ff; }
#l-menu ul.m01 li a:hover{ background-color: #8cd1f2;}
/*#bce2f5 #a8e0f4*/
#l-menu ul.m02 li a{ background-color: #cee9e0; }
#l-menu ul.m02 li a:hover{ background-color: #b3e0d1;}

#l-menu ul.m03 li a{ background-color: #f9fed5; }
#l-menu ul.m03 li a:hover{ background-color: #f5fbb1;}

#l-menu ul.m04 li a{ background-color: #fff4d6; }
#l-menu ul.m04 li a:hover{ background-color: #fde8b1;}

#l-menu ul.m05 li a{ background-color: #fbe1e2; }
#l-menu ul.m05 li a:hover{ background-color: #fad2d3;}

#l-menu ul.mc{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#l-menu ul.mc li{ 
display: block; 
background-color: #EEEEEE;
padding: 2px 10px;
text-decoration: none;
color: #333;
margin: 5px 0px;
text-align: left;
border-radius: 5px;
font-size: 80%;
line-height:160%;
}



/* コンテンツ*/
/*-------------------------------------------- */

#Mc {
	width: 1080px;
	padding: 0;
	text-align: left;
}


	/* 左/
	/*-------------------------------------------- */
	
	
	#Lc {
	    margin: 20px 5px 0 10px;
		width: 200px;
		padding: 0;
		float: left;
		background-color: #fff;
		min-height: 100%; /*FF???*/
	}
	
	body > #Lc {/*FF???*/
?@     height: auto;
}

	
	#l-menu01 {
		text-align: left;
	}
	
	#l-menu01 li {
	padding: 5px 0 0 10px;
	background: url(../../images/yaji01.gif) 9px 9px no-repeat;
	}
	
	#l-menu01 li a {
	padding: 3px 0 0 10px;
	}

	/* 右 */
	/*-------------------------------------------- */

	#Rc {
		width: 820px;
		float: left;
		margin: 20px 0 0 20px;
	}
	
	.Rc-center {
		text-align: center;
	}


	/* 本文 */
	/*-------------------------------------------- */
	
	.honbun {
		margin: 10px;
	}




/* 他-----------------------------------------------------*/

.banner-area {
text-align: left;
margin: 10px 0 10px 0;
width: 190px;
}

.banner-area img {
margin: 8px; 
}


/* 見出し、お知らせ-----------------------------------------------------*/

h1#ycu_p span {
    display: none;
}

h1#ycu_p {
    text-align: left; margin: 4px 0px 6px 10px;
    height: 100px; width: 600px;
    background-image: url('../../images/logo_500.png');
    background-repeat: no-repeat;
}

h2.midashi{
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border-bottom: #058aba 3px solid;
	font-size: 18px;
	font-weight: bold;
	color: #058aba;
}


h2.read{
	margin-bottom: 15px;
	background-color: #ffffff;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #058aba;
}


h2#whatsnew_title {
	width: 640px;
	height: 40px;
	font-size: 18px;
	line-height: 18px;
}

h2#event_title {
	width: 640px;
	height: 40px;
	font-size: 18px;
	line-height: 18px;
}

h2#title {
	width: 640px;
	height: 40px;
	font-size: 18px;
	line-height: 18px;
}

h2#title_font{ 
background: url(../../images/grad_f1f5f5.png) repeat-x;
/*background: #f1f5f5; #eff8f9, #DDF0FF*/
 border: 1px solid #ccc; 
 border-bottom: 7px solid #74c8ef; 
 padding: 12px 0.8em 8px; font-size: 140%; 
 font-weight: bold; 
 color: #0a4789;   /*#2A6EAB #058fcf #74c8ef*/
 border-radius: 5px; 
 } 

h2.cat_intro { border-bottom: 7px solid #99ccff !important;
}

h2.cat_hosp { border-bottom: 7px solid #63bcad !important;}

h2.cat_study { 
border-bottom: 7px solid #ffcc66 !important;}

h2.cat_dr { 
border-bottom: 7px solid #ff9999 !important;}

h2.cat_fam { border-bottom: 7px solid #ff9be2 !important;}

h2.cat_inq { border: 1px solid #ffccff !important; 
background: #f5f5f5 !important;
border-bottom: 7px solid #ffccff !important;}



h3#rf {
	width: 640px;
	height: 40px;
	font-size: 18px;
	line-height: 18px;
}


h3.midashi{
	padding: 3px 0 3px 10px;
	margin: 20px 0 10px 0;
	border-left: #058fcf 5px solid;
	font-size: 18px;
	font-weight: bold;
/*	color: #058fcf;
        background-color: #F3FAFC;*/
background: url(../../images/grad_deeef9.png) repeat-x #deeef9;
	border-radius: 3px;
}

.rt_banner {
text-align: center; padding: 2px;
}

.rt_banner img {
border: 1px solid #ccc;
}


/* whatsnew-----------------------------------------------------*/

/* news */

ul.news {
	margin: 10px 0 25px 0;
}

.news li {
	padding: 0 5px;
	margin-bottom: 5px;
	list-style: none;
}

/* 関連施設のご案内 */

.rf_box {
	margin: 20px;
	width: 100%;
}

.rf_box img {
	float: left;
	margin-right: 10px;
}


/* foot */

#foot {
    margin: 15px auto 0 auto;
    padding: 0;
    width: 1080px;
    height: 30px;
    background: url(../../images/foot2.jpg) 0 bottom no-repeat;
	text-indent: -9999px;
}


/* report-----------------------------------------------------*/
dl.report
{
    margin: 0 0 -1px 0;
    padding: 5px 0;
	border: 1px solid #74c8ef;
	background: #f5f5f5;
	color: #058fcf;
}

dl.report dt {
    float: left;
    margin: 0 0 5px;
    padding-left: 3px;
    width: 8em;
    font-weight: bold;
    color: #333;
}

dl.report dd {
    margin: 0 0 0 8em;
}


.report_box {
	margin: 20px 0;
	padding: 20px 20px 0;
	border: 1px dotted #74c8ef;
	background-color: #f5f5f5;
}


.report_box p{
	text-indent: 1em;
	margin-bottom: 1em;
        font-size: 90%;
        line-height: 170%;
}

.report_box p.date {
	font-weight: bold;
	text-indent: 0;
}

.report_box p.back {
	text-align: right;
}

dl.news {
 margin: 10px 5px; line-height: 170%;}

dt.news{
  float: left; font-weight: bold;
}

dd.news{
  margin-left: 85px; 
}
dl.prof {
 margin: 10px 5px; }

dt.prof{
 margin-top: 30px;
 border-bottom: 1px dotted #ccc;
 font-weight: bold; font-size: 110%;
}

dl.prof2 {
 margin: 5px 5px; }

dt.prof2 {
 margin-top: 15px;
 border-bottom: 1px dotted #ccc;
 font-weight: bold; font-size: 110%;
}

.rome{
 font-family: 'Segoe UI', 'Times New Roman';
 font-weight: normal; font-size: 90%; font-style: italic;
 color: #999; margin-left: 10px;
}

dd.prof{
  margin: 5px 10px 40px 120px;
  font-size: 88%; line-height: 160%; color: #333;
}

dd.prof2{
  margin: 5px 10px 30px 20px;
  font-size: 88%; line-height: 160%; color: #333;
}



.photo {
  border: 1px solid #aaa; padding: 0px;
}

.popup_detail {
display:none; margin: 10px 0px 30px 10px; padding: 8px;
font-size:85%; line-height: 1.8em;
background-color: #f7f7f7;
}