@charset "UTF-8";
@import "base.css";
@import "fonts.css";


/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
	font-size: 130%;
}

dt img,dd img,li img { vertical-align: bottom; }

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }

.f-left { float:left;}
.f-right { float:right;}

a   {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}

*:first-child+html p {letter-spacing:0;} 

/*----------------------------------------
■基本リンク
----------------------------------------*/
a:link    {color:#ed7e8e; text-decoration:none;}
a:visited {color:#ed7e8e; text-decoration:none;}
a:hover   {color:#ed7e8e; text-decoration:underline;}
a:active  {outline:none;}


/*----------------------------------------
■サブページテキスト幅
----------------------------------------*/
p.text{ line-height:1.8; letter-spacing:0.1em;}
.text_area { width:630px; height:auto; margin:0 auto; overflow:hidden;}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {background: none;}
body {color: #000000; background:#FFF; position:relative;}


/* マージン設定 */
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}

.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb80 {margin-bottom:80px !important;}
.mb120 {margin-bottom:120px !important;}

.mr6 {margin-right:6px !important;}
.mr5 {margin-right:5px !important;}
.mr20 {margin-right:20px !important;}
.mr29 {margin-right:29px !important;}
.mr60 {margin-right:60px !important;}

.ml8 {margin-left:8px !important;}
.right {text-align:right;}

#wrapper_cover  {width:auto; min-width:950px; height:auto; padding:0; margin:auto 0; text-align:center;}
#wrapper{width:100%; height:auto;  padding:0; margin:0 auto; text-align:left;}
	

#main {
	width:950px;
	margin:0 auto 100px;
	overflow:hidden;
}


/* メインカラム */
#m-col {
	width:690px;
	float:left;
}

/* サブカラム */
#s-col {
	width:230px;
	float:right;
}



/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#outer_header {
	width:100%;
	height:125px;
	border-bottom:#f2b0ba 50px solid;
}

#header {
	width:950px;
	height:175px;
	margin:0 auto;
	position:relative;
}

#logo {
	width:282px;
	height:61px;
	position:absolute;
	top:28px;
	left:0;
}

#header_lang {
	width:155px;
	height:23px;
	position:absolute;
	top:11px;
	/*left:404px;*/
	left:600px;
}

#area_lettersize {
	width:160px;
	height:23px;
	position:absolute;
	top:11px;
	left:600px;
	display:none;
}



#area_lettersize ul {
	width:85px;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}


#area_lettersize ul li {
	float:left;
	margin:0 0 0 2px;
	padding:0;
}


#header01 { width:190px; height:35px; position:absolute; top:5px; right:0;}
#header02 { width:557px; height:51px; position:absolute; top:53px; right:20px;}
#header03 { width:260px; height:35px; position:absolute; top:5px; right:360px; overflow:hidden;
}


form.search {
margin: 0;
}

/* --- ボックス --- */
form.search div {
width: 260px; /* ボックスの幅 */
height:35px;
border:none;
background:url(../images/search_bg.jpg) no-repeat 0 0;
}

/* --- テキストボックス --- */
form.search input.textBox {
width: 205px; /* テキストボックスの幅 */
border: none; /* テキストボックスの境界線（なし） */
margin:7px 0 0 10px;
}

/* --- ボタン --- */
form.search input.btn {
margin-left:10px;
margin-top:7px;
width: 20px; /* ボタンの幅 */
}
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	width:950px;
	height:60px;
	list-style:none;
	position:absolute;
	top:120px;
	left:0;
	background:url(../images/navi_bg.png) no-repeat center top;
	z-index:100;
}


#navi li {
	float:left;
	text-align:center;
}


/*==========================================================================*/
/*                                Main Image                                */
/*==========================================================================*/
#outer_topImage {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}


#topImage {
	width:700px;
	height:80px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-40px 0 0 -350px;
	z-index:9999;
}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#outer_footer {
	width:100%;
	height:220px;
	border-top:10px #f7c1c9 solid;
}

#footer {
	width:950px;
	height:140px;
	margin:0 auto;
	position:relative;
	text-align:left;
	color:#4d4c4c;
}

#footer01 {
	width:410px;
	height:auto;
	position:absolute;
	top:40px;
	left:0;
}

#footer02 {
	width:250px;
	height:auto;
	position:absolute;
	top:40px;
	right:0;
}

#footer02 a:link    {color:#000000; text-decoration:none;}
#footer02 a:visited {color:#000000; text-decoration:none;}
#footer02 a:hover   {color:#000000; text-decoration:underline;}
#footer02 a:active  {outline:none;}


#footer02 li{ background:url(../images/footer_icon01.png) no-repeat 8px 5px; padding:0 0 8px 18px;}

#outer_copy {
	width:100%;
	height:47px;
	background:#f8f8f8;
}

#copy {
	width:950px;
	height:47px;
	margin:0 auto;
	position:relative;
}

#footer_navi {
	width:385px;
	height:16px;
	position:absolute;
	top:15px;
	right:15px;
}


#footer_navi a:link    {color:#756b56; text-decoration:none;}
#footer_navi a:visited {color:#756b56; text-decoration:none;}
#footer_navi a:hover   {color:#756b56; text-decoration:underline;}
#footer_navi a:active  {outline:none;}




#footer_copy { width:335px; height:13px; position:absolute; top:18px; left:0;}
#footer_copy p { font-size:11px; color:#4d4c4c;}

#footer_navi li { float:left; padding:0 30px 0 15px; background:url(../images/footer_icon02.png) no-repeat 0 4px; font-size:11px; color:#756b56;}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

.pink { color:#f38897;}
.red { color:#f38897;}

.font11 { font-size:11px;}
.font14 { font-size:14px;}
.font16 { font-size:16px;}
.font18 { font-size:18px;}

.bold { font-weight:bold;}

.letter25 { letter-spacing:0.1em;}
.letter300 { letter-spacing:0.4em;}


#pankuzu {
	width:100%;
	height:29px;
	padding-top:5px;
	border-bottom:#ed7e8e 1px dotted;
	margin-bottom:20px;
}

/* リスト */
ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 7px 5px; /* パディング（上下、左右） */
list-style-type: none; /* リストマーク非表示 */
font-size: 100%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(../images/pankuzu_home.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(../images/pankuzu_arrow.png) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #ed7e8e;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #ed7e8e;
}

.common-table {
	margin:0 auto;
	border-top:#dddddd 1px solid;
	border-left:#dddddd 1px solid;
}
.common-table th {
	padding:8px;
	text-align:center;
	font-weight:bold;
	color:#fb918b;
	background:#fbeaea;
	border-bottom:#dddddd 1px solid;
	border-right:#dddddd 1px solid;
}
.common-table td {
	padding:8px 8px 8px 15px;
	border-bottom:#dddddd 1px solid;
	border-right:#dddddd 1px solid;
}



.w-p18 {width:18% !important;}


.w-p10 {width:10% !important;}
.w-p15 {width:15% !important;}
.w-p20 {width:20% !important;}
.w-p25 {width:25% !important;}
.w-p30 {width:30% !important;}
.w-p35 {width:35% !important;}
.w-p40 {width:40% !important;}
.w-p45 {width:45% !important;}
.w-p50 {width:50% !important;}
.w-p55 {width:55% !important;}
.w-p60 {width:60% !important;}
.w-p65 {width:65% !important;}
.w-p70 {width:70% !important;}
.w-p75 {width:75% !important;}
.w-p80 {width:80% !important;}
.w-p85 {width:85% !important;}


/* 見出し
------------------------------------------------------------------------*/

#outer_h2 {
	width:100%;
	height:159px;
	background:url(../images/h2_bg.jpg) repeat-x 0 0;
}


#outer_h2 h2 {
	width:900px;
	height:99px;
	margin:0 auto;
	padding:60px 0 0 50px;
	color:#ed7e8e;
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.1em;
	background:url(../images/h2_detail_bg.jpg) no-repeat center top;
}


#outer_h2_02 {
	width:100%;
	height:259px;
	padding-top:3px;
	background:url(../images/h2_bg2.jpg) repeat-x 0 0;
}


#h2_about {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_about_bg.jpg) no-repeat center top;
}


#h2_access {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_access_bg.jpg) no-repeat center top;
}


#h2_certificate {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_certificate_bg.jpg) no-repeat center top;
}


#h2_contribution {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_contribution_bg.jpg) no-repeat center top;
}


#h2_department {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_department_bg.jpg) no-repeat center top;
}


#h2_detail {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_detail2_bg.jpg) no-repeat center top;
}


#h2_download {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_download_bg.jpg) no-repeat center top;
}


#h2_firstaid {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_firstaid_bg.jpg) no-repeat center top;
}


#h2_floormap {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_floormap_bg.jpg) no-repeat center top;
}



#h2_greeting {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_greeting_bg.jpg) no-repeat center top;
}


#h2_heliport {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_heliport_bg.jpg) no-repeat center top;
}


#h2_hospitalization {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_hospitalization_bg.jpg) no-repeat center top;
}



#h2_link {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_link_bg.jpg) no-repeat center top;
}



#h2_omimai {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_omimai_bg.jpg) no-repeat center top;
}



#h2_outpatient {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_outpatient_bg.jpg) no-repeat center top;
}



#h2_opportunities {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_opportunities_bg.jpg) no-repeat center top;
}



#h2_privacy {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_privacy_bg.jpg) no-repeat center top;
}



#h2_patient {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_patient_bg.jpg) no-repeat center top;
}


#h2_reservation {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_reservation_bg.jpg) no-repeat center top;
}


#h2_sitemap {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_sitemap_bg.jpg) no-repeat center top;
}


#h2_volunteer {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_volunteer_bg.jpg) no-repeat center top;
}

#h2_chiken {
	width:900px;
	height:140px;
	margin:0 auto;
	padding:110px 0 0 50px;
	background:url(../images/h2_dhiken_bg.jpg) no-repeat center top;
}


#h2_deco {
	color:#ed7e8e;
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.1em;
}

.h3_ttl {
	width:600px;
	height:auto;
	padding:8px 0 5px 30px;
	margin:0 auto 20px;
	background:url(../images/h3_bg.jpg) no-repeat center left;
}

.h3_ttl h3 { font-size:18px; font-weight:bold; letter-spacing:0.1em;}

.h3_ttl_02 {
	width:660px;
	height:auto;
	padding:8px 0 5px 30px;
	margin:0 auto 30px;
	background:url(../images/h3_bg.jpg) no-repeat center left;
}

.h3_ttl_02 h3 { font-size:18px; font-weight:bold; letter-spacing:0.1em;}


.h3_ttl_03 {
	width:675px;
	height:auto;
	padding:3px 0 3px 12px;
	margin:0 auto 30px;
	border-left:#ed7e8e 3px solid;
}

.h3_ttl_03 h3 { font-size:24px; letter-spacing:0.1em; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	color:#ed7e8e;
}


.h4_ttl {
	width:690px;
	height:auto;
	padding:8px 0 5px 0;
	margin:0 auto 25px;
}

.h4_ttl h4 { font-size:18px; font-weight:bold; letter-spacing:0.1em; color:#f38897;}


h4.title_h4 {
	width:630px;
	margin:0 auto 10px;
	font-size:16px;
	letter-spacing:0.1em;
	color:#f38897;
	line-height:16px;
}


h4.title_h4-2 {
	width:665px;
	margin:0 0 10px 25px;
	font-size:16px;
	letter-spacing:0.1em;
	color:#f38897;
	line-height:1.2em;
	text-indent:-25px;
}



h5.title_h5 {
	color:#666;
	font-size:1.4em;
	line-height:1.4em;
	margin:0 0 5px;
}


ol.numberList {
	margin:0 0 50px 20px;
	padding:0 0 0 10px;
}


ol.numberList li {
	list-style:decimal;
	padding:8px 0;
}
	


/* index
------------------------------------------------------------------------*/
/* top image */
.div01{
	height: 400px;
	background-color: #FFF;
}



.b950 {
	width:950px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

.b690 {
	width:690px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#top_sec01_bg {
	width:100%;
	height:185px;
	padding-top:15px;
	background:#f2b0ba;
}

#top_sec01 {
	width:920px;
	height:171px;
	margin:0 auto;
	overflow:hidden;
}

.sec01_b {
	width:267px;
	height:auto;
}

#top_sec02_bg {
	width:100%;
	height:172px;
	padding-top:18px;
	background:#f8f8f8;
	margin-bottom:30px;
}

#top_sec02 {
	width:920px;
	height:160px;
	margin:0 auto;
	overflow:hidden;
}

.sec02_b {
	width:208px;
	height:auto;
}

.top_news_bg {
	width:690px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	background:url(../images/news_bg.jpg) repeat-y 0 0;
}

.news_btn {
	width:150px;
	height:50;
	position:absolute;
	left:0;
	bottom:0;
}



.news_ttl {
	width:150px;
	height:auto;
	float:left;
}

.news_info_ttl {
	width:150px;
	height:auto;
	position:relative;
	top:0;
	left:0;
}

#news {
	width:520px;
	height:auto;
	float:right;
	border-top:1px #cccccc dotted;
}

#news dl {
	border-bottom:1px #cccccc dotted;
	padding-left:10px;
}

#news dt {
	padding:5px 0 4px 10px;
}
#news dd {
	padding:0 0 6px 10px;
	color:#0079d6;

}

#news a:link    {color:#0079d6; text-decoration:none;}
#news a:visited {color:#0079d6; text-decoration:none;}
#news a:hover   {color:#0079d6; text-decoration:underline;}
#news a:active  {outline:none;}


#info a:link    {color:#0079d6; text-decoration:none;}
#info a:visited {color:#0079d6; text-decoration:none;}
#info a:hover   {color:#0079d6; text-decoration:underline;}
#info a:active  {outline:none;}


#info2 a:link    {color:#0079d6; text-decoration:none;}
#info2 a:visited {color:#0079d6; text-decoration:none;}
#info2 a:hover   {color:#0079d6; text-decoration:underline;}
#info2 a:active  {outline:none;}



.info_ttl {
	width:150px;
	height:auto;
	float:left;
}

.info_b {
	width:500px;
/*	min-height:110px;*/
	border-top:1px #cccccc dotted;
	padding:10px;

}


#info2 {
	width:520px;
	float:right;
}

.info_b dl {
	padding-left:10px;
}

.info_b dt {
	padding:5px 0 4px 10px;
}
.info_b dd {
	padding:0 0 6px 10px;
}

.blue{ color:#0079d6;}

.info_img { width:150px; height:110px; float:left; margin:0 15px 0 0;}

#info {
	width:520px;
	height:auto;
	float:right;
	border-top:1px #cccccc dotted;
}

#info dl {
	border-bottom:1px #cccccc dotted;
	padding-left:10px;
}

#info dt {
	padding:5px 0 4px 10px;
}
#info dd {
	padding:0 0 6px 10px;
	color:#0079d6;

}

/* sub-side
------------------------------------------------------------------------*/
.side01 {
	list-style:none;
	background:#f7f6f6;
	margin-bottom:30px;
}

.side01 li {
	padding:13px 0 10px 30px;
	background:url(../images/side_icon.jpg) no-repeat 5px 13px;
	border-bottom:#facbd6 1px dotted;
	font-size:13px;
}

.side01 a:link    {color:#000000; text-decoration:none;}
.side01 a:visited {color:#000000; text-decoration:none;}
.side01 a:hover   {color:#ed7e8e; text-decoration:none;}
.side01 a:active  {outline:none;}

/* sub
------------------------------------------------------------------------*/

.list_btn_b li {
	float:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}


.list_btn_b li a {
	width:186px;
	height:47px;
	display:block;
	padding:23px 0 0 40px;
	background:url(../images/list_btn_bg.jpg) no-repeat center top;
}

.list_btn_b a:link    {color:#000000; text-decoration:none;}
.list_btn_b a:visited {color:#000000; text-decoration:none;}
.list_btn_b a:hover   {color:#ed7e8e; text-decoration:none;}
.list_btn_b a:active  {outline:none;}



.list_btn_b02 li {
	float:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}


.list_btn_b02 li a {
	width:300px;
	height:47px;
	display:block;
	padding:23px 0 0 40px;
	background:url(../images/list_btn_bg2.jpg) no-repeat center top;
}

.list_btn_b02 a:link    {color:#000000; text-decoration:none;}
.list_btn_b02 a:visited {color:#000000; text-decoration:none;}
.list_btn_b02 a:hover   {color:#ed7e8e; text-decoration:none;}
.list_btn_b02 a:active  {outline:none;}



#go-top_o {
	width:100%;
	height:106px;
	position:relative;
}

#go-top {
	width:106px;
	height:106px;
	position:absolute;
	right:37px;
	bottom:17px;
}

.tel_banner {
	width:630px;
	height:52px;
	margin:0 auto 20px;
}


.block_tel {
	width:600px;
	padding:10px 15px 8px;
	background:url(../images/bg_tel.jpg) repeat 0 0;
	color:#F69;
	overflow:hidden;
	margin:0 0 20px;
}



.txt_tel {
	width:45%;
	float:left;
	font-size:13px;
	padding:3px 0 0;
	text-align:center;
}


.txt_phoneNumber {
	width:45%;
	float:left;
	font-size:20px !important;
	text-align:center;
}


.info_banner {
	/*width:365px;*/
	height:43px;
	margin:0 auto;
	text-align:center;
}

.staff_img {
	width:120px;
	height:150px;
	float:left;
	background:#FFF;
}

.staff_text {
	width:495px;
	height:auto;
	float:right;
}

.sub_news_day {
	width:620px;
	height:auto;
	padding:10px 0 10px 10px;
	border-top:#bdbdbd 1px solid;
	border-bottom:#bdbdbd 1px solid;
	margin:0 auto 35px;
}

.sub_news_ttl {
	width:620px;
	height:auto;
	padding:0px 0 0px 10px;
	margin:0 auto 30px;
}

.sub_news_ttl p { font-size:16px; color:#ed7e8e; font-weight:bold;}

.sub_news_text { width:620px; height:auto; margin:0 auto 10px; overflow:hidden; border-bottom:#bdbdbd 1px solid; padding-bottom:35px; padding-left:10px;
}

/* 看護部
------------------------------------------------------------------------*/
.nursing_text {
	width:515px;
	height:auto;
	float:left;
}

.nursing_img {
	width:150px;
	height:200px;
	float:right;
}

.nursing_text2 {
	width:425px;
	height:auto;
	float:left;
}

.nursing_img2 {
	width:240px;
	height:auto;
	float:right;
}


.nursing_list li {
	background:url(../images/nursing_list_icon.jpg) no-repeat 1px 3px;
	padding:0 0 0 18px;
	line-height:1.6;
}

.nursing_btn {
	width:325px;
	height:43px;
	margin:0 auto 130px;
}

.nurse_interview {
	width:688px;
	height:auto;
	border:#f38897 1px solid;
	margin:0 auto 30px;
}

.interview_name {
	padding:18px 0 13px 20px;
	font-size:18px;
}

.interview_detai {
	width:678px;
	height:13px;
	padding:3px 10px 3px 0;
	background:#fbf5ea;
	text-align:right;
}

.interview_img {
	width:180px;
	height:180px;
	float:left;
}

.interview_text {
	width:480px;
	height:auto;
	float:right;
}

.nursing_info {
	width:690px;
	border-bottom:1px #ed7e8e dotted;
	margin:0 auto 40px;
}

.nursing_ttl {
	padding:0 0 10px 10px;
	margin:0 auto 1px;
	border-bottom:1px #ed7e8e solid;
	font-size:16px;
	font-weight:bold;
	color:#ed7e8e;
}


/*news detail list*/

.sub_news_day2 {
	width:680px;
	height:auto;
	padding:10px 0 10px 10px;
	border-top:#bdbdbd 1px solid;
	border-bottom:#bdbdbd 1px solid;
	margin:0 auto 35px;
}

.sub_news_ttl2 {
	width:680px;
	height:auto;
	padding:0px 0 0px 10px;
	margin:0 auto 30px;
}

.sub_news_ttl2 p { font-size:16px; color:#ed7e8e; font-weight:bold;}

.sub_news_text2 { width:680px; height:auto; margin:0 auto 10px; overflow:hidden; border-bottom:#bdbdbd 1px solid; padding-bottom:35px; padding-left:10px;
}



.sub_news_list {
	width:670px;
	height:auto;
	margin:0 auto;
}

.sub_news_list dl {
	border-bottom:1px #cccccc dotted;
	overflow:hidden;
}

.sub_news_list dt {
	padding:15px 0 15px 10px;
	float:left;
}
.sub_news_list dd {
	padding:15px 0 15px 30px;
	color:#0079d6;
	float:left;
}

.sub_news_list a:link    {color:#0079d6; text-decoration:none;}
.sub_news_list a:visited {color:#0079d6; text-decoration:none;}
.sub_news_list a:hover   {color:#0079d6; text-decoration:underline;}
.sub_news_list a:active  {outline:none;}


/*volunteer*/

.volunteer01 {
	width:634px;
	height:auto;
	margin:0 auto 80px;
	padding:17px 0 17px 20px;
	border:2px #f38897 solid;
}

/*questions*/

.questions_midashi {
	width:640px;
	height:27px;
	margin:0 auto 20px;
	padding:8px 0 0 50px;
	background:url(../images/questions.jpg) no-repeat center top;
}

.questions_midashi p { font-size:16px;}


.questions_midashi02 {
	width:670px;
	height:auto;
	margin:0 auto 30px;
	padding:15px 0 15px 20px;
	border-bottom:1px #d15161 dotted;
	border-top:1px #d15161 dotted;
}

.questions_midashi02 p { font-size:14px; font-weight:bold; color:#d15161;}

.questions01 {
	width:650px;
	height:165px;
	margin:0 auto 45px;
}

.questions02 {
	width:690px;
	height:auto;
	margin:0 auto 40px;
	padding:20px 0 20px 0;
	background:#fdf1f2;
}

.questions03 {
	width:630px;
	height:auto;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	background:#ffffff;
}


.questions04 {
	width:530px;
	height:51px;
	margin:0 auto;
	overflow:hidden;
}

.questions_ttl01 { height:24px; padding:6px 0 0 40px; background:url(../images/questions01.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl02 { height:24px; padding:6px 0 0 40px; background:url(../images/questions02.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl03 { height:24px; padding:6px 0 0 40px; background:url(../images/questions03.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl04 { height:24px; padding:6px 0 0 40px; background:url(../images/questions04.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl05 { height:24px; padding:6px 0 0 40px; background:url(../images/questions05.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl06 { height:24px; padding:6px 0 0 40px; background:url(../images/questions06.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl07 { height:24px; padding:6px 0 0 40px; background:url(../images/questions07.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl08 { height:24px; padding:6px 0 0 40px; background:url(../images/questions08.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl09 { height:24px; padding:6px 0 0 40px; background:url(../images/questions09.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl10 { height:24px; padding:6px 0 0 40px; background:url(../images/questions10.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl11 { height:24px; padding:6px 0 0 40px; background:url(../images/questions11.jpg) no-repeat 0 0; margin:0 auto 20px;}
.questions_ttl12 { height:24px; padding:6px 0 0 40px; background:url(../images/questions12.jpg) no-repeat 0 0; margin:0 auto 20px;}

.questions_t {
	width:610px;
	height:auto;
	margin:0 auto;
    border-bottom:1px #dedede dotted;
}
.questions_t tr { border-bottom:1px #dedede dotted;}

.questions_t th { width:180px; padding:15px 0 15px 20px;}

.questions_t td { padding:15px 0 15px 0;}


/*hospitalization*/

.hospitalizationb01 {
	width:650px;
	height:auto;
	padding:25px 20px 25px 20px;
	margin:0 auto 20px;
	background:#fdf1f2;
	overflow:hidden;
}

.hospitalizationb01-01 {
	width:305px;
	height:auto;
}

.hosipitalization-list li {
	padding:0 0 0 30px;
	color:#d15161;
	background:url(../images/hospitalization_icon.png) no-repeat 0 3px;
	line-height:2.0;
	letter-spacing:0.2em;
	padding-bottom:5px;
}

.hosipitalization-list02 li {
	padding:0 30px 15px 30px;
	background:url(../images/hospitalization_icon02.jpg) no-repeat 18px 5px;
	line-height:1.6;
	letter-spacing:0.2em;
}

.hosipitalization-list03 li {
	padding:0 40px 15px 40px;
	background:url(../images/hospitalization_icon03.jpg) no-repeat 30px 5px;
	line-height:1.6;
	letter-spacing:0.2em;
}

.hospitalizationb02 {
	width:590px;
	height:auto;
	padding:15px 20px 20px 20px;
	margin:0 auto 20px;
	background:#fdf1f2;
	overflow:hidden;
}

.hosipitalization-list04 li {
	padding:3px 0 10px 30px;
	font-size:14px;
	background:url(../images/hospitalization_icon04.jpg) no-repeat 0px 0px;
	line-height:1.6;
	letter-spacing:0.2em;
}

.pdf-icon {
	padding:0 0 2px 20px;
	background:url(../images/pdf_icon.jpg) no-repeat 5px 0px;
}


/*bumon*/
.bumon_img01 {
	width:470px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

.bumon_img02 {
	width:715px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}


/* テーブル設定 */
.t_history {
	width:690px;
	margin:0 auto;
	border-top:1px dotted #CCCCCC;
}


.t_history th, .t_history td {
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
}


.t_history th {
	width:25%;
	text-align:center;
}



/* link */
ul.list_link {
	margin:0 0 50px;
	overflow:hidden;
	list-style:none;
}


ul.list_link li {
	width:300px;
	float:left;
	padding:8px 0 8px 25px;
	background:url(../images/arrow_link.jpg) no-repeat 0 8px;
}


ul.list_link li a:link, ul.list_link li a:visited {
	color:#333;
}


ul.list_link li a:hover, ul.list_link li a:active {
	color:#F69;
}


/* 求人情報テーブル */
table.t_recruit {
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}


table.t_recruit th, table.t_recruit td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
	line-height:1.6;
}


table.t_recruit th {
	width:25%;
	background:#F9E9F6;
	vertical-align:top;
	text-align:center;
	color:#ad516b;
}


table.t_recruit ol.numberList {
	font-size:inherit;
	padding:0 0 0 25px;
	margin:0 0 0 10px;

}
	

table.t_recruit ol.numberList li {
	margin:0;
	line-height:1.6;
}

/* 受療者・ご家族の皆さまへ */
ul.list_patient {
	list-style:none;
	margin:0 auto;
	width:690px;
	overflow:hidden;
}


ul.list_patient li.lp01 {
	width:340px;
	height:120px;
	float:left;
	margin:0 10px 10px 0;
}

ul.list_patient li.lp02 {
	width:340px;
	height:120px;
	float:left;
	margin:0 0 10px;
}


ul.list_patient a:link, ul.list_patient a:visited {
	display:block;
	width:210px;
	padding-right:10px;
	padding-left:120px;
	font-size:16px;
}


ul.list_patient a:hover, ul.list_patient a:active {
	color:#FF3399;
}




.patient01 { background:url(../images/img_patient01.jpg) no-repeat 10px 10px;padding-top:50px;height:70px;}
.patient02 { background:url(../images/img_patient02.jpg) no-repeat 10px 10px;padding-top:35px;height:85px;}
.patient03 { background:url(../images/img_patient03.jpg) no-repeat 10px 10px;padding-top:35px;height:85px;}
.patient04 { background:url(../images/img_patient04.jpg) no-repeat 10px 10px;padding-top:50px;height:70px;}
.patient05 { background:url(../images/img_patient05.jpg) no-repeat 10px 10px;padding-top:50px;height:70px;}
.patient06 { background:url(../images/img_patient06.jpg) no-repeat 10px 10px;padding-top:50px;height:70px;}
.patient07 { background:url(../images/img_patient07.jpg) no-repeat 10px 10px;padding-top:50px;height:70px;}
.patient08 { background:url(../images/img_patient08.jpg) no-repeat 10px 10px;padding-top:50px;height:70px;}
.patient09 { background:url(../images/img_patient09.jpg) no-repeat 10px 10px;padding-top:50px;height:70px;}



/* 受療者テーブル */
table.t_patient {
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	width:100%;
}


table.t_patient th, table.t_patient td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
	line-height:1.6;
}


table.t_patient th {
	width:25%;
	background:#fdebed;
	vertical-align:middle;
	text-align:center;
	color:#ad516b;
}


table.t_patient td span.first-aid {
	font-size:140%;
	letter-spacing:0.1em;
}


table.t_patient ul, table.t_patient li {
	font-size:inherit;
}



table.t_patient ol.numberList {
	font-size:inherit;
	padding:0 0 0 25px;
	margin:0 0 0 10px;

}
	

table.t_patient ol.numberList li {
	margin:0;
	line-height:1.6;
}



table.t_patient2 {
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	width:100%;
}


table.t_patient2 th, table.t_patient2 td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
	line-height:1.6;
}


table.t_patient2 th {
	background:#fdebed;
	vertical-align:middle;
	text-align:center;
	color:#ad516b;
}


table.t_patient2 td span.first-aid {
	font-size:140%;
	letter-spacing:0.1em;
}


table.t_patient2 ul, table.t_patient2 li {
	font-size:inherit;
}



table.t_patient2 ol.numberList {
	font-size:inherit;
	padding:0 0 0 25px;
	margin:0 0 0 10px;

}
	

table.t_patient2 ol.numberList li {
	margin:0;
	line-height:1.6;
}




table.t_phone {
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	width:100%;
}


table.t_phone th, table.t_phone td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
	line-height:1.6;
}


table.t_phone th {
	background:#fdebed;
	vertical-align:middle;
	text-align:center;
	color:#ad516b;
}


table.t_phone ul, table.t_phone li {
	font-size:inherit;
}


td.subtotal { background:#f6f5f5;}
td.total { background:#FAF1FB;color:#FF6699;}
td.total span { font-size:16px;}




/* 医療関係者 */
p.medical_contact {
	padding:15px;
	border:1px solid #F99;
	color:#F99;
	font-size:200%;
	letter-spacing:0.1em;
	text-align:center;
	margin:15px 0;
}


p.medical_contact span {
	font-size:80%;
	color:#333333;
}



/* フロアマップ */
#floormap {
	width:690px;
	height:833px;
	margin:0 auto 30px;
	background:url(../images/floormap2.jpg) no-repeat 0 0;
	position:relative;
}


#floor1 {
	width:160px;
	height:33px;
	position:absolute;
	left:29px;
	top:114px;
}


#floor2 {
	width:160px;
	height:33px;
	position:absolute;
	left:29px;
	top:304px;
}


#floor3 {
	width:160px;
	height:33px;
	position:absolute;
	left:29px;
	bottom:10px;
}


#floor4 {
	width:160px;
	height:33px;
	position:absolute;
	right:24px;
	top:51px;
}


#floor5 {
	width:160px;
	height:33px;
	position:absolute;
	right:24px;
	top:389px;
}


#floor6 {
	width:160px;
	height:33px;
	position:absolute;
	right:24px;
	bottom:127px;
}

/* floormap */

.b660px { width:660px; height:auto; margin:0 auto; overflow:hidden;}
.floor_img { width:210px; height:auto;}

.floor_ttl { color:#ba505e; font-size:14px; font-weight:bold;}

.mr15 { margin-right:15px !important;}


/* サイトマップ */
ul.sitemap {
	width:100%;
	margin:0 0 30px;
	lis-style:none;
	overflow:hidden;
}


ul.sitemap li {
	width:48%;
	float:left;
}


ul.sitemap li a:link, ul.sitemap li a:visited {
	display:block;
	width:100%;
	background:url(../images/arrow_link.jpg) no-repeat 0 6px;
	padding:5px 5px 5px 25px;
	color:#666666;
}


ul.sitemap li a:hover, ul.sitemap li a:active {
	color:#CC3366;
}



/* 診療情報の提供について */
h4.h4_question {
	padding:14px 0 14px 50px;
	background:url(../images/shinryou_title.jpg) no-repeat 0 0;
	margin:0 0 10px;
	font-size:1.6em;
	color:#FF6699;
}



/* ふくおかハウスについて */
.t_fukuokahouse {
	width:690px;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}


.t_fukuokahouse th, .t_fukuokahouse td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
}


.t_fukuokahouse th {
	width:150px;
	text-align:center;
	color:#CC3366;
	background:#FCEEFD;
}


.t_fukuokahouse2 {
	width:690px;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}


.t_fukuokahouse2 th, .t_fukuokahouse2 td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
}


.t_fukuokahouse2 th {
	width:150px;
	text-align:center;
	color:#CC3366;
}


.t_fukuokahouse2 span {
	font-size:1.4em;
	color:#FF6699;
}


/* 福利厚生 */
.t_recruit table {
	font-size:inherit;
	width:500px;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}


.t_recruit table th, .t_recruit table td {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	background:none;
}


.t_recruit table th {
	width:auto;
	vertical-align:middle;
}


/* ボランティアについて */
.list_pdf_dl {
	width:690px;
	margin:0 auto 50px;
	list-style:none;
}


.list_pdf_dl li {
	padding:15px 0 15px 40px;
	background:url(../images/icon_pdf.png) no-repeat 0 5px;
}



.block_hp_info {
	width:650px;
	padding:19px;
	border:1px solid #f8c3cc;
	margin:0 auto 50px;
}


.block_hp_info address {
	font-style:normal;
	width:450px;
	margin:0 auto;
	line-height:2em;
}


.block_hp_info address span {
	font-size:1.4em;
}



/* Web広報誌「みらい」 */
.block_bn {
	width:690px;
	margin:0 0 50px;
	overflow:hidden;
}


.block_bn h4 {
	border-bottom:1px dotted #CCC;
	padding:10px 5px;
	margin:0 0 10px;
	font-weight:bold;
	font-size:1.6em;
}


.box_bn {
	width:100px;
	height:200px;
	float:left;
	margin:0 18px 0 0;
}


.box_bn_last {
	width:100px;
	height:200px;
	float:left;
	margin:0;
}


.box_bn img, .box_bn_last img {
	margin:0 0 5px;
}


.publish_num {
	color:#FF6699;
	margin:0 0 5px;
	text-align:center;
}

.publish_date {
	font-size:11px;
	text-align:center;
}



/* カンファレンス */
.block_event {
	width:688px;
	margin:0 auto 30px;
	border:1px solid #fea6b3;
}


.block_event h4 {
	padding:10px;
	background:#fea6b3;
	color:#FFF;
	font-weight:bold;
	margin:0 0 5px;
	font-size:1.6em;
}



.event_summary {
	width:658px;
	padding:15px;
}



.event_bn {
	width:680px;
	overflow:hidden;
}


.event_bn li {
	width:126px;
	float:left;
	border:1px solid #ef8b9a;
	margin:0 4px 10px;
	text-align:center;
}


.event_bn li a:link, .event_bn li a:visited {
	display:block;
	width:126px;
	background:#fea6b3;
	color:#FFF;
	padding:7px 0;
	text-decoration:none;
}



.event_bn li a:hover, .event_bn li a:active {
	background:#ef8b9a;
	text-decoration:none;
}


.event_bn2 {
	width:680px;
	overflow:hidden;
	margin:0 0px 25px;
}


.event_bn2 li {
	width:216px;
	float:left;
	margin:0 4px -10px;
	text-align:center;
}


.event_bn2 li a:link, .event_bn2 li a:visited {
	display:block;
	width:216px;
	color:#04C;
	padding:7px 0;
}



.event_bn2 li a:hover, .event_bn2 li a:active {
}


h4.h4_conference {
	padding:14px 0 14px 50px;
	background:url(../images/conference_title.jpg) no-repeat 0 0;
	margin:0 0 10px;
	font-size:1.6em;
	color:#FF6699;
}



/* 研究費の不正防止に関して */
ul.list_security {
	margin:0 0 50px;
}

ul.list_security li {
	padding:5px 0;
}

/* 治験 */

.trialnow01{
width:100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.trialnow01 th,
.trialnow02 th{
width: 25%;
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.trialnow01 td,
.trialnow02 td{
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.trialnow02{
width:70%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#chikengijiroku{
	font-size:100%;
	margin:10px 10px 60px 10px;
    width:350px;
}
 
#chikengijiroku dl{
 line-height: 1.6em;
   padding-top : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width:350px;
  height : 130px;
  overflow : auto;
 }

#chikengijiroku dl dt{
 font-size: 12px;
 font-weight: bold;
 width: 120px;
 padding-left:10px;

 }

#chikengijiroku dl dd{
 margin: -1.6em 0 4px 0;
 padding: 0 0 4px 130px;
border-bottom: solid #999 1px;

 } 
#chikengijiroku a{
    padding: 5px 5px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}
 
#chikengijiroku a:hover{
    text-decoration:none;
}

#idhiran dl{
line-height: 1.6em;
padding-top : 10px;
padding-right : 10px;
padding-bottom : 10px;
width:350px;
overflow : auto;
}

#idhiran dl dt{
font-size: 12px;
font-weight: bold;
width: 120px;
padding-left:10px;

}

#idhiran dl dd{
margin: -1.6em 0 4px 0;
padding: 0 0 4px 130px;
border-bottom: solid #999 1px;

 } 
#idhiranu a{
padding: 5px 5px 5px 0;
color:#399CCD;
text-decoration:underline;
}
 
#idhiran a:hover{
text-decoration:none;
}

/* 目的・経緯 */


.keika_list {
	width:670px;
	height:auto;
	margin:0 auto;
	
}

.keika_list dl {
	border-bottom:1px #cccccc dotted;
	overflow:hidden;
}

.keika_list dt {
	width:60px;
	padding:8px 0 8px 10px;
	float:left;
}
.keika_list dd {
	padding:8px 0 8px 30px;
	float:left;
}


/* アコーディオン */

.acd-check{
    display: none;
}
.acd-label{
    color: #fff;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 70px;
    opacity: 1;
    padding: 5px;
    visibility: visible;
}