@charset "utf-8";
/* CSS Document */
reset
/*--------------------------------------------------------- */
html {
	font-size:62.5%;
	box-sizing:border-box;
}
body {
	margin:0;
	padding:0;
	font-size:100%;
	color:#333333;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;

}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*XXXバグ修正置き換えたが戻し開始*/
/*
div, table, caption,th,tr,td,ul,ol,li,dl,dt,dd,address,form,input,textarea,h1,h2,h3,h4,h5,h6,p{
	font-weight: normal;
	font-style: normal;
	font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: ;/*SPくずれの原因*/
/*	margin: 0;
	padding: 0;
	line-height:1.4;
}
*/
div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, address, form, input, textarea, h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-style: normal;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	/*font-size: 100%; /*← font-sizeを削除*/
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
/*XXXバグ修正置き換え終了*/


/* ... 以降のコードは変更なし ... */
fieldset, img {
	border: 0;
	vertical-align:bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
	font-size:100%;
}
button {
	border:none;
	background:#fff;
	cursor:pointer;
}
#wrapper a:hover img {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;	
}
	
strong {
	font-weight:bold;
}


article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}



/* clear
--------------------------------------------------------- */
/*XXXバグ修正置き換え
.clear {
	/zoom: 1;
}
*/
.clear {
	/* 古いInternet Explorer用のバグ修正ハック。現代のブラウザでは通常不要です。 */
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.clearBoth {
	clear: both;
}


/* link style
--------------------------------------------------------- */
a {
	text-decoration:none;
}
a:link {
	color: #00559C;
	text-decoration: none;
}
a:visited {
	color:#00559C;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}



header {
	width:100%;
}
.headerFunction {
	background:#6DBA5A;	
	height:30px;
}
.headerFunctionBox {
	width:980px;
	height:30px;
	position:relative;	
	margin:0 auto;
}
.fontSize {
	position: absolute;
	top: 11px;
	left: 210px;
	width: 136px;
	height: 32px;
}
.fontSize ul li.fontSizeTtl {
	display:block;	
	float:left;
	font-size:12px;
	line-height:30px;
	margin-right:5px;
}

.fontSize ul li a {
	display:block;	
}
.fontSize ul li.fontSizeBtn {
	width:30px;
	height:30px;
	line-height:30px;
	display:block;	
	float:left;
	margin:0 0 0 5px;
	font-size:12px;
	text-align:center;
}
.fontSize ul li.fontSizeBtn a span.medium {
	display:block;
	background:#0098C7;
	color:#ffffff;
	width:30px;
	border-radius:4px;		
}
.fontSize ul li.fontSizeBtn a span.large {
	display:block;
	background:#DFDADE;	
	color:#757575;
	width:30px;
	border-radius:4px;	
}
.fontSize ul li.fontSizeTtl {
	
}

.headerSearch {
	position: absolute;
	top: 5px;
	right: 0;
	box-sizing: border-box;
	border: thin solid #cccccc;

}
input.searchTxt {
	width:120px;
	height:20px;
	float:left;
	margin:0 0 0 0;
	background:#ffffff;
	border:none;
}
input.searchBtn {
	background:#ffffff;
	width:26px;
	height:26px;
	float:left;
	border:none;
	margin:0;
	font-family: FontAwesome;
	color:#AEAEAE;
	text-align:center;
}
input.searchBtn:hover {
	cursor:pointer;
}




#headerContent {
	width:980px;
	height:120px;
	margin:0 auto;	
	position:relative;
}
#headerContent h1 {
	position: absolute;
    top: 27px;
    left: 0;
    width: 380px;
    /* height: 80px; */
    background: url(../images/logo.png) top left no-repeat;
    background-size: 360px auto;
}
#headerContent h1 a {
	display:block;
	width:260px;
	height:80px;
	text-indent:-9999px;
}

.headerLogo {
	width:360px;
	height:95px;
	position:absolute;
	left:390px;
	top:20px;	
}

.headerLogo ul li.rehaJC {
    display:block;
	float:left;	
	height:80px;
	width:65px;
	padding-right:15px;
}

.headerLogo ul li.rehaJC img {
	height:80px;
	width:65px;
}

.headerCtl {
	width:360px;
	height:50px;
	position:absolute;
	right:0;
	top:37px;	
	background:#F3F2F0;
}
.bgColor {
	position: absolute;
	top: 11px;
	left: 15px;
	width: 184px;
	height: 32px;
}
.bgColor ul li {
	float:left;	
	cursor:pointer;
	font-size:12px;
}
.bgColor ul li.fontSizeTtl {
	display:block;	
	float:left;
	font-size:12px;
	line-height:30px;
	height:30px;
	margin-right:6px;
}

.bgColor ul li#bgcolorBtnWhite, .bgColor ul li#bgcolorBtnYellow, .bgColor ul li#bgcolorBtnBlue, .bgColor ul li#bgcolorBtnBlack {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-top:0;
	border-radius:4px;
	margin-right:5px;
	box-sizing:border-box;
}
.bgColor ul li#bgcolorBtnWhite {
	border:1px solid #ABABAB;
	background:#ffffff;	
}
.bgColor ul li#bgcolorBtnYellow {
	background:#FFCB00;	
}
.bgColor ul li#bgcolorBtnBlue {
	background:#2F6BC3;	
	color:#ffffff;
}
.bgColor ul li#bgcolorBtnBlack {
	background:#181717;	
	color:#ffffff;
}

.HeadIcons {
	position: absolute;
	top: 2px;
	right: 93px;
	width: 199px;
}
.HeadIcons li {
	display:inline;
	float:left;
	width:46px;
	height:46px;
	margin:0 0 0 7px;
	border:1px solid #437CCD;
	border-radius:4px;
	box-sizing:border-box;
	text-align:center;
}
.HeadIcons li:nth-child(3n) {
	background:#437CCD;
}

.HeadIcons li a {
	display:block;
	padding:0 0 0 0;
	text-align:center;
	font-size:9px;
	color:#437CCD;
}
.HeadIcons li a:hover {
	text-decoration:none;	
}
.HeadIcons li a#menuButton {
	color:#ffffff;
}
.HeadIcons a i {
	font-size:300%;
	padding-top:5px;
}

.headInfo {
	position:absolute;
	top:30px;
	left:290px;
	font-size:80%;	
	width:290px;
	border:3px solid #F3F2F0;
	padding:5px 10px;
}
.headInfo dl {
	overflow:hidden;	
}
.headInfo dl dt {
	float:left;
	background:#2382D3;
	color:#ffffff;
	padding:0 0.6em;
}
.headInfo dl dd {
	float:left;
	margin-left:1em;
	line-height:1.2;
}
.headInfo dl.kyuushinbi {
	margin-top:0.3em;	
}
.headInfo dl.kyuushinbi dd {
	margin-left:2em;
}
.headInfo p {
	margin-left:78px;	
}
p.emer {
	background:#D5ABAA;
	color:#ffffff;	
	font-weight:bold;
	text-align:center;
	width:316px;
	position:absolute;
	top:6px;
	left:290px;
}


.headTel {
	position: absolute;
	top: 90px;
	right: 0;
	overflow: hidden;
	/*
	background: url(../images/tel.png) top left no-repeat;
	width:446px;
	text-indent: -9999px;
	*/
	width:auto;
	height: 22px;
	font-size:95%;
	font-weight: bold;
	color: #666666;
}
.headerNav {
	position: absolute;
	top: 5px;
	right: 180px;
	overflow: hidden;
}

.headerNav ul li {
	display:inline;	
	height:14px;
	line-height:14px;
	margin:0 0 0 3px;
}
.headerNav ul li a {
	font-size:11px;	
    color: #000000;
	padding:0 0 0 0.5em;
	line-height:14px;
}
.headerNav ul li a::before {
    content: '\f003';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.2em 0 0;
    color:#9AA9FE;
	font-size:11px;	
}

.headerNav ul li a:hover {
	text-decoration:none;
}

.memberEntrance {
	position:absolute;
	top:20px;
	right:0;	
	width:148px;
	height:34px;
	background:#23A35B;
	text-align:center;
}
.memberEntrance a {
	display:block;
	color:#ffffff;	
	font-size:14px;
	font-weight:bold;
	line-height:34px;
}
.memberEntrance a:hover {
	text-decoration:none;	
}
.memberEntrance a::before {
    content: '\f007';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.5em 0 0;
    color: #ffffff;
	font-size:16px;
}



/*XXXバグ修正置き換え
nav {
	height:60px;
	background: #ffab00;
	 box-shadow:0 80px 150px -10px rgba(255,171,0,0.9);
  -webkit-box-shadow: 0 80px 150x -10px rgba(255,171,0,0.9);
  -moz-box-shadow: 0 80px 150x -10px rgba(255,171,0,0.9);
}
*/
nav {
	height: 60px;
	background: #ffab00;
	/* 標準の書き方 */
	box-shadow: 0 80px 150px -10px rgba(255, 171, 0, 0.9);
	/* 古いブラウザ用の書き方（エラーを修正） */
	-webkit-box-shadow: 0 80px 150px -10px rgba(255, 171, 0, 0.9);
	-moz-box-shadow: 0 80px 150px -10px rgba(255, 171, 0, 0.9);
}

ul.priMenu {
	width:980px;
	margin:0 auto;
	height:60px;
}
ul.priMenu li {
	float:left;	
	width:140px;
	height:60px;
	box-sizing:border-box;
	position:relative;

}


ul.priMenu li:first-child::before {
	content: '';
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 30px;
	width: 1px;
	border-right: 1px solid #cccccc;
	position: absolute;
	top: 15px;
	left: 0;
}
ul.priMenu li::after {
	content: '';
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 30px;
	width: 1px;
	border-right: 1px solid #cccccc;
	position: absolute;
	top: 15px;
	left: 100%;
}



ul.priMenu li a{
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:95%;
	width:100%;
	height:60px;
	line-height:60px;
	font-weight:bold;
	position:relative;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	box-sizing:border-box;
	margin:0 0 0 0;
	padding:0 0 0 0;
	letter-spacing:1px;
}

ul.priMenu li:nth-child(4) a {
	height:auto;
	line-height:1.4;
	padding-top:0.5em;
}


ul.priMenu li a span {
	font-family:Arial, Helvetica, sans-serif;
	color:#71B761;
	font-size:8px;
	display:block;
	margin-top:6px;
	letter-spacing:normal;
}

ul.priMenu li:hover, nav li.current {
	text-decoration:none;	
	background:#ffffff;
	
}
ul.priMenu li:hover a, nav li.current a {
	text-decoration:none;	
	color:#ffab00;
}



ul.sub-menu, ul.priMenu li .dropMenu02, ul.priMenu li .dropMenu03 {
	opacity: 0;
	display: none;
}

ul.priMenu li:hover ul.sub-menu {
	display:block;
	opacity: 1;
	overflow:visible;
	position:absolute;
	top:100%;
	left:0;
	transition:0.5s ease;
	z-index:100;

-webkit-box-shadow: 10px 11px 20px 1px rgba(158,152,158,0.43);
-moz-box-shadow: 10px 11px 20px 1px rgba(158,152,158,0.43);
box-shadow: 10px 11px 20px 1px rgba(158,152,158,0.43);
}
ul.priMenu li.menu-item-0:hover ul.sub-menu {
	top:100%;
	left:0;
}

ul.sub-menu {
	margin:0 0 0 0;
	padding:0;	
	background:rgba(255,255,255,0.9); /* rgba(249,151,0,0.85) */
	width:280px;
	overflow:visible;
	z-index: 100;

}
ul.priMenu li.menu-item-19 ul.sub-menu {
	width:600px;
}

ul.sub-menu li {
	padding:0;	
	position:relative;
	height:auto;
}


ul.sub-menu li {
	float:left;
	width:280px;
}

ul.sub-menu li a {
	display:block;
	text-align:left;
	width:auto;
	font-size:90%;
	color:#ffab00 !important;
	padding:0.4em 1em;
	text-decoration:none;
	height:auto;
	line-height:1.4em;
	font-weight:bold;
}
ul.sub-menu li:hover {
	background:#ffab00;	

}
ul.sub-menu li:hover a {
	color:#ffffff !important;
}

ul.sub-menu li a::before {
	content: '\f0da';
    font-family: FontAwesome;
	margin:0 0.5em 0 0;
	color:#ffab00 !important;
	font-size: 90%;
}
ul.sub-menu li:hover a::before {
	color:#ffffff !important;
}



ul.sub-menu li ul.secsub-menu {
	margin-left:1em;	
}


.sub-menu li:first-child::before, .sub-menu li::after {
	content:'';
	border:none !important;
}

ul.sub-menu li ul.trdMenu {
	display: none;
	position:absolute;
	top:0;
	left:100%;
	background:#9AA9FE;
	width:500px;
	padding:0;	
	opacity:0.9;
}
ul.sub-menu li ul.trdMenu li {
	width:250px;
	float:left;	
}
ul.sub-menu li ul.trdMenu li:hover {
	background:#ffffff;	
}
ul.sub-menu li ul.trdMenu li:hover a , ul.sub-menu li ul.trdMenu li:hover a::before {
	color:#9AA9FE !important;	
}
ul.sub-menu li ul.trdMenu li a {
	padding:0.3em 15px;
}
ul.sub-menu li:hover ul.trdMenu {
	display:block;	
-webkit-box-shadow: 10px 11px 20px 1px rgba(158,152,158,0.43);
-moz-box-shadow: 10px 11px 20px 1px rgba(158,152,158,0.43);
box-shadow: 10px 11px 20px 1px rgba(158,152,158,0.43);
}



/* 看護部用 */

.sub-menu li.nurseMenu {
	position:relative;
}
.sub-menuSub {
	display:none;	

}
.sub-menu li.nurseMenu:hover ul.sub-menuSub {
	display:block;	

	left:70px;
	top:-5px;
	background:#6DBA5A;
	opacity:0.8;
	width:280px;
	padding:10px;
	border-radius:5px;
	position:absolute;

}

/*
.sub-menu li.nurseMenu:hover ul.sub-menuSub:after, .sub-menu li.nurseMenu:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}


.sub-menu li.nurseMenu:hover ul.sub-menuSub:after {
	border-color: rgba(109, 186, 90, 0);
	border-right-color: #6DBA5A;
	border-width: 30px;
	margin-top: -30px;
}
.sub-menu li.nurseMenu:hover ul.sub-menuSub:before {
	border-color: rgba(198, 245, 202, 0);
	border-right-color: #c6f5ca;
	border-width: 36px;
	margin-top: -36px;
}
*/


.sub-menu li.nurseMenu:hover ul.sub-menuSub li a {
	color:#ffffff;
}
.sub-menu li.nurseMenu:hover ul.sub-menuSub li a::before {
	content: '\f101';
    font-family: FontAwesome;
	margin:0 0.4em 0 0;
	color:#ffffff;
}




/* カテゴリートップ */
section ul.catMenu {
	margin:0 0 0 0.4em;	
	overflow:hidden;
	list-style-type:none;
}
.catMenuBox {
	margin:20px 0 20px 20px;
	width:100%;
}

ul.catMenu li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
ul.catMenu li:nth-child(3n) {
	margin-right:0;
}
ul.catMenu li a {
	display:table-cell;
    vertical-align:middle;
	box-sizing:border-box;
	width:210px;
	height:65px;
	    border: 2px solid #ecd6a8;
	background-color: #ffffff;
	/* box-shadow: 0 1px 3px rgba(34, 23, 20, 0.2); */
	padding: 15px 10px 15px 15px;
	line-height:1.0;
	color:#333333;
	font-size: 85%;
}
ul.catMenu li:hover a {
	text-decoration:none;
	background-color:#ffab00;
	color:#ffffff;
}
ul.catMenu li a::before {
	content: '\f0da';
    font-family: FontAwesome;
	margin:0 0.4em 0 0;
	    color: #ffab00;
}
ul.catMenu li:hover a::before {
	color:#ffffff;
}



#main {
	width:980px;
	overflow:hidden;
	margin:0 auto;	
}
.topImageBox {
	width: 100%;
	clear:both;
	height:34vw;
	padding:0;
	overflow:hidden;

}
.topImage {	
	position:relative;
	width:100%;
	height:35vw;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	background:#F7F4ED;
}

.topImageBnr {
	position:absolute;
	top: -28vw;
	right:0;	
	/*XXX width:200px;*/
	width:200px;
}
.topImageBnr ul li {
	margin-bottom:10px;
}
.topImageBnr ul li a {
	display:block;
	/*XXX width:180px;*/
	width:180px;
	height:50px;
	background:#ffffff;	
	line-height:50px;
	padding:0 0 0 1em;
	opacity:0.85;
	font-size:100%;
	font-weight:bold;
	color:#333333;
}

/*XXX マイナ背景色開始 */
/*background-color: #770077; /* 背景色を紫に */
/*color: #ffffff; /* 文字色を白に */
/*
黄色	#FFFF00
ピンク	#FF00FF
*/
/*
用途	推奨色	カラーコード	備考
アイコン	公式の水色	#47B5D5	ピンク・黄色の両背景で際立ち、かつ公式の配色なので統一感が生まれます。
文字	ダークグレー	#333333	白文字だと黄色の背景で読みにくくなるため、両方の背景で最も視認性が高いダークグレーを推奨します。
背景	公式のピンク色	#EA6291	マイナンバーカードのメインカラーです。
ホバー時の背景	公式の黄色	#F9D441	カーソルを合わせたときの色です。
*/

.topImageBnr ul li a.topImageBnr10 {
	background-color: #EA6291;/*公式ピンク★★背景色初期*//*#EA6291*//* 背景色をピンクに．マイナンバーカードのメインカラーです。 */
	color: #000000/*黒★★文字色初期*//*#00ff00*/; /* 文字色を緑に */
}
/*XXX マイナ背景色終了 */


.topImageBnr01::before {
	content: '\f073';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.6em 0 0;	
	font-size:130%;
	color:#FF8F26;
}
.topImageBnr02::before {
	content: '\f057';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.6em 0 0;	
	font-size:130%;
	color:#FF6D61;
}
.topImageBnr03::before {
	content: '\f095';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.6em 0 0;	
	font-size:130%;
	color:#59BB1A;
}
/*XXX
.topImageBnr ul li a.topImageBnr04 {
	letter-spacing:-1px;	
	font-size:100%;
}
*/

.topImageBnr04::before {
	content: '\f0f9';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.6em 0 0;	
	font-size:130%;
	color:#2382D3;
}



/*XXX topImageBnr05全削除
.topImageBnr05::before {
	/*
	content: '\f095';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.6em 0 0;	
	font-size:130%;
	color:#59BB1A;
	*//*
}

.topImageBnr05 span {
	color:#59BB1A;
	font-size:120%;
	margin-right:0.5em;
}
XXX topImageBnr05全削除 終了*/



/*XXXiryo21削除
.topImageBnr ul li a::after {
	content: '\f105';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 1em 0 0;	
	float:right;
}
.topImageBnr ul li.iryo21 a::after {
	display:none;
}
*/

/*XXX インフォメーションバナーtopImageBnr10 追加開始 */

/*XXX背景色変更開始 */

/* --- 採用情報バナーの追加スタイル --- */

/* アイコンの設定 */
/*
黄色	#FFFF00
ピンク	#FF00FF
*/
.topImageBnr10::before {
	/*content: '\f0b1'; /* 採用情報に適したカバンのアイコン */
	content: '\f09d'; /* creditcard */
	/*content: '\f2c2'; /* id card */
	font-family: FontAwesome;
	padding: 0;
	margin: 0 0.6em 0 0;
	font-size: 130%;
	color: #FFFF00/*黄色★★フォーカス前アイコン*//*#F9D441*//*#59BB1A*/; /* 他の緑色のアイコンと色を統一 */
	/* ▼▼▼ 背景と形を整えるための追加プロパティ ▼▼▼ */
	/*display: inline-block;*/
	background: #EA6291/*公式ピンク★★フォーカス前アイコンバックグラウンド*//*#EA6291*//*#F0F8FF*/; /* 白に近いが少し青みがかった色 (AliceBlue) */
	/*background: #C0FF77; /* 白に近いが少し青みがかった色 (AliceBlue) */
	/* ▼▼▼ アニメーションを適用 ▼▼▼ */
	/*animation: pulse 2s infinite;*/
}
/*XXX インフォメーションバナーtopImageBnr10 追加終了 */


/* icon
アイコン	説明	CSSのcontentプロパティ
 <i class="fa fa-id-card" style="font-size:24px;"></i>	id-card 「身分証明書」を直接的に表現しており、マイナンバーカードのイメージに最も近いです。	content: '\f2c2';
<i class="fa fa-credit-card" style="font-size:24px;"></i>	credit-card カード型のものとして分かりやすいアイコンです。	content: '\f09d';
<i class="fa fa-heartbeat" style="font-size:24px;"></i>	heartbeat 「医療」「健康」のイメージを強調したい場合に適しています。	content: '\f21e';
*/

li:hover a.topImageBnr01 {
	background:#FF8F26;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr01::before {
	background:#FF8F26;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr02 {
	background:#FF6D61;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr02::before {
	background:#FF6D61;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr03 {
	background:#59BB1A;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr03::before {
	background:#59BB1A;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr04 {
	background:#2382D3;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr04::before {
	background:#2382D3;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}

/*XXX たぶんごみ：topImageBnr10 追加開始 カーソル移動時の背景色 */
/*li:hover a.topImageBnr10 {
	background:#59BB1A;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr10::before {
	background:#59BB1A;	
	background:#F9D441;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
*/
/*XXX たぶんごみ：正解は下：topImageBnr10 追加終了 */

/*
黄色	#FFFF00
ピンク	#FF00FF
*/
.topImageBnr ul li:hover a.topImageBnr10 {
	background: #FFFF00/*黄色★バナーの背景色*//*#F9D441*//*#59BB1A*/;	
	color:#0000ff/*青★バナーの背景色*/;
	text-decoration:none;
	transition:ease 0.4s;
}
.topImageBnr ul li:hover a.topImageBnr10::before {
	background:#FFFF00/*#F9D441*//*黄色★アイコンの背景色*//*#59BB1A*/;	
	color:#0000ff;/*青★アイコンの色*/
	text-decoration:none;
	transition:ease 0.4s;
}


/*XXX topImageBnr05削除開始
li:hover a.topImageBnr05 {
	background:#59BB1A;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
}
li:hover a.topImageBnr05::before {
	/*
	background:#59BB1A;	
	color:#ffffff;
	text-decoration:none;
	transition:ease 0.4s ;
	*/
/*XXX引き続き削除
}

li:hover a.topImageBnr05 span {
	color:#ffffff;
}
/*XXX topImageBnr05削除終了 */




.topMessage {
	position:absolute;
	top: 25px;
	left: 240px;
	z-index: 10;
}
.introBnrBox {
	width:310px;
	height:290px;
	margin:25px 0 0 650px;	
	background:#ffffff;
	border:1px solid #D6E2F8;
	border-radius:5px;
	box-sizing:border-box;
}

.introBnrBox h3 {
	width:274px;
	height:40px;
	line-height:40px;
	background:#0086D7;
	color:#ffffff;
	border-radius:5px;
	margin:8px;
	font-size:100%;
	padding:0 0 0 1em;
}

.uketsuke {
	width:268px;
	margin:15px auto;	
}
.uketsuke h4 {
	margin:0 0 0 -10px;	
}
.ampm {
	margin:0.5em 0;	
	line-height:1.8;
}
.attention {
	font-size:72%;	
	line-height:1.6;
}
.btnGairai {
	width:200px;
	height:30px;
	line-height:30px;
	margin:1.2em auto 1em;
	text-align:center;
}
.btnGairai a {
	font-size:90%;
	color:#ffffff;	
	display:block;
	background:#27B698;
	border-radius:4px;
}
.btnGairai a::before {
	content: '\f0da';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.4em 0 0;
}
.btnGairai a:hover {
	text-decoration:none;	
	background: #52DABE;
	border-radius:4px;
}

.topBnrBox {
	width:100%;
	height:330px;	
	padding:40px 0 0 0;
	background:#F7F4ED;
	margin:0 0 0 0;
}
.topBnrBoxUl{
	display:block;
	width:980px;
	height:340px;
	margin:0 auto;	
}
.topBnrBoxUl li {
	width:230px;
	height:310px;
	float:left;
	margin:0 20px 0 0;
	background:#ffffff;
	position:relative;
}
.topBnrBoxUl li:last-child {
	margin:0 0 0 0;
}
.topBnrBoxUl li span.ico {
	position:absolute;
	top:155px;
	left:83px;	
}
.topBnrBoxUl li span.ico img {
	width:70px;	
}
.topBnrBoxUl li span.ttl {
	position:absolute;
	top:250px;
	left:0;	
	color:#434343;
	width:100%;
	text-align:center;
	font-size:110%;
	line-height:1.2;
}

.topBnrBoxUl li span.subTtl {
	position:absolute;
	top:260px;
	left:0;	
	color:#666666;
	font-size:80%;
	width:100%;
	text-align:center;
}
.topBnrBoxUl li span.subTtl2 {
	position:absolute;
	top:270px;
	left:0;	
	color:#666666;
	font-size:80%;
	width:100%;
	text-align:center;
}

.topBnrBoxUl li a {
	display:block;
	width:100%;
	text-align:center;
	padding:0;
}

.topBnrTtl {
	position:absolute;
	color:#5BA54C;
	top:155px;
	left:0;
	width:100%;
	font-size:110%;
	font-weight:bold;
}
.topBnrTxt {
	position:absolute;
	color:#333333;
	top:187px;
	left:0;
	margin:0 0 10px 0;
	width:100%;
	font-size:70%;
}
.topBnrBoxUl li a {
	background-position:left top;
	text-align:left;
	height:310px;
	color:#ffffff;
	font-weight:bold;
}


.topBnrBoxUl001 {
	background:url(../images/bg_topbnr01.png) no-repeat;
}
.topBnrBoxUl002 {
	background:url(../images/bg_topbnr02.png) no-repeat;
}
.topBnrBoxUl003 {
	background:url(../images/bg_topbnr03.png) no-repeat;
}
.topBnrBoxUl004 {
	background:url(../images/bg_topbnr04.png) no-repeat;
}








.content {
    width:690px;

	float:left;
	margin-top:1em;
}
.topContent {
	width:680px;
	float:left;
	margin-top:18px;
}


.content h2 {
	width: 100%;
	box-sizing:border-box;
    padding: 15px 15px 12px 15px;
    background: #ffffff;
    font-size: 140%;
    color: #ffab00;
    font-weight: bold;
    border: 2px solid #ffab00;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 1em;
}


.content h2::before {
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.6em 0 0;
}





.toGairai {
	float:right;
	font-size:12px;	
	margin-top:8px;
	margin-right:15px;
}
.toGairai a {
	color:#ffffff;
}
.toGairai a::before {
    content: '\f0da';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.6em 0 0;
    font-size: 11px;
}

.content h2 i {
	margin-right:0.4em;	
}
.content h2 span.ichiran {
	float:right;
	margin:0 1em 0 0;
}
.content h2 span.ichiran a {
	font-size:80%;
	color:#ffffff;
		
}

section {
	overflow:hidden;
	margin:0 0 2em 0;	
}

section p {
	font-size: 95%;
	margin-bottom: 1em;
	line-height: 1.6;
}



.fa {
	font-weight:bold !important;
}

.hospitalSearch {
	width:690px;
	padding:10px;
	/* height:425px; */
 	box-sizing:border-box;
	background:#f9f9f9;
	border:1px solid #eeeeee;	
}
.topInfoNav {
	position:relative;	
	height:44px;
	width:100%;
	margin-bottom:10px;
}
.topContent h2.topInfoH2{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 2px;
	font-size: 110%;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	position: absolute;
	bottom: -3px;
	left: -2px;
	box-sizing:border-box;
}
.topContent h2.topInfoH2::before {
	content: '\f0a1';
    font-family: FontAwesome;
    padding: 0 0 0 1px;
	margin:0 0.6em 0 0;
	text-decoration:none;
	color:#FFA51C;
	font-weight:normal;
}
.topContent h2.topInfoH2 span {
	color: #FFA51C;
    font-size: 80%;
    margin-left: 3em;
}

.topContent h2:hover {

}

/*
.topContent h2::after {
	content: '\f067';
    font-family: FontAwesome;
    padding: 0 0 0 2em;
	margin:0 0.6em 0 0;
	text-decoration:none;
	color:#FC9208;
	font-weight:normal;
}
.topContent h2.active::after {
	content: '\f068';
    font-family: FontAwesome;
    padding: 0 0 0 2em;
	margin:0 0.6em 0 0;
	text-decoration:none;
	color:#FC9208;
	font-weight:normal;
}
*/


.topBottomBnr {
	float:right;
	width:242px;	
	margin-top: 30px;
	box-sizing:border-box;
}

.topBottomBnr  img {
	width:100%;	
	margin-bottom:10px;
}

.topInfoNav h2 {

}
.topInfoNav ul {
	position:absolute;
	bottom:0;
	left:110px;
}
.topInfoBox {
	
}

.toIchiran {
	margin:1.5em auto;
	width:192px;
	height:32px;
	line-height:32px;
	text-align:center;
	border:1px solid #DDDDDD;
	box-sizing:border-box;
}
.toIchiran a {
	font-size:90%;
	color:#333333;	
	display:block;
	font-weight:bold;
}

.toIchiran a::before {
	content: '\f0a9';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 8px 0 0;
	text-decoration:none;
	    color: #ffa51d;
}
.toIchiran a:hover {
	text-decoration:none;
}

/*XXXバグ修正置き換え
ul.innerLInk {
    margin: 0
    padding: 0;
	list-style-type:none;
	margin:0 0 0 0;
	width:100%;
}
*/
ul.innerLInk {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}


ul.innerLInk li {
    width:25%;
    float: left;
	border:1px solid #0078B3;
	border-right:none;
	box-sizing:border-box;
	margin:0 0 0.5em 0;
	line-height:1.2;
}

ul.innerLInk li:last-child {
    margin:0 0 0 0;
	border-right:1px solid #0078B3;
}

ul.innerLInk li a {
    display: block;
    text-align: center;
    background: #ffffff none repeat scroll 0% 0%;
	color:#333333;
    margin:0 0 0 0;
	font-size:80%;
	padding:18px 0 0;
	height:30px;
}
ul.innerLInk li a.double {
	padding:10px 0 0;
	height:38px;
}

ul.innerLInk li.active a, ul.innerLInk li:hover a {
    background: #9AA9FE;
    color: #ffffff;
}

/*
ul.innerLInk li a::after {
	content: '\f078';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 8px 0 0;
	text-decoration:none;
	color:#9AA9FE;
}
*/

/*XXXバグ修正置き換え
ul.tabs {
    margin: 0
    padding: 0;
	list-style-type:none;
	margin:0 0 0 0;
	width:100%;
}
*/
ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}


ul.tabs li {
    width:25%;
    float: left;
	border:1px solid #0078B3;
	border-right:none;
	box-sizing:border-box;
	margin:0 0 0.5em 0;
	line-height:1.2;

}

ul.tabs li:nth-child(4n), ul.tabs li:last-child {
	border-right:1px solid #0078B3;
}

ul.tabs li a {
    display: block;
    text-align: center;
    background: #ffffff none repeat scroll 0% 0%;
	color:#333333;
    margin:0 0 0 0;
	font-size:80%;
	padding:18px 0 0;
	height:30px;
}
ul.tabs li a.double {
	padding:10px 0 0;
	height:38px;
}

ul.tabs li.active a, ul.tabs li:hover a {
    background: #9AA9FE;
    color: #ffffff;
	line-height:1.2;
}


.tabs_content {
	clear:both;
    width: 100%;
    box-sizing: border-box;
	padding:0 0 0 0;	
}
hr.tabs_contentHr {
	clear:both;
	border:none;
	border-top: 1px solid #E1E1E1;
	margin-top:1px;
}



ul.tabs li:nth-child(4n) , ul.tabs li:last-child , ul.innerLInk li:nth-child(4n) , ul.innerLInk li:last-child,
ul.tabs li:nth-child(4n) a , ul.tabs li:last-child a, ul.innerLInk li:nth-child(4n) a, ul.innerLInk li:last-child a {
	border-radius:0 4px 4px 0;	
}
ul.tabs li:first-child , ul.tabs li:nth-child(5n) , ul.innerLInk li:first-child , ul.innerLInk li:nth-child(5n),
ul.tabs li:first-child a, ul.tabs li:nth-child(5n) a, ul.innerLInk li:first-child a, ul.innerLInk li:nth-child(5n) a  {
	border-radius:4px 0 0 4px;	
}




/* お知らせ */
.topInfo {

}
.topInfo dl {
	overflow:hidden;
	width:100%;
	padding:0.8em 0 0.8em;
	border-bottom:1px solid #DDDDDD;
	margin:0 0 0 0;
}

.topInfo dt.infoCat {
	display:block;
	width:100px;
	height:22px;
	line-height:22px;
	text-align:center;
	margin:0 0 0 0;
	float:left;
}
.topInfo dd {
	font-size:90%;	
	text-align:left;
	float:left;
}
.topInfo dd.postDate {
	float:left;
	width:140px;
	height:22px;
	line-height:22px;
	margin: 0.2em 0 0 25px;
}



dd.inf, dd.eve, dd.recruitment {
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	display:block;
	float:left;
}
.topInfo dd.infoTtl {
	border-radius:5px;
	padding:0;
	font-size:90%;	
	float:left;
	width:410px;
	text-align:left;
	margin: 0.2em 0 0 0;
}
.newsPage .topInfo dd.infoTtl {
	width:440px;
}
.zentai:hover {
	cursor:pointer;	
}
.eve {
	background:#E5C51C;
}
.topInfoBox dt.recruit, .topInfo dt.recruit {
	border: 1px solid #9aa9fe;
    color: #9aa9fe;
}
.info {
	border: 1px solid #ffa51d;
	color:#ffa51d;
} 


.recruitInfo dl {
	overflow:hidden;
	width:100%;
	padding:0.5em 0 0.8em;
	border-bottom:1px solid #DDDDDD;
	margin:0 0 0 0;
}
.recruitInfo dt {
    display: block;
    width: 20%;
    height: 22px;
    line-height: 22px;
    text-align: left;
    margin: 0 0 0 0;
    float: left;
	font-size:90%;
}
.recruitInfo dd.infoTtl {
    border-radius: 5px;
    padding: 0;
    font-size: 90%;
    float: right;
    width: 80%;
    text-align: left;
    margin: 0 0 0 0;
}


.newsList dl {
    overflow: hidden;
    width: 100%;
    padding: 1em 0 0.8em;

}
.newsList dt {
    font-size: 75%;
    width: 120px;
    float: left;
	height: 22px;
	line-height: 22px;
}
.newsList dl {
    overflow: hidden;
    width: 100%;
    padding: 1em 0 0.8em;
    border-bottom: 1px dashed #A8A8A8;
    margin: 0 0 0 0;
}

.newsList dd.infoCat {
	width:70px;
	text-align:center;
}
.newsList dd.infoTtl {
	float:right;
	width:475px;
}


dd.news, dd.event {
	display:block;
	width:100px;
	height:22px;
	line-height:22px;
	color:#ffffff;
	text-align:center;
	margin:2.4em 0 0 0;
	float:left;
	font-size: 70%;
	font-weight: bold;
}
dd.news {
	background: #5BC0CA;
}
dd.event {
	background: #E5C51C;
}





dd.infoTtl {
    border-radius: 5px;
    padding: 0;
    font-size: 90%;
    float: left;
    width: 100%;
    text-align: left;
}


p.toOshiraseIchiran {
	margin:12px 0 0 550px;
	padding:0;
	height:24px;
	background:#23A35B;
	border-radius:2px;
}
p.toOshiraseIchiran a {
	color:#ffffff;
	font-size:70%;
	display:block;	
	text-align:center;
	line-height:24px;
	transition: all 300ms ease; 
}
p.toOshiraseIchiran a:hover {
	background: #ffffff;
	color: #23A35B;
	font-weight:bold;
	box-shadow: inset 0 0 0 3px #23A35B;
	text-decoration:none;
}








.googleMapBox {
    width: 665px;
    height: 380px;
    position: relative;
}
#map {
    width: 100%;
    height: 100%;
}
.googleMapBox p.excuse {
	font-size:90%;
	margin:0.5em 0 0 5px;	
	color:red;
}


.gm-style img {
	float:right;	
	margin-left:5px;
}
.shisetsuName {
	font-size:14px;	
	font-weight:bold;
	color:#23A35B !important;
}
.shopaddress {
	font-size:10px;	
}

.forDetail {
	display:block;
	margin:5px 0 0 0;
	width:90px;
	height:20px;
	line-height:20px;	
	background:#23A35B;
	color:#ffffff;
	text-align:center;
	border-radius:4px;
	font-size:12px;	
}
i.fa-chevron-circle-right::before {
	margin-right:0.5em;	
}
.shinryouka {
	color:#23A35B;	
	font-size:14px;
	
}


/* ****から探す */
.areaContent {
	width:664px;
	overflow:hidden;
	position:relative;
}
.setsumei {
	position:absolute;
	top:11px;
	left:284px;
	width:374px;
	background:#ffffff;	
	border:1px solid #E1E1E1;
	box-sizing:border-box;
	padding:9px 15px;	
}
.setsumei p {
	font-size:11px;
}
form.searchDistrict {
	position:absolute;
	top:77px;
	left:341px;	
	font-size:90%;
}
form.searchDistrict input {
	vertical-align:middle;
}
form.searchDistrict label {
	padding-left:0.4em;	
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	float:left;
}
.searchBtnBox {
	clear:both;
	margin:0;	
	overflow:hidden;
}
input.btnSearch {
	float:left;
	width:108px;
	height:30px;	
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	border:none;
	background:none;
	-webkit-appearance:none;
	background:url(../images/bg_btn_search.png) top left no-repeat;
	background-size:108px 30px;
	margin-right:10px;
}
input.btnReset  {
	float:right;
	width:108px;
	height:30px;	
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	border:none;
	background:none;
	-webkit-appearance:none;
	background:url(../images/bg_btn_reset.png) top left no-repeat;
	background-size:108px 30px;
}

.setsumeiKamoku {
	margin:10px 0 0 10px;
	width:374px;
	background:#ffffff;	
	border:1px solid #E1E1E1;
	box-sizing:border-box;
	padding:9px 15px;	
}
.setsumeiKamoku p {
	font-size:11px;
}

.kamokuBox {
	overflow:hidden;
	margin:10px;	
}
.sectionBox {
	float:left;	
	width:352px;
	background:#EDEDED;
	padding:10px;
}
.districtBox {
	float:right;	
	width:240px;
}

.sectionBox label {
	padding-left:0.4em;
	margin-right: 15px;
	font-size: 90%;
	margin-bottom: 10px;
	display: block;
	float:left;
}
.districtBox label {
	padding-left:0.4em;
	margin-right: 20px;
	font-size: 90%;
	margin-bottom: 10px;
	display: block;
	float:left;
}

.sectionBox input, .districtBox input {
	vertical-align:middle;
}

.kamokuBox input.btnReset  {
	float:none;
}

/*XXXバグ修正置き換え
#moreBtn {
	clear:both;
	margin:;
	width:100%;
	padding:0.4em 0;
	text-align:center;
	color:#ffffff;
	background:#4FD989;	
	cursor:pointer;
	font-size:90%;
	font-weight:bold;
}
*/
#moreBtn {
	clear: both;
	margin: 1em 0; /* 上下の余白を1em、左右の余白を0に設定 */
	width: 100%;
	padding: 0.4em 0;
	text-align: center;
	color: #ffffff;
	background: #4FD989;	
	cursor: pointer;
	font-size: 90%;
	font-weight: bold;
}

.more {
	display:none;	
	margin-top:10px;
}
.more hr, .sectionBox hr {
	clear:both;
	border:0;
	border-bottom:1px dashed #23A35B;	

}
.aiueoBox label {
	margin-right:27px;
}

.porposeBox {
	font-size:90%;	
	padding:10px;
}
.porposeBox h3 {
	background:#23A35B;	
	color:#ffffff;
	font-size:90%;	
	padding:2px 10px;
	clear:both;
}
.porposeBox ul {
	overflow:hidden;
	margin:10px 0 20px 0;
}
.porposeBox li {
	float:left;	
	margin:0 20px 0 0;
}
.porposeBox li a {
	color:#333333;	
	padding-left:0.2em;
}
.porposeBox li a::before {
	content: '\f138';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0 0 0;
	text-decoration:none;
	color:#23A35B;
}



.tabsAreaContent {
	width:310px;
	margin:-100px 10px 10px 337px;
}

.tabsAreaContent h3 {
	color:#23A35B;
	border-bottom:1px solid #23A35B;
	font-size:90%;
}
.tabsAreaContent p {
	font-size:70%;
	margin:5px 0 0 0;
}
ul.tabsArea {
	position:relative;	
	height:300px;
	width:280px;
	margin:40px 0 0 25px;
}
ul.tabsArea li {
	display:block;
}
ul.tabsArea li a {
	display:block;
	text-indent:-9999px;
	outline: none;
}

ul.tabsArea li a:focus, *:focus { 
	outline:none; 
}

li#d_muko {
	position:absolute;
	top:0;
	left:10px;	
}
li#d_muko a {
	width:79px;
	height:148px;
	background:url(../images/bg_muko.png) left top no-repeat;
}
li.active a#d_mukoA {
	background:url(../images/bg_muko_on.png) left top no-repeat;
}
li#d_tachibana {
	position:absolute;
	top:55px;
	left:61px;	
}
li#d_tachibana a {
	width:115px;
	height:134px;
	background:url(../images/bg_tachibana.png) left top no-repeat;
}
li.active a#d_tachibanaA {
	background:url(../images/bg_tachibana_on.png) left top no-repeat;
}
li#d_sonoda {
	position:absolute;
	top:26px;
	left:130px;	
}
li#d_sonoda a {
	width:143px;
	height:144px;
	background:url(../images/bg_sonoda.png) left top no-repeat;
}
li.active a#d_sonodaA {
	background:url(../images/bg_sonoda_on.png) left top no-repeat;
}
li#d_taisyou {
	position:absolute;
	top:135px;
	left:33px;	
}
li#d_taisyou a {
	width:69px;
	height:164px;
	background:url(../images/bg_taisyou.png) left top no-repeat;
}
li.active a#d_taisyouA {
	background:url(../images/bg_taisyou_on.png) left top no-repeat;
}
li#d_chuou {
	position:absolute;
	top:160px;
	left:92px;	
}
li#d_chuou a {
	width:91px;
	height:138px;
	background:url(../images/bg_chuou.png) left top no-repeat;
}
li.active a#d_chuouA {
	background:url(../images/bg_chuou_on.png) left top no-repeat;
}
li#d_oda {
	position:absolute;
	top:108px;
	left:144px;	
}
li#d_oda a {
	width:113px;
	height:134px;
	background:url(../images/bg_oda.png) left top no-repeat;
}
li.active a#d_odaA {
	background:url(../images/bg_oda_on.png) left top no-repeat;
}






/* 各種健診 */
.blueBox, .yellowBox, .redBox {
	width:226px;
	margin-top:12px;	
	float:left;
	margin-right:6px;
}
.redBox {
	margin-right:0;
}
.blueBox .above {
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e2f5+0,ffffff+100 */
background: #b4e2f5; /* Old browsers */
background: -moz-linear-gradient(top,  #b4e2f5 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e2f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b4e2f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b4e2f5 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b4e2f5 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b4e2f5 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e2f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height:195px;	
}
.yellowBox .above {
	position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9ea7a+0,ffffff+100 */
background: #d9ea7a; /* Old browsers */
background: -moz-linear-gradient(top,  #d9ea7a 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9ea7a), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9ea7a 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9ea7a 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9ea7a 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9ea7a 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ea7a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height:195px;	
}
.redBox .above {
	position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbdb3+1,ffffff+100 */
background: #ffbdb3; /* Old browsers */
background: -moz-linear-gradient(top,  #ffbdb3 1%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffbdb3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffbdb3 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffbdb3 1%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffbdb3 1%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffbdb3 1%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbdb3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height:195px;	
}
.above a {
	display:block;
	width:226px;
	height:195px;	
}
.above img {
	position:absolute;
	top:7px;
	left:47px;	
}
.aboveTtl {
	position:absolute;
	top:143px;
	left:68px;	
	font-size:22px;
	font-weight:500;
}

.blueBox .aboveTtl {
	color:#1D89B2;
}
.yellowBox .aboveTtl {
	color:#90A70E;
}
.redBox .aboveTtl {
	color:#FF7763;
}
.aboveTxt {
	position:absolute;
	top:172px;
	left:0;
	width:226px;
	text-align:center;	
	font-size:10px;
	color:#555555;
}
.boxLinkBtn {
	width:226px;
	height:28px;
	line-height:28px;
	text-align:center;
}
.boxLinkBtn a {
	display:block;	
}
.boxLinkBtn a i.fa {
	color:#ffffff;	
	
}
.blueBox .boxLinkBtn {
	background:#A1CDDF;	
}
.yellowBox .boxLinkBtn {
	background:#BFD155;	
}
.redBox .boxLinkBtn {
	background:#FFA193;	
}



/* サイドバー */
.topSideBar {
	width:240px;	
	float:right;
	margin-top:45px;
}
.topSideBar ul.sideBnrBox {
	margin-top:42px;
}	
.topSideBar ul.sideBnrBox li {
	margin:0 0 10px 0;	
}
.topSideBar ul.sideBnrBox li img {
	width:100%;
	height:auto;	
}

.sideMap {
	width:238px;
	height:325px;
	border:1px solid #e5e5e5;	
	padding:4px;
	box-sizing:border-box;
}
.sideMap iframe {
	width:100%;
	height:100%;	
}


.sideBar {
	width:242px;
	float:right;
	margin-top:1em;
	box-sizing:border-box;
}
.sideBnrBox {
	margin:0 0 10px 0;	
}
.sideBnrBox li {
	width:242px;
	margin-bottom:10px;	
}
.sideBnrBox a img {
	width:100%;
	height:auto;
}
.sideBnrBox a:last-child img {
	margin-bottom:0;
}

.sideCatTtl {

}


.sideBar h3 {
	height:50px;
	padding:0 0 0 1em;
	line-height:50px;
	font-size: 100%;
	font-weight: bold;
	color:#ffffff;	
	background: #ffab00;
}
.sideBar h3::before {
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.4em 0 0;
	color: #ffffff;
}
.sideBar h3.about::before {
	content: '\f0f8';
}
.sideBar h3.feature::before {
	content: '\f0a1';
}
.sideBar h3.service::before {
	content: '\f0f0';
}
.sideBar h3.department::before, .sideBar h3.dep01::before, .sideBar h3.dep02::before {
	content: '\f0fa';
}
.sideBar h3.partnership::before {
	content: '\f2b5';
}
.sideBar h3.sitemap::before {
	content: '\f0e8';
}
.sideBar h3.recruit::before {
	content: '\f15b';
}
.sideBar h3.access::before {
	content: '\f041';
}
.sideBar h3.checkup::before {
	content: '\f0f0';
}
.sideBar h3.hospitalization::before {
	content: '\f236';
}
.sideBar h3.nurse::before {
	content: '\f0fa';
}


.about .content h2::before {
    content: '\f0f8';
}
.feature .content h2::before {
    content: '\f0a1';
}
.service .content h2::before {
    content: '\f05a';
}
.department .content h2::before {
    content: '\f0f0';
}
.partnership .content h2::before {
    content: '\f0fa';
}
.recruit .content h2::before {
    content: '\f0ea';
}
.access .content h2::before {
    content: '\f238';
}
.sitemap .content h2::before {
    content: '\f0e8';
}
.info .content h2::before {
    content: '\f0a1';
}
.hospitalization .content h2::before {
    content: '\f236';
}
.checkup .content h2::before {
    content: '\f0f0';
}
.nurse .content h2::before {
    content: '\f0fa';
}



.sideAccess {
	box-sizing:border-box;
	border:1px solid #E1E1E1;
	background:#F7F7F5;
	padding:10px;
	margin-bottom:10px;
}
.sideAccess .addressTxt {
	font-size:80%;	
}
.sideAccess .addressTxt .email {
	font-size:90%;	
	letter-spacing:-0.5px;
}
.sideAccess p.addressPic {
	width:182px;
	box-sizing:border-box;
	margin:10px auto;
	border:1px solid #E1E1E1;
	padding:4px;	
}
.addressToMap {
	width:144px;
	height:22px;
	line-height:22px;
	text-align:center;
	background:#23A35B;
	margin:0 auto;
}
.addressToMap a {
	color:#ffffff;
	font-size:70%;
	display:block;	
	transition: all 300ms ease;
}

.addressToMap a:hover {
	text-decoration:none;	
	background: #ffffff;
	color: #23A35B;
	font-weight:bold;
	box-shadow: inset 0 0 0 3px #23A35B;
}
.addressToMap i {
	margin:0 0.5em 0 0;	
}



/* フッター */
footer {
	width:100%;
	background:#F7F4ED;
	margin-top:50px;
}
.toPageTop {
	width:100%;

}
.toPageTop a {
	display:block;
	text-align:center;
	background:#007BC1;	
	color:#ffffff;
	font-size:82%;
	font-weight:bold;
	clear:both;
	padding:0 0 8px 0;
}
.toPageTop a i {
	font-size:38px;	
	margin-top:-5px;
}

.footerBody {
	width:980px;
	height:auto;	
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.footerLinkBox {
	margin:20px 0 0 0;
	padding-bottom:10px;
	width:980px;
	text-align:center;

}
.footerLinkBox ul li {
	display:inline;
}
.footerLinkBox ul li a {
	color:#333333;	
	font-size:75%;
	height:20px;
	line-height:20px;
	margin-right:1em;
}

.footerLinkBox ul li:last-child::after {
	content:'';
}

.footerAddress {
	position:absolute;
	top:27px;
	left:632px;	
	color:#ffffff;
}
.footerAddress p {
	font-size:16px;	
	font-weight:bold;
}
.footerAddress address {
	font-size:12px;	
	margin-top:10px;
}

.footLogo {
	width:100%;	
	clear:both;
}
.footLogoBody {
	width:980px;
	height:80px;
	margin:0 auto 0;
	position:relative;

}
.footLogoLogo {
	position:absolute;
	top:10px;
	left:0;
	width:210px;
	height:auto;
}
.footAdress {
	position: absolute;
	bottom: 7px;
	left: 265px;
	font-size: 90%;
}


.phoneNumber {
	font-size:130%;	
}
.nintei {
	position:absolute;
	top:-10px;
	right:0;	
}


.copyRight {
	width:100%;
	height:50px;
	line-height:50px;	
	font-size:80%;
	color:#ffffff;
	background: #ffab00;
}
.copyRight span {
	display:block;
	width:980px;
	margin:0 auto;
	text-align:center;

}

/* 下層ページ */
.subContents {
	margin:20px 0;
	box-sizing:border-box;
	border: 1px solid #dfdfdf;
	background:#EAF8FD;
	overflow:hidden;
}
.subContents h3 {
	font-size:90%;
	border:none;	
	background:#D2EFFB;
	margin:0 0 0 0;
	padding:0.4em 1em;
	clear:both;
}
.subContents ul {
	width:660px;
	margin:0.5em 15px;	
	font-size:90%;
}
.subContents ul li {
	float:left;	
	width:214px;
	margin:0 9px 5px 0;
	border: 1px solid #dfdfdf;
	box-sizing:border-box;
}
.subContents ul li a {
	display:block;
	background:#ffffff;
	padding:4px 10px;	
}
.subContents ul li.current a {
	background:#D2EFFB;	
}

.subContents ul li a:hover {
	text-decoration:none;	
	background:#D2EFFB;	
}
.subContents ul li a::before {
	content: '\f0da';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.4em 0 0;
	color: #0E74C8;
	font-size: 11px;
}

.subContents ul li:nth-child(3n) {
	margin-right: 0;
}

section h3 {
    font-size: 110%;
    clear: both;
    border-bottom: 1px solid #ffab00;
    margin: 0 0 1em 0;
    padding:0.5em 0 0.2em 0;
    border-radius:4px 4px 0 0;


}

section h3::before {
	content: '\f111';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.4em 0 0.3em;
	color: #ffab00;

}
.sitemapsContent h3 {
	border-bottom:none;
}

section h2 span {
	font-size:80%;
	float:right;
	margin-top: 0.2em;
}



section p {
	font-size:95%;
	margin-bottom:1em;
	line-height:1.6;
}
section p.postDate {
	color:#777777;
}

section p.prePost {
	width:100%;	
}


/* テーブル */
/*XXXバグ修正置き換え
section table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:1em;
	margin-top:;
	font-size:90%;

}
*/
section table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    margin-top: 0; /* 値を追加 */
    font-size: 90%;
}


section table tr {
    border-left: 1px #E3E3E3 solid;
    border-bottom: 1px #E3E3E3 solid;
}

section table {
    border-bottom: 1px #E3E3E3 solid;
	width:100%;
}
section table.halfTable {
	width:50%;
}

section table th {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    background: #F5F5F5;
    line-height: 100%;
	text-align:center;
}

section .font90 table th {
    padding: 10px 5px;
}

section table td {
    padding: 6px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 0 1px; 
	vertical-align:middle;
}
section table.tantou td {
	width:16%;	
	text-align:center;
}

section table th.shinryou, section table td.shinryou {
	text-align:center;	
}

section table.infectionTable th, section table.infectionTable td {
	text-align:center;
}
section table.infectionTable td.infectionTtl {
	text-align:left;
}

section table.schedule {

}
section table.schedule td {
	text-align:center;	
	font-size:90%;	
}
section table.riha th, section table.riha td {
	font-size:90%;	
}


.inspection section table th {
	width:15%;
}
.inspection section table.tameni th {
	width:42%;
}
.inspection section table.tameni td {
	text-align:center;	
}


#mapField {
	width:100%;
	height:350px;
	margin-bottom:1em;
}


/* 固定ページ */
p.wp-caption-text {
	font-size:70%;	
	text-align:center;
	margin-top:0.5em;
	line-height:1.2;
}
section h4 {
    font-size: 105%;
    border-bottom: 1px dotted #ffab00;
    border-left: 5px solid #ffab00;
    margin: 2em 0 1em 0;
    padding-left: 0.5em;
    clear: both;
}
section h4::before {
    content: '';

}

section h5 {
	font-size:100%;
    color: #333333;
    margin-bottom: 0.4em;
    width: 98%;
    padding: 0.2em 2% 0.5em 0;
    border-bottom: 1px dashed #ffab00;
    clear: both;
}


section h6 {
	font-size:100%;
	margin: 0.5em 0 0.5em;
	font-weight:bold;
}
section ul {
	font-size:95%;
}
section ul  {
	list-style-type:disc;
	list-style-position:outside;
	width: 665px;
	margin-left: 25px;
	margin-bottom:0.8em;
}
section table td ul {
    list-style-type: disc;
    list-style-position: outside;
    width: auto;
    margin-left: 18px;
    margin-bottom: 0.8em;
}
section ul ul  {
	list-style-type:circle;
	list-style-position:outside;
	width:654px;
	margin-left:18px;
	margin-bottom:0.8em;
}
section ul.noneDisc {
	list-style-type:none;
	width:100%;
	margin-left:0;
	margin-bottom:0.8em;
}
section ul li {
	line-height:1.8;	
}
.jigyou {
	color:#23A35B;	
	font-weight:bold;
}


dl.gaiyou  {
	width:100%;	
	overflow:hidden;
	font-size:90%;
}
dl.gaiyou dt {
	width:14%;	
	float:left;
}
dl.gaiyou dd {
	width:82%;	
	float:right;
}


.articleBody ul.magokoro  {
	list-style-type:none;
	width:99%;
	margin-left:1%;
	margin-bottom:0.8em;
}
.articleBody ul.magokoro li {
	border-bottom:2px dotted #dfdfdf;	
	padding:0.5em 0;
}
.articleBody ul.magokoro li a::before  {
    content: '\f1c1';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.4em 0 0;
    color: red;
    font-size: 16px;
}	





/* 医院病院検索 */
p.facilitySearchTitle {
	font-size:90%;
	margin:1em 0 0 0;
	width:96%;
	padding:0.4em 2%;
	background:#efefef;
}
p.facilitySearchTitle span {
	font-size:120%;
	font-weight:bold;
	margin-right:0.2em;
	color:#23A35B;
}
dl.facilityOutline {
	width:98%;	
	margin:0 0 0 2%;
	overflow:hidden;
	font-size:90%;
}
dl.facilityOutline dt {
	width:14%;	
	float:left;
}
dl.facilityOutline dd {
	width:82%;	
	float:right;
}

.resultBlank {
	font-size:90%;	
	margin-top:1em;
}

section table.doctor td {
	padding:4px 10px;
	vertical-align:top;
}
	
section table.doctor td.docMain img {
	width:120px;	
	height:auto;
}
section table.doctor th {
    text-align:center;
}
section table.doctor th.nameTh {
	width:26%;	
}
section table.doctor .docName {
	font-weight:bold;	
	font-size:120%;
}


section table.program td {
	width:17%;	
}



/* 施設案内 */
.annaiSetsumeiBox {
	overflow:hidden;
	margin-top:1em;	
}
.annaiSetsumei {
	width:33%;
	margin-right:1%;
	float:left;	
}
.annaiSetsumei:last-child {
	width:32%;
	margin-right:0;
}
.annaiSetsumei dl {
	margin-bottom:1.5em;
}
.annaiSetsumei dt {
	color:#007F2E;
	font-weight:bold;

}
.annaiSetsumei dd {
	margin-top:0.8em;	
}
.maruSuuji {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;

	width:26px;
	height:26px;
	border-radius:18px;
	border:2px solid #007F2E;
	padding:2px;

	margin-right:0.4em;
}
section .annaiSetsumei dd table {
	font-size:12px;	
}
section .annaiSetsumei dd table, section .annaiSetsumei dd table tr, section .annaiSetsumei dd table th, section .annaiSetsumei dd table td {
	border:none;	
	background:#ffffff;
}
section .annaiSetsumei dd table th{
	padding:0.2em 0.5em 0.2em 0;	
}
section .annaiSetsumei dd table td {
	padding:0.2em 0 0.2em 0.5em;	
}
section .annaiSetsumei dd table th {
	border-right:1px solid #007F2E;	
	color:#007F2E;
	font-weight:bold;
	width:18px;
}
section .annaiSetsumei dd table td.first {
	width:50px;
}



/* サイトマップ */
.sitemapLinkBox {
	float:left;	
	margin:27px 25px 0 0;
	width:330px;
}
.sitemapLinkBox:nth-child(2n) {
    margin-right:0;
	width:330px;
}
.sitemapLinkBox dt {
	font-size:90%;
	font-weight:bold;
	margin-bottom:0.5em;
}
.sitemapLinkBox dt a {
	color:#333333;
}
.sitemapLinkBox dt::before {
	content: '\f0a9';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;
    color: #007BC5;
}

.articleBody .sitemapLinkBox ul {
	width:100%;	
	list-style-type: none;
}
.articleBody .sitemapLinkBox ul li a::before {
    content: '\f0da';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.4em 0 0;
    color: #6ABA63;
}




/* ■■■ページング■■■ */
.wp-pagenavi {
	clear: both;
	height:50px;
	margin:1em 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 10px;
	margin: 2px;
	font-size:90%;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #ffab00;
	background:#ffab00;
	color:#ffffff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* 記事個別ページ */
.preLink {float:left;}
.postLink {float:right;}


/* プライバシーポリシー */
.privacyTtl {
	width:100%;
	text-align:center;	
	font-weight:bold;
	margin:1em 0;
}
ol.privacy {
	list-style-type:decimal;
	list-style-position:outside;
	width:95%;
	margin-left:5%;
	margin-bottom:1em;	
	font-size:95%;
}


/* アクセス */
.accessPage iframe {
	width:100%;
	height:300px;	
}


/* 求人情報 */
.sideCatLink {
	background: #FBFBFB;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
    box-sizing: border-box;
}
.sideCatLink ul {
	/*
	margin:0 0 0 10px;
	padding:10px 0 10px 0;
	*/
}
.sideCatLink ul li {
	line-height:1.8;
	border-bottom:1px dotted #dfdfdf;
}
.sideCatLink ul li:last-child {
	border-bottom:none;
}
.sideCatLink ul li a {
	display:block;
	padding:4px 1em;
	color:#333333;	
	font-size:90%;

}
.sideCatLink ul li a.red {
	color:red;	
}
.sideCatLink ul li.current_page_item a {
	text-decoration:none;
	border-left:3px solid #ffab00;
	text-indent:-3px;
}
.sideCatLink ul li:hover a {
	text-decoration:none;
	border-left:3px solid #ffab00;
	text-indent:-3px;
}

.sideCatLink ul li:hover a {


}

.recruitPage section table th {
	width:14%;	
}


.sideCatLink ul li.nurseSideLink {
	line-height:1.2;
	background:#E1F4FD;
}
.sideCatLink ul li.nurseSideLink a {
	display:block;
	padding:1px 1em;
}
.sideCatLink ul li.nurseSideLink a.current, .sideCatLink ul li.nurseSideLink:hover a {
	background:#D2EFFB;	
}


.sideSecLink {

}

.sideSecLink li:first-child {
	border-top:1px dotted #dfdfdf;	
}

.sideSecLink li a::before {
	font-family: "FontAwesome";
	content: "\f101";
	padding-right:5%;
	color:#9AA9FE;
}
.sideCatLink ul li.current ul.sideSecLink li a {
	border:none;
	width:90%;
}
.sideCatLink ul li.current ul.sideSecLink li.current a, .sideCatLink ul li.current ul.sideSecLink li:hover a {
	background:#D2EFFB;
}




/* よくあるご質問（Ｑ＆Ａ） */
dl.faq {
	overflow:hidden;
	padding-bottom:1.5em;
	margin-top:1.5em;
	border-bottom:1px dotted #23A35B;
}
dl.faq dt {
	color:#007BC5;
	font-weight:bold;
	margin-bottom:0.8em;
	font-size:95%;
}

dl.faq dd.answer {
	margin-top:0.3em;
	float:right;
	font-size:95%;
	width:652px;
}
.maruQuestion {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    width: 26px;
    height: 26px;
    border-radius: 18px;
	background:#007BC5;
    padding: 2px;
    margin-right: 0.4em;
	color:#ffffff;
	font-weight:normal;
}
dl.faq dd.maruAnswer {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    width: 25px;
    height: 26px;
    border-radius: 18px;
	background:#F9B857;
    padding: 2px 2px 2px 3px;
	color:#ffffff;
	font-weight:normal;
	float:left;	
}





/* common */

.newBread {
    width: 100%;
	background:#ffffff;
	margin:10px 0 0 0;
}
.newBread p {
	width:970px;
	margin:0 auto;
	font-size:80%;	
	padding: 8px 0 6px 10px;
}
a.home::before {
	font-family: "FontAwesome";
	content: "\f015";
	padding-right:0.2em;
	color: #ffab00;
}

.alignleft {
	margin:0 1em 1em 0;
	float:left;
	width:40%;
	height:auto;
}
.alignright {
	margin:0 0 1em 1em;
	float:right;
	width:40%;
	height:auto;
}
.alignnone {
	margin:0 0 1em 0;
	float:none;	
}
.signature {
	float:right;
	line-height:1.2;
}

.alignrightPC {
	margin:0 0 1em 1em;
	float:right;	
}
.aligncenter {
	text-align:center;	
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
}

.alignC {
	text-align:center !important;	
}


#back-top {
    position:fixed;
	bottom:200px;
	right:150px;
}
#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    transition: all 1s ease 0s;
	font-size:80%;
	font-weight:bold;
	line-height:1.1;
	background: #ffab00;
    height: 55px;
    width: 65px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	transition: all 0.7s;
	padding-top:10px;
}
#back-top a:hover {
	background:#FFD18C;
}

#back-top a:before {
  color:#ffffff;
  width:65px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-family:"FontAwesome";
  content:"\f106";
  font-weight:lighter;
  font-size:50px;
  position: relative;
  top:0;
  display:block;
}

.hanagara {
	background:url(../images/hanagara.png);	
	padding:1em 0 0 1em;
	border-radius:8px;
}


.red {color:red;}
.blue {color:blue;}
.fontBig {
	font-size:140% !important;	
}
.fontBigBig {
	font-size:180% !important;	
}
.rinen {
	margin-left:2em;
	font-size:150% !important;	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	line-height:1.4;
}
.fontSmall {
	font-size:80% !important;	
}
.pink {color:#F69}
.hijyoukin {
	background:#B8EA97;	
}

.fl {float:left !important;}
.fr {float:right;}
.clearboth {clear:both;}


/* トップのスライド */
.viewer {
    margin: 0 auto;
    width: 980px;
    height: 340px;
    text-align: left;
    overflow: hidden;
}
 
.viewer ul {
    width: 980px;
    height: 340px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
.viewer ul li {
    top: 0;
    left: 0;
    width: 980px;
    height: 340px;
    display: none;
    position: absolute;
}






/* 概要 */
.outlineDL {
	font-size: 95%;
	border-bottom: 1px dotted #cbcbcb;
	overflow: hidden;
	padding: 0.4em 0;
}
.outlineDL dt {
	float:left;
	width:15%;
	font-weight: bold;
}
.outlineDL dd {
	float:right;
	width:82%;
}
section .outlineDL dd ul {
	width:100%;
	font-size:100%;	
}
section .outlineDL dd ul li {
	line-height:1.4;
}



.enkakuDl {
	font-size:95%;	
	border-bottom:1px dotted #cbcbcb;
	overflow:hidden;
	padding:0.4em 0;
}
.enkakuDl dt, .enkakuDl dd {
	line-height:1.6;	
}
.enkakuDl dt {
	width:20%;
	float:left;
	font-weight:bold;
	color:#444444;
}
.enkakuDl dd {
	width:76%;
	padding-left:22%;
}

a.pdf::before {
    content: '\f1c1';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.2em 0 0;
    color:red;
	font-size:16px;	
}
a.pdfAfter::after {
    content: '\f1c1';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0 0 0.4em;
    color:red;
}
a.excel::before {
    content: '\f1c3';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.2em 0 0;
    color:red;
	font-size:16px;	
}
a.otherPage::before {
    content: '\f0da';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.2em 0 0;
    color:red;
	font-size:16px;	
}


.articleBody p.fontEX {
	font-size:140%;	
}

.articleBody p.telNumber {
	font-size:140%;
	font-weight:bold;
	color:#008744;	
	margin-bottom:0.5em;
}

.articleBody p.toFaq {
	width:100%;
	height:auto;
	border-radius:8px;
	border:1px solid #23A35B;
	padding:1px;
	box-sizing:border-box;
}
.articleBody p.toFaq a {
	display:block;
	font-size:150%;
	background:#23A35B;
	text-align:center;
	margin:0 auto;
	color:#ffffff !important;	
	padding:0.2em 1em;
	border-radius:8px;
	transition: all 0.7s;
}
.articleBody p.toFaq a:hover {
	text-decoration:none;
	background:#6ABA63;
}
.articleBody p.toFaq a::before {
    content: '\f059';
    font-family: FontAwesome;
	margin:0 0.8em 0 0;
	color:#ffffff;
	font-weight:normal;
}



section ul.nurseIntro000 {
	list-style-type:none;	
	width:100%;
	margin:0;
	text-align:center;
	overflow:hidden;
}
section ul.nurseIntro000 li {
	width:200px;
	float:left;	
	margin:0 45px 30px 0;
	text-align:center;
}
section ul.nurseIntro000 li:nth-child(2n) {
	margin-right:0;	
	margin-left:0;
}
section ul.nurseIntro000 li img {
	width:100%;	
}
section ul.nurseIntro000 li dt {
	margin-bottom:0.5em;	
}


section ul.nurseIntro00 {
	list-style-type:none;	
	width:100%;
	margin:0;
	text-align:center;
	overflow:hidden;
}
section ul.nurseIntro00 li {
	width:300px;
	float:left;	
	margin:0 45px 30px 22px;
	text-align:center;
}
section ul.nurseIntro00 li:nth-child(2n) {
	margin-right:0;	
	margin-left:0;
}
section ul.nurseIntro00 li img {
	width:100%;	
}
section ul.nurseIntro00 li dt {
	margin-bottom:0.5em;	
}




section ul.nurseIntro {
	list-style-type:none;	
	width:100%;
	margin:0;
}
section ul.nurseIntro li {
	width:200px;
	float:left;	
	margin:0 45px 30px 0;
	text-align:center;
}
section ul.nurseIntro li:nth-child(3n) {
	margin-right:0;	
}
section ul.nurseIntro li img {
	width:100%;	
}
section ul.nurseIntro li dt {
	margin-bottom:0.5em;	
}

section ul.nurseIntro2 {
	list-style-type:none;	
	width:100%;
	margin:0;
}
section ul.nurseIntro2 li {
	width:60px;
	float:left;	
	margin:0 10px 30px 0;
	text-align:center;
}

section ul.nurseIntro2 li img {
	width:100%;	
}
section ul.nurseIntro2 li dt {
	margin-bottom:0.5em;	
}


.h2Faq {
	overflow:visible;
	position:relative;

}
.content #h2Faq h2 {
	position:absolute;
	bottom:0;
	left:0;
}
img#ill001 {
	position:absolute;
	bottom:-10px;
	right:20px;
}
dl#ill002 {
	background:url(../images/ill002.png) no-repeat;
	background-position:580px center;	
}
dl#ill003 {
	background:url(../images/ill003.png) no-repeat;
	background-position:580px center;	
}

.hanaOutline {
	width:100%;
	padding:1em 5%;
	background:#FEEFF0;
	border-radius:5px;
	box-sizing:border-box;
}

/* 利用者の声 */
.voice {

}
.voice h4 {
	border-bottom: 1px dotted #67ae54;
	color: #67ae54;
	font-weight: bold !important;
	font-size:120% !important;
	background:none !important;
	padding:0 !important;
	margin:0 0 2em 0 !important;
}
.voiceL {
	float:left;
	width:50%;
}
.voiceR {
	float:right;
	width:45%;
}
.voiceR img {
	width:100%;
	height:auto;	
}

p.voiceName {
	margin-bottom:2em;	
}


/* お問い合わせ */
.formBox {
	overflow:hidden;
	margin:20px 0 0 30px;
	font-size: 95%;
}

/*XXXバグ修正置き換え
.formBox::after {
	content:""
	clear:both;
}
*/
.formBox::after {
	content: "";
	clear: both;
}


.formBox strong {
	font-size:120%;	
	color:#333333;
}

.formBox dl {
	overflow:hidden;	
	clear:both;
	margin-bottom:1em;
	border-bottom:1px dotted #dfdfdf;
	padding-bottom:0.6em;
}
.formBox dl dt {
	float:left;
	width:43%;
}
.formBox dl dt::before {
    content: '\f111';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.4em 0 0;
	color: #0E74C8;
}
.formBox dl dd {
	width:65%;
	margin:0 0 0 35%;
	color:#666666;
}

input.job-4text {
	float:right;
	width:110px;	
}

.formBox .policyBox {
	height:100px;
	overflow-y:scroll;
	border:1px solid #cccccc;	
	padding:5px;
	font-size:90%;
}

input {
	padding:2px 5px;
	background: #efefef;
	margin: 0;
	font-size: 80%;
	border: 1px solid #dbdbdb;	
}
input.small {
	width:20%;	
}
input.medium {
	width:70%;	
}
input.large {
	width:90%;	
}
input.radio, input.check {
	background: none;
	margin-right:3px;
}
label {
	margin-right:15px;	
}

input ,select{
	vertical-align:middle;
}

textarea {
	background: #efefef;
	margin: 0;
	font-size: 90%;
	border: 1px solid #dbdbdb;	
	width:87%;
}

.btnBox {
	width:100%;
	margin:50px auto 0;	
	text-align:center;
}

.inquiryBtn {
	background:#007BC1;	
	border: none;
	border-radius:5px;
	width:100px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff; 
	cursor:pointer;
	margin:0 20px 0 0;
    transition: all 0.3s;
}
.inquiryBtn:hover {
	background:#8BD4F5;	
	border: none;
	width:100px;
	height:30px;
	font-size:14px;
	font-weight:bold;
}




.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}



.w300 {
	width:300px !important;	
}


.green {
	color:#23A35B !important;	
}
.kennai {
	background:url(../images/bg_map01.jpg) no-repeat right bottom;	
}


.forPC {
	display:block;	
}
.forSP {
	display:none;	
}
p#page-top {
	text-indent:-9999px;
}

.hidden {
	display:none !important;	
}







/* color change
--------------------------------------------------------- */
.colorYellow #main,
.colorYellow #breadCrumb,
.colorYellow #sideNav dt,
.colorYellow #sideNav a {
	background:#FF0;
	color:#525252;
}


.colorYellow  h2 {
	color:#333333;	
	background:#FF0;
}
.colorYellow section h3, .colorYellow section h4, .colorYellow .articleBody h5, .colorYellow .sideBar h3 {
	color:#333333;	
	background:#FF0;
}

.colorYellow section h3 {
    border-bottom: 1px solid #333333;
}
.colorYellow section h3::before {
    color: #333333;
}

.colorYellow .sideBar h3.about::before {
    color: #333333;
}

.colorYellow .red, .colorYellow .blue {
	color:#333333;	
}
.colorYellow section table th {
	background:#FF0;
}

.colorYellow #mainContent a {
	color:#525252;
	text-decoration:underline;
}
.colorYellow #wrapper #mainContent h3,
.colorYellow #wrapper #mainContent h4,
.colorYellow #wrapper #mainContent h5 {
	background:none;
	color:#525252;
}
.colorYellow #wrapper .sectionList a {
	background:none;
	color:#525252;
	font-weight:bold;
}

.colorYellow  .indexInfoCont dl dt, .colorYellow  .indexInfoCont dl dd , .colorYellow  .indexInfoCont dl dd a, .colorYellow span.red{
	color:#525252;
}

.colorYellow #footer {
	background:#FF0;
}
.colorYellow .sideCatTtl {
	background:#FF0;
}
.colorYellow .sideCatTtl h3 {
	color:#333333;
}
.colorYellow .sideCatLink {
	background:#FF0;
}
.colorYellow .sideCatLink ul li a {
	color:#333333;
}
.colorYellow .sideCatLink ul li.current {
	background: url(../images/bg_side_cat_list.png) left center no-repeat #FF0;	
}

.colorYellow .sideCatLink ul li.nurseSideLink {
	background:#FF0;
}

.colorYellow .sideCatLink ul li.nurseSideLink a.current, .colorYellow .sideCatLink ul li.nurseSideLink:hover a {
	background:#FF0;
}

.colorYellow .section table th {
    background: #FF0;
}

.colorYellow .section h5 {
	color:#333333;
}

.colorYellow section .annaiSetsumei dd table, .colorYellow section .annaiSetsumei dd table tr, 
.colorYellow section .annaiSetsumei dd table th, .colorYellow section .annaiSetsumei dd table td {
    background: #FF0;
}


.colorYellow .toIchiran a, .colorYellow .toIchiran a::before, .colorYellow .topContent h2.topInfoH2, .colorYellow .topContent h2.topInfoH2::before, .colorYellow .topContent h2.topInfoH2 span, .topInfo dd.infoTtl a, .colorYellow .department ul.catMenu li a {
	color:#333333;	
}

.colorYellow .sideBar h3::before {
	color:#333333;	
}



.colorBlue #main,
.colorBlue #breadCrumb,
.colorBlue #sideNav dt,
.colorBlue #sideNav a {
	background:#00F !important;
	color:#FFF;
}

.colorBlue .articleBody p.telNumber,
.colorBlue a.pdf,
.colorBlue .topInfo dt,
.colorBlue dd.infoTtl a {
	color:#FFF !important;
}

.colorBlue h2 {
	color:#ffffff;	
	background:#00F;
}
.colorBlue section h3, .colorBlue section h4, .colorBlue section h5, .colorBlue .catMenuBox dt, .colorBlue .sideBar h3 {
	color:#ffffff;	
	background:#00F;
}

.colorBlue section h3 {
    border-bottom: 1px solid #ffffff;
}
.colorBlue section h3::before {
    color: #ffffff;
}
.colorBlue .enkakuDl dt {
    color: #ffffff;
}

.colorBlue .red, .colorBlue .blue {
	color:#ffffff;	
}
.colorBlue section table th {
	background:#00F;
}


.colorBlue #mainContent a {
	color:#FFF;
	text-decoration:underline;
}
.colorBlue #wrapper #mainContent h3,
.colorBlue #wrapper #mainContent h4,
.colorBlue #wrapper #mainContent h5 {
	background:none;
	color:#FFF;
}
.colorBlue #wrapper .sectionList a {
	background:none;
	color:#FFF;
	font-weight:bold;
}
.colorBlue  .indexInfoCont dl dt, .colorBlue  .indexInfoCont dl dd , .colorBlue  .indexInfoCont dl dd a, .colorBlue span.red{
	color:#FFF;
}

.colorBlue #footer {
	background:#00F;
}
.colorBlue #footer .footerNav li a {
	color:#ffffff;	
}

.colorBlue #breadCrumb li a {
	color:#ffffff;	
}
.colorBlue h3 {
	color:#333333;	
}
.colorBlue h4 {
	color:#ffffff;		
}
.colorBlue .sideCatTtl {
	background:#00F;
}
.colorBlue .sideCatTtl h3 {
	color:#ffffff;
}
.colorBlue .sideCatLink {
	background:#00F;
}
.colorBlue .sideCatLink ul li a {
	color:#ffffff;
}
.colorBlue .sideCatLink ul li.current {
	background: url(../images/bg_side_cat_list.png) left center no-repeat #00F;	
}

.colorBlue .sideCatLink ul li.nurseSideLink {
	background:#00F;
}

.colorBlue .sideCatLink ul li.nurseSideLink a.current, .colorBlue .sideCatLink ul li.nurseSideLink:hover a {
	background:#00F;
}

.colorBlue .catTopSection ul li a {
	color:#ffffff;	
}

.colorBlue .section table th {
    background: #00F;
	color:#ffffff;
}

.colorBlue .section h5 {
	color:#ffffff;
}

.colorBlue section .annaiSetsumei dd table, .colorBlue section .annaiSetsumei dd table tr, 
.colorBlue section .annaiSetsumei dd table th, .colorBlue section .annaiSetsumei dd table td {
    background: #00F;
}
.colorBlue section .annaiSetsumei dd table th {
    color: #ffffff;
}

.colorBlue .annaiSetsumei dt {
    color: #ffffff;
}

.colorBlue .toIchiran a, .colorBlue .toIchiran a::before, .colorBlue .topContent h2.topInfoH2, .colorBlue .topContent h2.topInfoH2::before, .colorBlue .topContent h2.topInfoH2 span,
.colorBlue .department ul.catMenu li a {
	color:#ffffff;	
}




.colorBlack #main,
.colorBlack #breadCrumb,
.colorBlack #sideNav dt,
.colorBlack #sideNav a {
	background:#000;
	color:#FFF;
}

.colorBlack h2 {
	color:#ffffff;	
	background:#000;
}
.colorBlack section h3, .colorBlack section h4, .colorBlack section h5, .colorBlack .catMenuBox dt, .colorBlack .sideBar h3 {
	color:#ffffff;	
	background:#000;
}
.colorBlack section h3 {
    border-bottom: 1px solid #ffffff;
}
.colorBlack section h3::before {
    color: #ffffff;
}
.colorBlack .enkakuDl dt {
    color: #ffffff;
}

.colorBlack .articleBody p.telNumber,
.colorBlack a.pdf,
.colorBlack .topInfo dt,
.colorBlack dd.infoTtl a {
	color:#FFF !important;
}

.colorBlack .red, .colorBlack .blue {
	color:#ffffff;	
}

.colorBlack section table th {
	background:#000;
}

.colorBlack #mainContent a {
	color:#FFF;
	text-decoration:underline;
}
.colorBlack #wrapper #mainContent h3,
.colorBlack #wrapper #mainContent h4,
.colorBlack #wrapper #mainContent h5 {
	background:none;
	color:#FFF;
}
.colorBlack #wrapper .sectionList a {
	background:none;
	color:#FFF;
	font-weight:bold;
}
.colorBlack  .indexInfoCont dl dt, .colorBlack  .indexInfoCont dl dd , .colorBlack  .indexInfoCont dl dd a, .colorBlack span.red{
	color:#FFF;
}

.colorBlack #footer {
	background:#000;
}
.colorBlack #footer .footerNav li a {
	color:#ffffff;	
}
.colorBlack #breadCrumb li a {
	color:#ffffff;	
}
.colorBlack h3 {
	color:#333333;	
}
.colorBlack h4 {
	color:#ffffff;		
}
.colorBlack .sideCatTtl {
	background:#000000;
}
.colorBlack .sideCatTtl h3 {
	color:#ffffff;
}
.colorBlack .sideCatLink {
	background:#000000;
}
.colorBlack .sideCatLink ul li a {
	color:#ffffff;
}
.colorBlack .sideCatLink ul li.current {
	background: url(../images/bg_side_cat_list.png) left center no-repeat #000000;	
}

.colorBlack .sideCatLink ul li.nurseSideLink {
	background:#000000;
}

.colorBlack .sideCatLink ul li.nurseSideLink a.current, .colorBlack .sideCatLink ul li.nurseSideLink:hover a {
	background:#000000;
}

.colorBlack .catTopSection ul li a {
	color:#ffffff;	
}

.colorBlack .section table th {
    background: #000000;
	color:#ffffff;
}

.colorBlack .section h5 {
	color:#ffffff;
}


.colorBlack section .annaiSetsumei dd table, .colorBlack section .annaiSetsumei dd table tr, 
.colorBlack section .annaiSetsumei dd table th, .colorBlack section .annaiSetsumei dd table td {
    background: #000000;
}
.colorBlack section .annaiSetsumei dd table th {
    color: #ffffff;
}

.colorBlack .annaiSetsumei dt {
    color: #ffffff;
}


.colorBlack .toIchiran a, .colorBlack .toIchiran a::before, .colorBlack .topContent h2.topInfoH2, .colorBlack .topContent h2.topInfoH2::before, .colorBlack .topContent h2.topInfoH2 span,
.colorBlack .department ul.catMenu li a  {
	color:#ffffff;	
}


section p.telBnr {
	clear:both;
	width:90%;
	margin:1em 5%;
	text-align:center;
	background:#ededed;
	color:#333333f;
	padding:1em 0;
	border-radius:8px;
	font-weight:bold;
}
section p.telBnr a {
	display:block;
	color:#ffffff;	
}

section p.textFR {
	width:100%;
	text-align:right;
	margin-bottom:1em;	
}
section p.textFR:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}



section.daycareSpecial {
	padding:0 2%;
	box-sizing:border-box;
	border:2px dotted #FF9B9B;	
	border-radius:4px;
}

.articleBody section.daycareSpecial h4 {
    clear: both;
    padding: 5px 15px;
    background-color: #FF9B9B;
    margin: 1.5em 0 1em;
	color:#ffffff;
	border-radius:4px;
}


.articleBody h3.daycare {
	background:url(../images/bg_daydare.png) left top no-repeat;
	height:60px;
	text-align:center;
	color:#ffffff;
	padding-top:0.6em;
	border:none;
	font-weight:bold;
}
.articleBody h3.daycare::before {
    content: '';
}


dl.recruit {
	overflow:hidden;
	border-bottom:1px dotted #cccccc;
	padding:0.4em 0;
	margin-bottom:0.2em;
	font-size:95%;
}
dl.recruit dt {
	width:15%;	
	float:left;
}
dl.recruit dd {
	width:84%;	
	float:right;
}

dl.archiveList {
	overflow:hidden;
	border-bottom:1px dotted #cccccc;
	padding:0.4em 0;
	margin-bottom:0.2em;
}
dl.archiveList dt {
	width:120px;	
	float:left;
	color:#555555;
	font-size:75%;
	height: 22px;
	line-height: 22px;
}
dl.archiveList dd {
	width:560px;	
	float:right;
	font-size:90%;
}


section p.date {
	font-size:90%;
	color:#999;	
}

section p.date::before {
    content: '\f017';
    font-family: FontAwesome;
	margin:0 0.5em 0 0;
}

article p {
	font-size:95%;
}

article section ol {
	list-style-type:decimal;
	list-style-position:outside;
	width:97%;
	margin-left:3%;
	margin-bottom:1em;	
	font-size:95%;
}
article section ol li {
	line-height:1.4;
	margin-bottom: 0.5em;
}


dl.archive {
	overflow: hidden;
	width: 100%;
	padding: 1em 0 0.8em;
	border-bottom: 1px dashed #9AA9FE;
    font-size: 95%;
}
dl.archive dt {
    width: 22%;
    float: left;
}
dl.archive dd {
    font-size: 95%;
}
dl.archive dd.infoCat {
    width: 12%;
    float: left;
	text-align:center;
}
dl.archive dd.infoTtl {
    width: 63%;
	float:right;
}

.catTitle {
	width:980px;
	height:145px;	
	margin:5px auto;
	position:relative;
}
.catTitle h1 {
	position: absolute;
	top: 53px;
	left: 50px;
	color: #ffab00;
	font-size: 160%;
	font-weight: bold;
}
.catDescription {
	position: absolute;
	top: 85px;
	left: 50px;
	display: block;
	color: #ffab00;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	width: 181px;
}


/* 各カテゴリー別背景 */

.about .catTitle {
	background:url(../images/bg_about.jpg) left top no-repeat;
}
.feature .catTitle {
	background:url(../images/bg_feature.jpg) left top no-repeat;
}
.service .catTitle {
	background:url(../images/bg_service.jpg) left top no-repeat;
}
.medical .catTitle {
	background:url(../images/bg_medical.jpg) left top no-repeat;
}
.department .catTitle {
	background:url(../images/bg_department.jpg) left top no-repeat;
}
.partnership .catTitle {
	background:url(../images/bg_partnership.jpg) left top no-repeat;
}
.recruit .catTitle {
	background:url(../images/bg_recruit.jpg) left top no-repeat;
}
.access .catTitle {
	background:url(../images/bg_access.jpg) left top no-repeat;
}
.hospitalization .catTitle {
	background:url(../images/bg_hospitalization.jpg) left top no-repeat;
}
.checkup .catTitle {
	background:url(../images/bg_checkup.jpg) left top no-repeat;
}
.nurse .catTitle {
	background:url(../images/bg_nurse.jpg) left top no-repeat;
}
.info .catTitle {
	background:url(../images/bg_info.jpg) left top no-repeat;
}
.entry .catTitle {
	background:url(../images/bg_entry.jpg) left top no-repeat;
}

.inquiry .catTitle {
	background:url(../images/bg_inquiry.jpg) left top no-repeat;
}
.prmagazine .catTitle {
	background:url(../images/bg_inquiry.jpg) left top no-repeat;
}

/* 診療科アイコン */

/*
.department ul.catMenu li {
	border:2px solid #DBDBDB;
	padding:2px;	
	box-sizing:border-box;
	margin-right:9px;
}
.department ul.catMenu li:nth-child(3n) {
	margin-right: 0;
}
.department ul.catMenu li a {
	border:none;
	height:50px;
	padding-left:60px;
	font-size:105%;
	color:#00559B;
	font-weight:bold;
}

.department ul.catMenu li a::before {
	content:'';	
}


.department ul.catMenu li#internal a {
	background:url(../images/bg_internal.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#internal a:hover {
	background:url(../images/bg_internal.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}
.department ul.catMenu li#nerve a {
	background:url(../images/bg_nerve.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#nerve a:hover {
	background:url(../images/bg_nerve.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}



.department ul.catMenu li#rehabilitation a {
	background:url(../images/bg_rehabilitation.png) left top no-repeat;
	background-position:left top;	
	font-size:80%;
	border-radius:4px;
}
.department ul.catMenu li#rehabilitation a:hover {
	background:url(../images/bg_rehabilitation.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#cardiovascular a {
	background:url(../images/bg_cardiovascular.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#cardiovascular a:hover {
	background:url(../images/bg_cardiovascular.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#respiratory a {
	background:url(../images/bg_respiratory.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#respiratory a:hover {
	background:url(../images/bg_respiratory.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#gastroenterological a {
	background:url(../images/bg_gastroenterological.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#gastroenterological a:hover {
	background:url(../images/bg_gastroenterological.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#dialysis a {
	background:url(../images/bg_dialysis.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#dialysis a:hover {
	background:url(../images/bg_dialysis.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#neurology a {
	background:url(../images/bg_neurology.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#neurology a:hover {
	background:url(../images/bg_neurology.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#surgery a {
	background:url(../images/bg_surgery.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#surgery a:hover {
	background:url(../images/bg_surgery.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#vascular a {
	background:url(../images/bg_vascular.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#vascular a:hover {
	background:url(../images/bg_vascular.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#thoracic a {
	background:url(../images/bg_thoracic.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#thoracic a:hover {
	background:url(../images/bg_thoracic.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#emergency a {
	background:url(../images/bg_emergency.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#emergency a:hover {
	background:url(../images/bg_emergency.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#anesthesiology a {
	background:url(../images/bg_anesthesiology.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#anesthesiology a:hover {
	background:url(../images/bg_anesthesiology.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#orthopedics a {
	background:url(../images/bg_orthopedics.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#orthopedics a:hover {
	background:url(../images/bg_orthopedics.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#urology a {
	background:url(../images/bg_urology.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#urology a:hover {
	background:url(../images/bg_urology.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#plastic a {
	background:url(../images/bg_plastic.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#plastic a:hover {
	background:url(../images/bg_plastic.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#ophthalmology a {
	background:url(../images/bg_ophthalmology.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#ophthalmology a:hover {
	background:url(../images/bg_ophthalmology.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#otolaryngology a {
	background:url(../images/bg_otolaryngology.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#otolaryngology a:hover {
	background:url(../images/bg_otolaryngology.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#dermatology a {
	background:url(../images/bg_dermatology.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#dermatology a:hover {
	background:url(../images/bg_dermatology.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#labo a {
	background:url(../images/bg_labo.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#labo a:hover {
	background:url(../images/bg_labo.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#nursing a {
	background:url(../images/bg_emergencyresponse.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#nursing a:hover {
	background:url(../images/bg_emergencyresponse.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#radiation a {
	background:url(../images/bg_radiation.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#radiation a:hover {
	background:url(../images/bg_radiation.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#drug a {
	background:url(../images/bg_drug.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#drug a:hover {
	background:url(../images/bg_drug.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#emergencyresponse a {
	background:url(../images/bg_emergency.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#emergencyresponse a:hover {
	background:url(../images/bg_emergency.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#me a {
	background:url(../images/bg_me.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#me a:hover {
	background:url(../images/bg_me.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#inspection a {
	background:url(../images/bg_inspection.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#inspection a:hover {
	background:url(../images/bg_inspection.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#nutrition a {
	background:url(../images/bg_nutrition.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#nutrition a:hover {
	background:url(../images/bg_nutrition.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

.department ul.catMenu li#medicalcooperation a {
	background:url(../images/bg_medicalcooperation.png) left top no-repeat;
	background-position:left top;	
	border-radius:4px;
}
.department ul.catMenu li#medicalcooperation a:hover {
	background:url(../images/bg_medicalcooperation.png) left top no-repeat #00559B;
	color:#ffffff;
	border-radius:4px;
}

*/




/* 医師紹介 */
.doctorIntro {
	overflow:hidden;
	font-size:95%;
	margin-bottom:1.5em;

}
.doctorIntro dt {
	/*
	float:left;
	width:15%;
	*/
	display:none;
}

.doctorIntro dt img {
	width:100%;
	height:auto;
}

/*XXXバグ修正置き換え
.doctorIntro dd.name,  .doctorIntro dd.post,  .doctorIntro dd.spec{
	float:;
	text-align:left;
	width:83%;
	margin-bottom:0.4em;
}
.doctorIntro dd.name {
	font-size:130%;
	font-weight:bold;
	border-bottom:;
}
*/
.doctorIntro dd.name,  .doctorIntro dd.post,  .doctorIntro dd.spec{
	/* floatプロパティはレイアウト崩れの原因になりやすいため削除 */
	text-align: left;
	width: 83%;
	margin-bottom: 0.4em;
}
.doctorIntro dd.name {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc; /* 名前を区切るための点線を追加 */
}



/* 採用情報 */
.recruitment dl {
	overflow:hidden;
	border-bottom:1px solid #dddddd;
	padding:0.5em 0;
}
.recruitment dl dt {
	float:left;
	width: 0;
	font-size: 90%;
	display:none;
}
.recruitment dl dd.infoTtl {
	float:right;
	width: 100%;
	font-size:95%;
}
.recruitment table th {
	text-align:left;
}




.recruitment dl dd.infoTtl a::after {
	content: '\f08e';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0 0 0.2em;
}




/* サイトマップ用 */
.sitemapBox {
	overflow:hidden;
	width: 98%;
	margin-left: 2%;
}
.sitemapBoxL {
	float:left;
	width:40%;
}
.sitemapBoxR {
	float:right;
	width:40%;
}

section .sitemapBox ul ul {
	width: auto;
}

section ul.picDouble {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    margin-left: 0;
}
section ul.picDouble li {
    float: left;
    margin-right: 2%;
    font-size: 70%;
    text-align: center;
	width:48%;
}

section ul.picDouble li img {
    width: 100%;
    height: auto;
	margin-bottom:0.5em;
}

img.special50 {
	width:50% !important;
	height:auto !important;	
}


.recruitList {
	overflow:hidden;
}
.recruitListLeft {
	float:left;
	width:48%;
}
.recruitListRight {
	float:right;
	width:48%;
}
.recruitList dl {
	margin-bottom:2em;
}
.recruitList dt {
	font-size:90%;
}







.emergencyBnr {
	width:96%;
	margin:0 2%;
	border:3px dashed #0E74C8;
	box-sizing:border-box;
	padding:1em 1em 0 1em;
	text-align:center;
}
.emergencyBnr .big {
	font-size:140%;	
	font-weight:bold;
}
.emergencyBnr .tel {
	font-size:140%;	
	font-weight:bold;
}


.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.gif) no-repeat right center;}
.slider_next {background: #fff url(../images/next.gif) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

.topImageBnrBox {
    width: 980px;
    margin: 0 auto;
    position: relative;
}




.recruitArticle dl {
	overflow:hidden;
	widrh:95%;
	margin-left:5%;
	margin-bottom:0.5em;
}
.recruitArticle dt {
	float:left;
	width:15%;
}
.recruitArticle dd {
	float:right;
	width:84%;
}

.rehaFlow {

}
.angle {
	font-size:150%;	
	color:#0E74C8;
	text-align:center;
	width:200px;
}

section .rehaFlow p {
	margin-bottom:0;

}

section p.rehaFlowTel {

}
.rehaFlowTel::before {
    content: '\f095';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;
    color:#0E74C8;
	font-size:150%;	
}
.rehaFlowFax::before {
    content: '\f1ac';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;
    color:#0E74C8;
	font-size:150%;	
}
.rehaFlowTest::before {
    content: '\f15c';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;
    color:#0E74C8;
	font-size:150%;	
}
.rehaFlowHosp::before {
    content: '\f236';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;
    color:#0E74C8;
	font-size:150%;	
}

.goyoyaku {
	width:90%;
	text-align:center;
	margin:2em 5%;
	border:4px solid #E24268;
	box-sizing:border-box;
	border-radius:5px;

}

section p.nyuugan {
	margin-top:0.5em;	
}
.goyoyaku h4 {
	background:#E24268;
	border:none;
	color:#ffffff;
	padding:0.4em 0;
	margin:0 0 1em 0;
}	
section .goyoyaku p {
	line-height:1.4;
	margin-bottom:0.5em;	
}


.kenshinCenter {
	font-size:120%;	
}
.kenshinTel , .kenshinFax{
	font-size:150%;	
}
.kenshinTel::before {
    content: '\f095';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;

}
.kenshinFax::before {
    content: '\f1ac';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;

}
.kenshinMail::before {
    content: '\f003';
    font-family: FontAwesome;
    padding: 0 0 0 0;
	margin:0 0.4em 0 0;

}


.caption {
	text-align:center;	
}


section table.hokengai th {
	text-align:left;
}	
section table.hokengai td {
	text-indent:1em;	
}

dl.sinsotsu {
	width:100%;	
	overflow:hidden;
}
dl.sinsotsu dt {
	width:15%;	
	float:left
}
dl.sinsotsu dd {
	width:85%;	
	float:right
}



.entryBtn {
	background: #ffab00;
    width: 60%;
    margin: 1em 20%;
    text-align: center;
    padding: 0.5em 0;
    box-sizing: border-box;
    border: 1px solid #ffab00;
}
.entryBtn a {
	display:block;
	color:#ffffff;	
}
.entryBtn:hover {
	background: #ffffff;
	border:1px solid #ffab00;	
}
.entryBtn:hover a {
	display:block;
	color:#ffab00;	
	text-decoration:none !important;
}


.fontS {
	font-size:80% !important;	
}

.kensaFlow {
	margin:2em 0;
}
.kensaFlowBox {
	border:4px solid #0078B3;	
	border-radius:8px;
	box-sizing:border-box;
	width:80%;
	margin:0 10% 1em;
	padding:0;
}
.sankaku{
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 25px solid #FFB36C;
	margin:0 auto -1.5em;
}

.kensaFlowBox h6 {
	background:#0078B3;	
	color:#ffffff;
	text-align:center;
	margin:0 !important;
	padding:0.4em 0;
}
.kensaFlowBox p {
	width:96%;
	margin:0.5em 2%;	
}
.kensaFlowBox ul {
	width:90%;
	margin:0.5em 2% 0.5em 8%;	
}


section ul.photoDoubleMaruyama {
	list-style-type:none;
	overflow:hidden;
	width:100%;	
	margin:0 0 0.5em 0;
}
section ul.photoDoubleMaruyama li:first-child {
	float:left;
	width:27%;
}
section ul.photoDoubleMaruyama li:last-child {
	float:right;
	width:64%;
}
section ul.photoDoubleMaruyama li:first-child img {
	width:100%;
	height:auto;
}
section ul.photoDoubleMaruyama li:last-child img {
	width:100%;
	height:auto;	
}


dl.kyushin {
    width: 100%;
    overflow:hidden;
    padding: 1em 0 0 0;
    border-bottom: 1px solid #dfdfdf;
}
dl.kyushin dt {
    width: 24%;
    float: left;
}
dl.kyushin dd {
    width: 75%;
    float:right;
}

section ul.coopLInk {
	list-style-type:none;
	overflow:hidden;
}

.coopLInk li {
	border:2px solid #0078B3;
	border-radius:5%;
}
.coopLInk li:first-child {
	float:left;
	margin-left:23%;
}
.coopLInk li:last-child {
	float:right;
	margin-right:23%;	
}
.coopLInk li a::before {
	content: '\f138';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.4em 0 0;
	color: #0078B3;
}
.coopLInk li:hover a::before {
	color: #ffffff;
}
.coopLInk li a {
	font-size:110%;	
	display:block;
	padding:0.2em 1em 0.2em 0.8em;
}
.coopLInk li:hover a {
	background: #0078B3;
	color: #ffffff;
	text-decoration:none;
}

.plan {
	overflow:hidden;	
}
.planL {
	float:left;	
	width:35%;
}
.planR {
	float:right;	
	width:62%;
}

section .plan ul {
	width:90%;	
}


section ul.photoDouble {
	margin:0 0 0 0;
	overflow:hidden;
	list-style-type:none;
	width:100%;
}
ul.photoDouble li {
	width:49%;
	text-align:center;
}
ul.photoDouble li img {
	width:100%;
	height:auto;	
}
ul.photoDouble li:first-child {
	float:left;	
}
ul.photoDouble li:last-child {
	float:right;		
}

section.shinryo table {
	margin-bottom:5em;	
}
section.shinryo table th {
	width:14%;	
}
section.shinryo table td {
	text-align:center;
}
.fontS {
	font-size:80%;	
}


section table.recruitTable th {
	width:12%;	
}

dl.dlYoko {
	width:96%;
	overflow:hidden;	
	margin:0 2% 0.5em;
	font-size: 95%;
}
dl.dlYoko dt {
	float:left;
	width:22%;	
}
dl.dlYoko dd {
	float:left;
	width:75%;	
}


/* 20170526 */
ul.rehag {
	list-style-type:none;
	overflow:hidden;	
}
ul.rehag li {
	float:left;
	width:30%;
	margin:0 3% 0 0;	
	text-align:center;
}
ul.rehag li img {
	width:100%;	
	height:auto;
}





.sliderBox {
    width: 100%;
}
.slider{
    width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}










.slide_area {
	position: relative;
}
.main_slide img {
	display: none;
}
.main_slide img {

	transition: 5s;
    backface-visibility: hidden;
}

.main_slide .slick-active img {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

p.topCatch {
	position: absolute;
    top: -28vw;
    left: 0;
    text-align: left;
    font-size: 200%;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0 0 5px #000, 1px 1px 5px #000;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.8;
}
.main_slide .main_slide_first img {
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.main_slide .main_slide_first.first_zoom img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}





.special {
	overflow: hidden;
	width:980px;
	margin: 2em auto;	
}
.special h2 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 2px;
    font-size: 110%;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
}
.special h2::before {
    content: '\f0fa';
    font-family: FontAwesome;
    padding: 0 0 0 1px;
    margin: 0 0.6em 0 0;
    text-decoration: none;
    color: #FFA51C;
    font-weight: normal;
}
.special h2 span {
    color: #FFA51C;
    font-size: 80%;
    margin-left: 3em;
}

.special ul {
	overflow:hidden;	
}
.special ul li {
	width:32%;
	margin:0 2% 1em 0;
	float:left;
}
.special ul li:nth-child(3n) {
	margin:0 0 1em 0;
}
.special ul li a {
	display:block;
	padding:0.2em;
	box-sizing:border-box;
	border:1px solid #dedede;
	overflow:hidden;
	color:#333333;
}
.special ul li a img {
	width:30%;
	height:auto;
	float:left;
}
.special ul li a span {
	width:63%;
	float:right;
	padding-top:1.5em;
}


.pageImage {
    width: 980px;
    height: 145px;
    margin: 5px auto;
    position: relative;
    background: url(../images/bg_ct.jpg) #ffffff;
}
.pageImage.about {
    background: url(../images/bg_about.jpg) #ffffff;
}
.pageImage.hospitalization {
    background: url(../images/bg_hospitalization.jpg) #ffffff;
}
.pageImage.department {
    background: url(../images/bg_department.jpg) #ffffff;
}
.pageImage.partnership {
    background: url(../images/bg_partnership.jpg) #ffffff;
}
.pageImage.access {
    background: url(../images/bg_access.jpg) #ffffff;
}
.pageImage.recruit {
    background: url(../images/bg_recruit.jpg) #ffffff;
}
.pageImage.service {
    background: url(../images/bg_service.jpg) #ffffff;
}





.pageImage h1 {
	position: absolute;
    top: 2.1em;
    left: 2em;
    font-size: 160%;
    font-weight: bold;
    color: #ffab00;
    letter-spacing: 2px;
}


.breadcrumb {
    width: 980px;
    margin: 0.5em auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0.5em 0.8em;
}
.breadcrumb ul {
    overflow: hidden;
}
.breadcrumb ul li {
    float: left;
    margin: 0 0.5em 0 0;
    font-size: 80%;
}
.breadcrumb ul li.home::before {
    font-family: "FontAwesome";
    content: "\f015";
    margin-right: 0.3em;
    color: #ffab00;
}
.breadcrumb ul li a::after {
    font-family: "FontAwesome";
    content: "\f054";
    margin: 0 0 0 0.5em;
    color: #ebd1a5;
    font-size: 90%;
}

.map iframe  {
	width:100%;
	height:400px;
}

span.subTitle01, span.subTitle02 {
    display: block;
    width: 100%;
    color: #ffab00;
    margin: 0.5em 0 0 0.5em;
    font-weight: bold;
    clear: both;
}
span.subTitle02 {
	margin-top: 1.5em;	
}
span.subTitle01::before {
	content: '\f0fa';
    font-family: FontAwesome;
	margin:0 0.4em 0 0;
}
span.subTitle02::before {
	content: '\f0fa';
    font-family: FontAwesome;
	margin:0 0.4em 0 0;
}

.depart ul.sub-menu {
    width: 400px;
}
.depart ul.sub-menu li {
    width:50%;
	float:left;
}
.depart ul.sub-menu li.depart01Last {
    margin-bottom:1.5em;
}

p.sign {
    float: right;
    font-size: 120%;
    font-weight: bold;
}
p.sign span.post {
    font-size: 60%;
    margin-right: 1em;
}

.corpOutlineBox {
    border-top: 1px solid #eeded2;
}
dl.corpOutline {
    overflow: hidden;
    border-bottom: 1px solid #eeded2;
    background: #ffab0026;
	font-size: 95%;
}
dl.corpOutline dt {
    width: 25%;
    float: left;
    padding: 1em;
    font-weight: bold;
	box-sizing: border-box;
	text-align:center;
}
dl.corpOutline dd {
    width: 75%;
    float: right;
    background: #ffffff;
    padding: 1em;
    box-sizing: border-box;
}

.outpatient table td, .schedule  table td {
	text-align:center;
}


.photoTriple {
	overflow:hidden;
}
.photoTriple li {
	width: 30%;
    float: left;
    text-align: center;
    font-size: 80%;
    margin-right: 5%;
    list-style-type: none;
	position:relative;
}
.photoTriple li:last-child {
    margin-right: 0;
}
.photoTriple li img {
	width:100%;
	height:auto;
	margin-bottom:0.5em;
}
.photoTriple li::after {
	content: '\f061';
	font-family: FontAwesome;
	color: #0E74C8;
	position: absolute;
    top: 45%;
    right: -12%;
    font-size: 140%;
}
.reha_dep .photoTriple li::after {
	content: '';
}

section img.full {
	width:100%;
	height:auto;
}

section img.quatro {
	width:25%;
	height:auto;
}

.doctorIntro p.post {
    margin: 0px ! important;
}
.doctorIntro p.name {
    margin: 0px 0px 10px ! important;
    padding: 0px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px dotted rgb(0, 85, 156);
}
.doctorIntro dl {
    margin-bottom: 15px;
    padding-bottom: 25px;
    overflow: hidden;
}
.doctorIntro dd {
    width: 100%;
    float: right;
}

section .doctorIntro table th {
    padding: 10px;
    width:25%;
}

.toOtherPage {
    float: right;
}
.toOtherPage a {
	margin-left:1em;
}
.toOtherPage a::before {
    content: '\f054';
    font-family: FontAwesome;
	margin:0 0.5em 0 0;
	color:#ffab00;
}


.detail {
	display:none;
}

h5.toggle::after {
    content: '\f067';
    font-family: FontAwesome;
	margin:0 0 0 0;
	color:#ffab00;
	float:right;
}
h5.active::after {
    content: '\f068';
    font-family: FontAwesome;
	margin:0 0 0 0;
	color:#ffab00;
	float:right;
}



article dl.recruitData:first-of-type {
    border-top: 1px solid #D2D2D2;
}
dl.recruitData {
    border-bottom: 1px solid #D2D2D2;
    margin: 0 0 0 0;
    padding: 0.8em 0;
    overflow: hidden;
    font-weight: bold;
    font-size:100%;
}
dl.recruitData dt {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 0.5em;
    text-align: left;
	margin-bottom:0.5em;
}
dl.recruitData dd {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 0.5em;
}
dl.recruitData dt::before {
    content: '\f111';
    font-family: FontAwesome;
	margin:0 0.2em 0 0;
	color:#ffab00;
}


section table tr.week th {
	width:calc(100% / 7);
}


h3.walker {
	overflow:hidden;
}
h3.walker span {
	float:right;
	width:30%;
}
h3.walker span img {
	width:100%;
	height:auto;
}

h3.with {
	overflow:hidden;
}
h3.with span {
	float:right;
	width:30%;
}
h3.with span img {
	width:100%;
	height:auto;
}

img.alignright {
	width:25%;
	height:auto;
	float:right;
	margin:0 0 1em 0.5em;
}
img.alignleft {
	width:25%;
	height:auto;
	float:left;
	margin:0 0.5em 1em 0;
}
p.president {
	float:right;
	font-weight:bold;
}
p.lead {
	font-size:140%;
}
p.policy {
	font-size:120%;
	margin-left:1em;
}
p.sage {
	margin-left:1em;
}


.kyushinDaishin table th {
	width:25%;
}


.photoVideo, .photoVideo2 {
	overflow:hidden;
}
.photoVideo img {
	float:left;
	width:40%;
	height:auto;
}
.photoVideo video {
	float:right;
	width:59%;
	height:auto;
}
.photoVideo2 img {
	float:left;
	width:59%;
	height:auto;
}
.photoVideo2 video {
	float:right;
	width:40%;
	height:auto;
}


span.underLine {
	text-decoration:underline;
}

.nursenavi {
	margin:0 0 0 0;
	width:100%;
	text-align:right;
}

section.postArticle img.size-full {
	width:100%;
	height:auto;
}


/* 20210517 */
.emBox {
	width:100%;
	box-sizing:border-box;
	border:3px solid red;
}
.emBox h3 {
	background:red;
	width:100%;
	box-sizing:border-box;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:0.5em 0;
}
.emBoxInner {
	padding:1em;
}
.topImageBnr03::before {
    content: '\f095';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.6em 0 0;
    font-size: 130%;
    color: #59BB1A;
}
.topImageBnr ul li.iryo21 a {
    display: block;
    width: auto;
    height: auto;
    background:none;
    line-height: 50px;
    padding: 0 0 0 0;
    color: #333333;
}

.csr {
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:2em 0 1.5em;
}
.csr h3 {
	font-size:24px;
	font-weight:bold;
	color:#3500f6;
	text-align:center;
}
.csr ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
	width:490px;
	margin:auto;
	padding:1.5em 0;
}

.csr img {
	width:100%;
	height:auto;
}
.csr ul li {
	margin-bottom:1em;;
}
.csr ul li.csr001 {
	width:236px;
}
.csr ul li.csr002 {
	width:236px;
}
.csr ul li.csr003 {
	width:480px;
}
.csr ul li.csr004 {
	width:302px;
}



/*///////////////////////// iPad　//////////////////// */
@media screen and (min-width:480px) and ( max-width:980px) {
body {
	width:980px;	
	padding:1em;
}
.topImageBnr {
    position: static;

}	
.topImageBnr ul {
    display:flex;
}	
.topImageBnr ul li {
    width:50%;
}	

}

/*///////////////////////////////////////////////// スマホ　/////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 480px){

.forPC {
	display:none;	
}
.forSP {
	display:block;	
}

body {
	background-image:none;	
}

.headerFunction, .headerCtl {
	display:none;
}
header {
	border-bottom:none;
}
.headerNav, .fontSize, .bgColor, .headerSearch, .headTel {
	display:none;	
}
#headerContent, #headerContent h1  {
	width:100%;	
}
#headerContent {
	height:100%;
	padding:23% 0 0 0;	
}
#headerContent h1 {
    position: absolute;
    top: 20px;
    left: 20px;
	width:62%;
	background:url(../images/logo.png) no-repeat;
	background-size: 100%;
}
#headerContent h1 a {
    display: block;
    width:100%;
    height: auto;
}

.headTel {
	position:absolute;
    top: 4em;
    left: 0;
	width:100%;
	height:auto;
	min-height:48px;
	overflow: hidden;
	background:url(../images/tel_sp.jpg) no-repeat;
	background-size:65%;
	background-position:center;
}


/*　メニュー　*/
nav {
	display:none;	
}
.priMenu {
	display:none;	
}



.spHeadIcons {
	position:absolute;
	top:15px;
	right:5%;	
	width:46px;
}

.spHeadIcons li {
	display:inline;
	float:left;
	width:46px;
	border-radius:4px;
	box-sizing:border-box;
	text-align:center;
	background: #ffab00;
}
.spHeadIcons li:nth-child(3n) {
	background:#437CCD;
}

.spHeadIcons li a {
	display:block;
	padding:0 0 0 0;
	text-align:center;
	font-size:55%;
	color:#437CCD;
	letter-spacing:-1px;
	font-weight:normal;
}
.spHeadIcons li a:hover {
	text-decoration:none;	
}
.spHeadIcons li a#menuButton {
	color:#ffffff;
}
.spHeadIcons a i {
	font-size:300%;
	padding-top:5px;
}


p#spMenuTxt {
	position:absolute;
	right:5%;
	bottom:1.5em;
	font-size:70%;
}
.sp-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:100;
	background: #ffab00;
	opacity:0.9;
	width:100%;
}
.home .sp-menu {
    top: 100%;
}
.sp-menu ul li {

	border-bottom:1px solid #ffffff;
}
.sp-menu ul li:last-child {
	border:none;
}

.sp-menu ul li a {
	display:block;
	width:92%;
	padding:0.7em 4%;
	color:#ffffff;
	display: block;
	position: relative;
}
.sp-menu ul li a:hover {
	text-decoration:none;	
}

.sp-menu ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}



.headTelSP {
	background:#F7F4ED;
	text-align:center;
	padding:1em 0;
}
.headTelSP p.address {

}
.headTelSP p.telNumber {
	background: #ffab00;
	margin:1em auto 0;
	border-radius:5px;
	width:60%;
}
.headTelSP p.telNumber a {
	display:block;
	color:#ffffff;	
	padding:0.2em 0;
}
.headTelSP p.telNumber a:hover {
	text-decoration:none;	
}
.headTelSP p.telNumber a::before {
    content: '\f095';
    font-family: FontAwesome;
	margin:0 0.8em 0 0;
}




.topImageBox {
	width:100%;
	height:100%;
	padding:0;
	background:none;
}
.topImageBox img {
	width:100%;
	height:auto;	
}
.topImage {
	width:100%;
	height:auto;
    margin: 0 0 0 0;
    background: url(../images/main.jpg) top center no-repeat #D4F2FD;
}


	


.introBnrBox {
    width: 96%;
    height: auto;
    margin:0 2%;


    background: #F7F4ED;
    border:none;
    box-sizing: border-box;
}

.introBnrBox h3 {
    width: 92%;
    height: auto;
    line-height: 1.0;
    background: #0086D7;
    color: #ffffff;
    border-radius: 4px;
    margin: 1em 2%;
    font-size: 100%;
    padding: 0.5em 0 0.5em 4%;
}

.uketsuke {
    width: 86%;
    margin: 15px 7%;
}
.ampm {
    margin: 0.2em 0;
    line-height: 1.2;
}


.topBnrBox {
	background:#F7F4ED;
	height:auto;
	padding-top:1.5em;
	padding-bottom:0.5em;
}
.topBnrBoxUl {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
	overflow:hidden;
}
.topBnrBoxUl li {
    width: 46%;
    height: auto;
    float: left;
    margin: 0 2% 10px;
}
.topBnrBoxUl li:last-child {
    margin: 0 2% 10px;
}

.topBnrBoxUl li a {
	text-indent:0;
}
.topBnrBoxUl li a::before {
    content:normal;

}
.topBnrBoxUl li:last-child a::after {
    content:normal;
}
span.ico {
	display:none;	
}

.topBnrBoxUl li span.ttl {
    position: absolute;
    top: 80%;
    left: 0;
    color: #434343;
    width: 100%;
	height:100%;
    text-align: center;
	font-size:120%;
	height:auto;
}
.topBnrBoxUl li span.ttl2 {
    position: absolute;
    top: 77%;
    left: 0;
    color: #434343;
    width: 100%;
	height:100%;
    text-align: center;
	font-size:120%;
	height:auto;
}
.topBnrBoxUl li span.ttl2 span {
    position: absolute;
    top: 87%;
	left:0;
    width: 100%;
    text-align: center;
}
.topBnrBoxUl li span.subTtl {
    position: absolute;
    top: 85%;
    left: 0;
    color: #666666;
    font-size: 95%;
    width: 100%;
    text-align: center;
}
.topBnrBoxUl li span.subTtl2 {
    position: absolute;
    top: 87%;
    left: 0;
    color: #666666;
    font-size: 95%;
    width: 100%;
    text-align: center;
}


.topBnrBoxUl li a {
	display:block;
    background-position: left top;
	background-size:100%;
    text-indent: 0;
    text-align: center;
    line-height: 1.0;
    color: #ffffff;
	font-size:70%;
    width: 100%;
	height:100%;
	padding:130% 0 0 0;
	font-weight:normal;
}
.topBnrBoxUl001 {
    background: url(../images/bg_topbnr01_sp.png) no-repeat #ffffff;
}
.topBnrBoxUl002 {
    background: url(../images/bg_topbnr02_sp.png) no-repeat #ffffff;
}
.topBnrBoxUl003 {
    background: url(../images/bg_topbnr03_sp.png) no-repeat #ffffff;
}
.topBnrBoxUl004 {
    background: url(../images/bg_topbnr04_sp.png) no-repeat #ffffff;
}




.introTtl {
    position: absolute;
    top: 70%;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: bold;
}


.topBnrTtl {
	display:block;
    position:static;
    color: #5BA54C;
    margin:0 0 0 0;
	padding-top:0.5em;
	padding-left:50%;
	width:52%;
    font-size: 115%;
    font-weight: bold;
	text-align:left;
}
.topBnrTxt {
    position:static;
	float:right;
    margin: 0 2% 10px 0;
	width:48%;
    font-size: 70%;
	text-align:left;
}


.content h2.topInfoH2 {
    width: 98%;
    padding: 0 0 0 2%;
    font-size: 140%;
}





#main {
	width:100%;	
	margin:0;
}
.content {
	width:100%;	
    float: none;
	padding-top:0;
	margin-top: 1em;
}
.content h2 {
	width:100%;
	height:auto;
	padding:0.6em 2% 0.6em 4%;
	line-height:1.4;	
	font-size:140%;
	color: #ffab00;
	border-radius:0;
	overflow:hidden;
	border-left:none;
	border-right:none;
}
.sideBar {
	display:none;	
}



section {
    margin: 0 0 0.5em 0;
	clear:both;
}
.other section {
	width:92%;
    margin: 0 auto 0.5em auto;
	clear:both;
}

.outlineDl dt {
	width:20%;
}
.outlineDl dd {
	width:77%;
	padding-left:22%;
}
.articleBody dl {
	font-size:90%;	
}

.wp-caption {
	width:35%;
	height:auto;
}	
.wp-caption img {
	width:100%;	
}


#mapField {
	height:200px;
}



.hospitalSearch {
	width:100%;
	height:auto;	
}



.googleMapBox, .areaContent, .areaContent, .porposeBox {
	width:100%;
	height:auto;
}

.sectionBox {
    float: none;
    width: 94%;
    padding:1em 3%;
	overflow:hidden;
}



.setsumei {
    position:static;
    width: 100%;
    background: #ffffff;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    padding: 9px 15px;
}
.setsumeiKamoku {
	width:100%;
	height:auto;
}
form.searchDistrict {
    position:static;
    font-size: 90%;
	clear:both;
}
.tabsAreaContent {
	clear:both;
    width: 100%;
    margin: 0;
}
.districtBox {
    float: nonet;
    width: 100%;
}
ul.tabsArea {
    position: static;
    margin: 0;
	height: auto;
    width: 100%;
}

.districtBox {
	padding-top:0.5em;	
}
.searchBtnBox {
	margin-bottom:0.5em;	
}
input.btnSearch {
	margin-left:0.5em;	
}
input.btnReset {
	margin-right:0.5em;	
}
.setsumeiKamoku {
    width:96%;
	margin:0.5em 2%;
}
.aiueoBox label {
    margin-right: 0.8em;
}
kamokuBox input.btnReset {
    float: right;
}
.kamokuBox input.btnReset {
    float: right;
}

.porposeBox {
    font-size: 90%;
	width:96%;
    padding: 0.5em 2%;
}


.sectionBox hr {
	width:96%;	
	margin:0 2% 0.5em;
}


.topContent {
    width: 96%;
    float: left;
    margin: 0 2%;
}
.topContent h2.topInfoH2 {
    width: 96%;
	margin:0 2%;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 0;
    font-size: 120%;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toIchiran {
    right: 5px;
}

.topInfoNav {
	margin-bottom:0;	
}
.topInfoNav ul.tabs {
	display:none;
}
.topInfo dl, .newsList dl {
	border-bottom:1px dotted #DDDDDD;
	margin-top:1px;
	padding:0.5em 0;
	background:none;
}
.newsList dl {
	width:96%;
	margin:0 2%;	
}

.topInfo dl {
    overflow: hidden;
    width: 96%;
    margin:0 2%;
	background:url(../images/chev.png) 98% 50% no-repeat;
	background-size:3%;
}



.topInfo dt {
    font-size: 75%;
    width: 35%;
	padding:0;
    float: right;
	margin-top:0.2em;
	margin-right:4.5em;
	height: auto;
	line-height: 22px;
}

.topInfo dd.postDate {
    font-size: 85%;
    float: left;
    width: 120px;
    height: 22px;
    line-height: 22px;
    margin: 0.8em 0 0 0;
}

.topInfo dd.infoCat {
    float: left;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
	margin:0.4em 0 0 0;
}

.newsList dt {
    font-size: 75%;
    width: 35%;
	padding:0;
    float: left;
	margin-right:0.5em;
	height:22px;
	line-height:22px;
}

.newsList dd.infoCat {
    width: 22%;
    height: 18px;
    line-height: 18px;
    float: left;
    color: #ffffff;
    background: #27B698;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 2px;
}
.topInfo dd.infoTtl, .newsList dd.infoTtl {
	border-radius:5px;
	font-size:90%;	
	float:left;
	width:90%;
	padding:0;
	margin:0.5em 0 0 0;
}
.topInfo dl::after {
    display: none;
}


/* スマホ下部のバナー */
.topSideBar {
    width: 96%;
    float: none;
	margin:0 2%;
}
.topSideBar ul.sideBnrBox {
    margin: 0 0 0 0;
}
.topSideBar ul.sideBnrBox li {
    margin: 0 0 15px 0;
}
.topSideBar ul.sideBnrBox li img {
	width:100%;
	height:auto;	
}


p.place {
	font-size:90%;	
	width:92%;
	padding:0 4%;
	margin-top:0.5em;
}
p.toMap {
	background:#2CA35E;
	width:46%;
	margin:1em 27%;
	text-align:center;
	font-size:90%;	
	padding:0.6em 0;
}
p.toMap a {
	color:#ffffff;
	display:block;
}


.spToggle {
	background:#6ABC56;
	color:#ffffff;
    padding: 1em 0;
	text-align:center;
}
.spToggle::before {
    content: '\f039';
    font-family: FontAwesome;
	margin:0 0.8em 0 0;
}
footer .active::before {
    content: '\f00d';
    font-family: FontAwesome;
	margin:0 0.8em 0 0;
}
.spToggleMenu {
	display:none;	
    background: #6ABC56;
    opacity: 0.9;
    width: 100%;
}
.spToggleMenu li {
    width: 92%;
    padding: 0.5em 4%;
    border-bottom: 1px solid #ffffff;
}
.spToggleMenu li a {
    display: block;
    padding: 0.3em 0;
    color: #ffffff;
    display: block;
    position: relative;
}
.spToggleMenu li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


footer {
	margin-top:2em;
	padding-bottom:0;
	height:auto;
	background:#FFF;
}

.footLogo {
    height:auto;
}
.footerBody {
    width: 96%;
    height: auto;
    margin: 0 2%;
    position: relative;
	background:#ffffff;
}
.footerLinkBox {
    margin: 1em 0 0 0;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
}
.footerAddress {
	padding:1em 2%;
    position:static;
    color: #ffffff;
}
.footerAddress address {
    margin-top: 1em;
	margin:1em 2% 0;
}

.footLogoBody {
	width:96%;	
	margin:0 2%;
	height:auto;
	position:static;
	padding-top:0.4em;
}
img.footLogoLogo {
	position:static;
	width:50%;
	height:auto;
	margin:1em 0 0 0.5em;
}
p.footAdress {
    position:static;
	width:96%;
	margin:0.5em 2% 1em;
    font-size: 70%;
}

.copyRight {
    width: 96%;
	padding:1.5em 2%;
    line-height: 1.4;
    text-align: left;
    font-size: 60%;
	height:auto;
	text-align:center;
}
.copyRight span {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.toPageTop a:hover {
	text-decoration:none;	
}

.footerBody ul {
    float: none;
    margin: 0;
}
.blueBox, .yellowBox, .redBox {
    width: 100%;
    float:none;
	margin:0.8em 0;
}
.blueBox {
	position:relative;
	width:96%;
	margin:0.5em 2%;
	height:auto;
	border:1px solid #B0D6E5 ;	
	box-sizing:border-box;
}
.blueBox .above {
	height:auto;	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,b9e4f6+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 1%, #b9e4f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#ffffff), color-stop(100%,#b9e4f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 1%,#b9e4f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 1%,#b9e4f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 1%,#b9e4f6 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 1%,#b9e4f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9e4f6',GradientType=1 ); /* IE6-9 */

}

.yellowBox {
	position:relative;
	width:96%;
	margin:0.5em 2%;
	height:auto;
	border:1px solid #BFD255 ;	
	box-sizing:border-box;
}
.yellowBox .above {
	height:auto;	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,dcec84+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 1%, #dcec84 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#ffffff), color-stop(100%,#dcec84)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 1%,#dcec84 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 1%,#dcec84 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 1%,#dcec84 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 1%,#dcec84 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcec84',GradientType=1 ); /* IE6-9 */

}

.redBox {
	position:relative;
	width:96%;
	margin:0.5em 2%;
	height:auto;
	border:1px solid #FFA193 ;	
	box-sizing:border-box;
}
.redBox .above {
	height:auto;	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffc2b9+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 1%, #ffc2b9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#ffffff), color-stop(100%,#ffc2b9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 1%,#ffc2b9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 1%,#ffc2b9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 1%,#ffc2b9 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 1%,#ffc2b9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc2b9',GradientType=1 ); /* IE6-9 */


}



.above a {
    display: block;
    width: 96%;
    height: 92px;
	text-align:center;
	margin:0 2%;
}
.above img {
    position:absolute;
	width:80px;
	height:auto;
	top:0.5em;
	left:62%;
}
.aboveTtl {
    position:absolute;
	top:1em;
	left:0.5em;
    font-size: 120%;
    font-weight:bold;
	clear:both;
}
.aboveTxt {
    position: absolute;
    top: 50px;
	left:0.5em;
    width: 100%;
    text-align: left;
    font-size:80%;
    color: #555555;
}
.boxLinkBtn {
    position: absolute;
	top:0;
	right:0;
    width: 30px;
    height: 100%;
    line-height: 28px;
    text-align: center;

}
.boxLinkBtn a {
	vertical-align:middle;
	display:block;	
}
.boxLinkBtn a i {
	margin:38px 0 0 0;	
}


ul.tabs li {
    width: 25%;
    height: 46px;
    float: left;
    margin: 0px 0 10px 0;
	border:none;
}

ul.tabs li:nth-child(4n), ul.tabs li:last-child {
	border:none;
}

ul.tabs li a {
    width: 100%;
    height: 46px;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	box-sizing:border-box;
	padding: 0.8em 0.4em 0;
}

ul.tabs li a.double {
	padding: 0.8em 0.4em 0;
    height: 46px;
    font-size: 10px;
}

ul.tabs li:nth-child(4n) a, ul.tabs li:last-child a {
	border-right:1px solid #dddddd;
	border-radius:0 4px 4px 0;	
}

ul.tabs li.active a {
	border-left:1px solid #9AA9FE;
	border-top:1px solid #9AA9FE;
	border-bottom:1px solid #9AA9FE;
}

ul.tabs li:first-child a, ul.tabs li:nth-child(5n) a {
	border-radius:4px 0 0 4px;	
}
ul.tabs li:last-child {
    width: 25%;
}


ul.tabs li:last-child a {
	border-right:1px solid #dddddd;
}
ul.tabs li.active:last-child a {
	border-right:1px solid #dddddd;
}
ul.tabs li a i {
	padding-top:0.5em;	
    line-height: 1.4;
}




ul.innerLInk li {
    width: 25%;
    height: 46px;
    float: left;
    margin: 0px 0 10px 0;
	border:none;
}
ul.innerLInk li:nth-child(4n), ul.innerLInk li:last-child {
	border:none;
}

ul.innerLInk li a {
    width: 100%;
    height: 46px;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	box-sizing:border-box;
	padding: 0.8em 0.4em 0;
}
ul.innerLInk li a.double {
	padding: 0.8em 0.4em 0;
    height: 46px;
    font-size: 10px;
}

ul.innerLInk li:nth-child(4n) a, ul.innerLInk li:last-child a {
	border-right:1px solid #dddddd;
	border-radius:0 4px 4px 0;	
}

ul.innerLInk li.active a {
	border-left:1px solid #9AA9FE;
	border-top:1px solid #9AA9FE;
	border-bottom:1px solid #9AA9FE;
}


ul.innerLInk li:first-child a, ul.innerLInk li:nth-child(5n) a {
	border-radius:4px 0 0 4px;	
}
ul.innerLInk li:last-child {
    width: 25%;
}


ul.innerLInk li:last-child a {
	border-right:1px solid #dddddd;
}
ul.innerLInk li.active:last-child a {
	border-right:1px solid #dddddd;
}
ul.innerLInk li a i {
	padding-top:0.5em;	
    line-height: 1.4;
}





.fa-map-marker:before {
    margin-bottom:0.5em;
}


section {
	width: 100%;
    margin: 0 auto 0;
}


dl.gaiyou dt {
    width: 100%;
    float: none;
}
dl.gaiyou dd {
    width: 100%;
    float: none;
	margin-bottom:0.5em;
}


.wp-pagenavi {
    clear: both;
    height: auto;
	width:96%;
    margin: 1em 2% 1em 2%;
	padding:0.5em 0;
	font-size:80%;
}
.newBread {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 80%;
}




form.searchDistrict label {
	margin-bottom:2em;	
}
p.facilitySearchTitle {
	width:96%;
    margin: 1em 0 0 0;
	padding:0.4em 2%;
}
dl.facilityOutline dt {
    width: 100%;
    float: none;
}
dl.facilityOutline dd {
    width: 100%;
    float: none;
	margin-bottom:1em;
}

#map {
    height: 250px;
}


section table {
	font-size:80%;	
}
section table.doctor {
	font-size:70%;	
}
section table.doctor td {
    padding:4px;
}
section table.doctor th {
    text-align:center;
}
section table.doctor .docName {
	font-weight:bold;	
	font-size:110%;
}




/* 上に戻る */
#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
}


.forDetail {
    margin:-30px 0 0 0;
}


input.btnSearch {
    background: url(../images/bg_btn_search.png) top left no-repeat;
	background-size:108px 30px;
}
input.btnReset {
    background: url(../images/bg_btn_reset.png) top left no-repeat;
	background-size:108px 30px;
}


/* 下層ページ */
.newBread p {
    width: 96%;
    margin: 0;
    font-size: 80%;
    padding: 1em 2%;
}
.catMenuBox {
    margin: 1em 0 1em 0;
    width: 100%;
}
ul.catMenu {
    margin: 0 auto;
    overflow: hidden;
    width: 92%;
}
ul.catMenu li {
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    width: 48%;
    padding: 0;
}

ul.catMenu li:nth-child(3n) {
    margin-right: 2%;
}
ul.catMenu li:nth-child(2n) {
    margin-right: 0;
	float: right;
}
ul.catMenu li a {

}
ul.catMenu li a:hover {
    background-color: #ffffff;
	color:#333333;
}
ul.catMenu li a::before {
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 0.4em 0 0;
    color: #ffab00;
}
ul.catMenu li:hover a::before {
    color: #9AA9FE;
}














ol.privacy {
    list-style-type: decimal;
    list-style-position: outside;
    width: 90%;
    margin-left: 7%;
    margin-bottom: 1em;
    font-size: 95%;
}


/* 施設案内 */
.annaiSetsumeiBox {
	overflow:hidden;
	margin-top:1em;	
}
.annaiSetsumei {
	width:100%;
	margin-right:1%;
	float:none;	
}
.annaiSetsumei:last-child {
	width:100%;
	margin-right:0;
}
.annaiSetsumei dl {
	margin-bottom:1.5em;
	width:100%;
}
.annaiSetsumei dt {
	color:#007F2E;
	font-weight:bold;

}
.annaiSetsumei dd {
	margin-top:0.8em;
	margin-left:2em;	
}
.maruSuuji {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;

	width:26px;
	height:26px;
	border-radius:18px;
	border:2px solid #007F2E;
	padding:2px;

	margin-right:0.4em;
}
section .annaiSetsumei dd table {
	font-size:12px;	
}
section .annaiSetsumei dd table, section .annaiSetsumei dd table tr, section .annaiSetsumei dd table th, section .annaiSetsumei dd table td {
	border:none;	
	background:#ffffff;
}
section .annaiSetsumei dd table th{
	padding:0.2em 0.5em 0.2em 0;	
}
section .annaiSetsumei dd table td {
	padding:0.2em 0 0.2em 0.5em;	
}
section .annaiSetsumei dd table th {
	border-right:1px solid #007F2E;	
	color:#007F2E;
	font-weight:bold;
	width:18px;
}
section .annaiSetsumei dd table td.first {
	width:50px;
}

.articleBody ul {
    width: 94%;
    margin-left:6%;
}
.articleBody ul ul {
    width: 94%;
    margin-left:6%;	
}
articleBody h4 {
    margin: 1em 0 0.5em;
}

.articleBody p.toFaq a {
	font-size:100%;
	padding:0.2em 0.2em;

}
.articleBody p.telNumber {
    font-size: 120%;
}


/* よくあるご質問（Ｑ＆Ａ） */
dl.faq {
	overflow:hidden;
	padding-bottom:1.5em;
	margin-top:1.5em;
	border-bottom:1px dotted #23A35B;
	width:100%;

}
dl.faq dt {
	color:#007BC5;
	font-weight:bold;
	margin-bottom:1.2em;

}
span.questionTtl {
	display:table-cell;
	vertical-align:middle;
	height:30px;
}

dl.faq dd.answer {
	margin-top:0.2em;
	float:left;
	font-size:95%;
	width:85%;
	margin-left:0.4em;
}
.maruQuestion {
    display: block;
	float:left;
    text-align: center;
    vertical-align: middle;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    width: 26px;
    height: 26px;
    border-radius: 18px;
	background:#007BC5;
    padding: 2px;
    margin-right: 0.4em;
	color:#ffffff;
	font-weight:normal;
}
dl.faq dd.maruAnswer {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    width: 26px;
    height: 26px;
    border-radius: 18px;
	background:#F9B857;
    padding: 2px;
	color:#ffffff;
	font-weight:normal;
	float:left;	
}



.kennai {
	background:none;	
}



section ul.nurseIntro000 {
	list-style-type:none;	
	width:100%;
	margin:0 0 2em 0;
	text-align:center;
	overflow:hidden;
}
section ul.nurseIntro000 li {
	width:48%;
	float:left;	
	margin:0 4% 0 0;
	text-align:center;
}
section ul.nurseIntro000 li:nth-child(2n) {
	margin-right:0;	
	margin-left:0;
}
section ul.nurseIntro000 li img {
	width:100%;	
}
section ul.nurseIntro000 li dt {
	margin-bottom:0.5em;	
}


section ul.nurseIntro00 li {
	width:100%;
	float:none;	
	margin:0 0 10px 0;
	text-align:center;
}

section ul.nurseIntro2 {
	list-style-type:none;	
	width:100%;
	margin:0;
}
section ul.nurseIntro2 li {
	width:32%;
	float:left;	
	margin:0 1% 10px 0;
	text-align:center;
}
section ul.nurseIntro2 li:nth-child(3n) {
	margin-right:0;	
}
section ul.nurseIntro2 li img {
	width:100%;	
}
section ul.nurseIntro2 li dt {
	margin-bottom:0.5em;	
}
section ul.nurseIntro2 li dd {
	font-size:80%;	
}

/* 利用者の声 */
.voice {

}
.voice h4 {
	border-bottom: 1px dotted #67ae54;
	color: #67ae54;
	font-weight: bold !important;
	font-size:120% !important;
	background:none !important;
	padding:0 !important;
	margin:0 0 0.5em 0 !important;
}
.voiceL {
	float:none;
	width:100%;
	margin-top:0.5em;
}
.voiceR {
	float:none;
	width:100%;
}
.voiceR img {
	width:100%;
	height:auto;	
}

p.voiceName {
	margin-bottom:1em;	
}


/* お問い合わせ */
.formBox {
	overflow:hidden;
	margin:2em 0 0 0;
	font-size: 95%;
}
.formBox dl dt {
	float:none;
	width:100%;
}
.formBox dl dd {
	width:100%;
	margin:0 0 2em 0;
	color:#666666;
}

input.small {
	width:95%;	
}
input.medium {
	width:95%;
}
input.large {
	width:95%;
}
.formBox textarea {
	width:95%;	
}
.btnBox {
	width:100%;
	margin:50px auto;	
	text-align:center;
}
.inquiryBtn {
	-webkit-appearance: none;
	background:#007BC1;	
	border: none;
	border-radius:5px;
	width:100px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff; 
	cursor:pointer;
	margin:0 20px 0 0;
}
.inquiryBtn:hover {
	background:#8BD4F5;	
	border: none;
	width:100px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#007BC1; 
}

/* デイケア */
.daycareBox {
	width:92%;
	margin:0 2% 1em;
	padding:1em 2%;
	border:1px solid #cccccc;
}
.daycareDL {
	overflow:hidden;
	width:100%;
	margin:0 0 1em;
}
.daycareDL:last-child {
	margin:0;
}
.daycareDL dt {
	width:100%;
	float:none;
	font-weight:bold;
}
.daycareDL dd {
	width:100%;
	float:none;
}



.alignleft {
    margin: 0 0.5em 0.5em 0;
	width:50%;
	height:auto;
}
.alignright {
    margin: 0 0 0.5em 0.5em;
	width:50%;
	height:auto;
}
.alignrightPC {
	float:none;
    margin: 0 0 0.5em 0;
}
img.aligncenter {
	width:100%;
	height:auto;
	margin-bottom:0.5em;
}


section img.full {
	width:100%;
	height:auto;
}
section img.half {
	width:50%;
	height:auto;
}
section img.onethird {
	width:33%;
	height:auto;
}
section img.quat {
	width:25%;
	height:auto;
}




img#ill001 {
	display:none;
}
dl#ill002 {
	background-image:none;	
}
dl#ill003 {
	background-image:none;	
}



.articleBody ul.nurseIntro li {
    width: 100%;
    float: none;
    margin: 0 0 1em 0;
    text-align: center;
}
.articleBody ul.nurseIntro li img {
    width: 100%;	
}


.articleBody h3.daycare {
	background-image:none;
	background:#94D1AD;
	height:auto;
	text-align:center;
	color:#ffffff;
	padding:0.4em 0;
	border:none;
	font-weight:bold;
	border-radius:8px;
}


.hanagara {
    padding: 1em 0 0 0.5em;
}


.rinen {
    margin-left: 5%;
    font-size: 140% !important;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    line-height: 1.4;
}
section ul {
    list-style-type: disc;
    list-style-position: outside;
    width: 90%;
	margin-left: 7%;
	margin-bottom: 1em;
	font-size: 95%;
}



.enkakuDl dt {
    width: 34%;
    float: left;
    font-weight: bold;
    color: #444444;
}
.enkakuDl dd {
    width: 64%;
    padding-left: 35%;
}

/*XXXバグ修正置き換え
.subContents ul {
	display:none;
    width: 96%;
    margin: 0.5em 2%;
    font-size: 90%;
}
.subContents h3::after {
	content: '\f067';
	font-family: FontAwesome;
	padding: 0 0 0 0;
	margin: 0 0.2em 0 0;
	color: #0E74C8;
	font-size: ;
	float:right;
}
.subContents h3.active::after {
	content: '\f068';
}
*/
.subContents ul {
	display: none;
	width: 96%;
	margin: 0.5em 2%;
	font-size: 90%;
}
.subContents h3::after {
	content: '\f067';
	font-family: FontAwesome;
	padding: 0;
	margin: 0 0.2em 0 0;
	color: #0E74C8;
	font-size: 100%; /* ← 値 '100%' を追加 */
	float: right;
}
.subContents h3.active::after {
	content: '\f068';
}



.subContents ul li {
    float: left;
    width: 100%;
    margin: 0 9px 5px 0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}



section p.telBnr {
	padding: 1em 2%;
}

dl.recruit {
	font-size:80%;
}
dl.recruit dt {
    width: 20%;
}
dl.recruit dd {
    width: 79%;
}


.sitemapLinkBox {
    float: none;
    margin:1em 2%;
    width: 96%;
}


dl.archiveList {
	overflow:hidden;
	border-bottom:1px dotted #cccccc;
	padding:0.4em 0;
	margin-bottom:0.2em;
}
dl.archiveList dt {
	width:100%;	
	float:none;
	color:#555555;
	font-size:75%;
}
dl.archiveList dd {
	width:100%;	
	float:none;
	font-size:90%;
}


section ul.nurseIntro li {
    width: 50%;
    float: left;
    margin: 0 0 0.5em 0;
    text-align: center;
}
section ul.nurseIntro li img {
	width:96%;	
	height:auto;
}


.toPageTop a i {
    font-size: 20px;
    margin-top: 4px;
}

.sideMap {
	width:96%;
	height:auto;
	margin:0 2%;	
}
.sideMap iframe {
	width:100%;
	height:300px;	
}

.topSideBar ul.sideBnrBox {
	width:90%;
	margin:2em 5% 0 5%;	
}

.topSideBar ul.sideBnrBox img {
	margin:0 0 0;	
}

.footerLinkBox ul {
	width:100%;
	margin:0;	
}
.footerLinkBox ul li {
	display:block;
	float:left;
	width:50%;
	background:#F7F4ED;
	border-right:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	box-sizing:border-box;
}
.footerLinkBox ul li a {
	display:block;
    font-size: 75%;
    height: 3em;
    line-height: 3em;
    margin-right: 1.5em;

}

.footLogo {
	background:#ffffff;	
}
	
	
	
article section ol {
	list-style-type:decimal;
	list-style-position:outside;
	width:93%;
	margin-left:7%;
	margin-bottom:1em;	
	font-size:95%;
}

.topBottomBnr {
	width: 84%;
	margin:1em auto;	
	overflow:hidden;
	float:none;
}
.topBottomBnr ul li {
    float: left;
    width: 48%;
	margin-left: 1%;
    margin-right: 1%;
	margin-bottom:0.5em;
}
	
.topBottomBnr a {
	width:49%;
	float:left;
	}
.topBottomBnr a:nth-child(even) {
	float:right;
	}	
	

.topMessage {
    position: absolute;
    top: 30%;
    left: 25%;
    width: 50%;
}
.topMessage img {
	width:100%;	
}


ul.catMenu li a {
	padding: 0.5em;
    font-size: 90%;
	height:50px;
}



.catTitle {
    width: 96%;
    height: auto;
    margin: 0 0 0 0;
    position:static;
	padding:5% 0 10% 4%;
	background-position:right top !important;
	background-size:cover !important;
}
.catTitle h1 {
    position:static;
    margin:0 0 0 0;
    color: #ffab00;
    font-size: 140%;
    font-weight: bold;
	text-shadow:1px 1px 2px #FFF, -1px -1px 2px #FFF;
}

.catDescription {
    position:static;
    display: block;
        color: #ffab00;
    font-size: 80%;
    font-family: Verdana, Geneva, sans-serif;
	text-shadow:1px 1px 5px #FFF;
}





/* 医師紹介 */
/*XXXバグ修正置き換え
.doctorIntro dt {
	float:left;
	width:25%;
}
.doctorIntro dd.name,  .doctorIntro dd.post{
	float:;
	text-align:left;
	width:72%;
	margin-bottom:0.4em;
}
.doctorIntro dd.spec{
	float:left;
	text-align:left;
	width:100%;
	margin-bottom:0.4em;
}
*/
.doctorIntro dt {
	float: left;
	width: 25%;
}
.doctorIntro dd.name, .doctorIntro dd.post {
	float: left; /* ← 値 'left' を追加 */
	text-align: left;
	width: 72%; /* dt(25%)と合わせて合計97%になるよう調整 */
	margin-bottom: 0.4em;
	margin-left: 3%; /* dtとddの間に少し余白を追加 */
}
.doctorIntro dd.spec {
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 0.4em;
	clear: both; /* 上のfloatを回り込み解除 */
}


/* 採用情報 */
.recruitment dl dt {
	float:left;
	width: 100%;
	font-size: 90%;
}
.recruitment dl dd.infoTtl {
	float:left;
	width: 100%;
	font-size:95%;
}



section p img {
	width:100%;
	height:auto;
}


section iframe {
	width:100%;
	height:auto;	
}




/* サイトマップ用 */
.sitemapBox {
	overflow:hidden;
	width:100%;
}
.sitemapBoxL {
	float:none;
	width:100%;
}
.sitemapBoxR {
	float:none;
	width:100%;
}


.recruitList {
	overflow:hidden;
}
.recruitListLeft {
	float:none;
	width:100%;
}
.recruitListRight {
	float:none;
	width:100%;
}




.headInfo {
    position:static;
    width:86%;
	margin:1em 7%;
    padding: 0.5em;
	box-sizing:border-box;
	background: #F7F4ED;
}

.other .headInfo {
	display:none;	
}



.topInfo dl {


}
.topInfo dd.postDate {
    float: left;
    margin: 0 0 0 1em;
}
.topInfo dd.infoTtl, .newsList dd.infoTtl {
    float: left;
    width: 90%;
}



.spMainImage {
	width:100%;	
}
.spMainImage img {
	width:100%;	
	height:auto;
}

section ul.catMenu {
    margin: 0 0 0 0.2em;
}




dl.sinsotsu dt {
	width:22%;	
	float:left
}
dl.sinsotsu dd {
	width:77%;	
	float:right
}


.recruitInfo dl {
	overflow:hidden;
	width:100%;
	padding:0.5em 0 0.8em;
	border-bottom:1px solid #DDDDDD;
	margin:0 0 0 0;
}
.recruitInfo dt {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
    margin: 0 0 0 0;
    float: none;
	font-size:90%;
}
.recruitInfo dd.infoTtl {
    border-radius: 5px;
    padding: 0;
    font-size: 90%;
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 0 0;
}

.kenshinTel , .kenshinFax{
	font-size:105%;	
}



.coopLInk li:first-child {
	float:left;
	margin-left:1%;
}
.coopLInk li:last-child {
	float:right;
	margin-right:1%;
}
.coopLInk li a {
	padding:0.2em 0.5em;	
}



dl.kyushin dt {
    width: 100%;
    float: none;
}
dl.kyushin dd {
    width: 100%;
    float: none;
}



.headInfo p.daishin  {
    background: #D5ABAA;
    color: #ffffff;
    text-align: center;
    width: 13.2em;

}
.headInfo p.daishin a {
	color:#ffffff;	
}

section p.nyuugan {
	width:96%;
    margin: 0.5em 2% 0;
}

p.emer {
	position:static;
	width:100%;	
}

section table th {
    padding: 10px 0.2em;
}
section table td {
    padding: 6px 0.2em;
}


dl.dlYoko dt {
	float:none;
	width:100%;	
}
dl.dlYoko dd {
	float:none;
	width:95%;
	margin-left:5%;	
}




.headInfo dl dt {
    margin-bottom: 0.5em;
}



img.checkUpFlow {
	width:100%;	
}


/* 20170526 */
ul.rehag li {
	float:none;
	width:100%;
	margin:0 0 1em 0;	
	text-align:center;
}
ul.rehag li img {
	width:80%;	
	height:auto;
}
.rehaRoom img {
	width:100%;
	height:auto;	
}

.rehabilitation ul.tabs li {
    width: 33%;
    height: 46px;
    float: left;
    margin: 0px 0 10px 0;
	border:none;
}

.pageImage {
    width: 100%;
    height: 130px;
    margin: 5px auto;
    position: relative;
	background-position: right;
}
.pageImage.about {
    background: url(../images/bg_about.jpg) #ffffff;
	background-position: right;
}

.pageImage.hospitalization {
    background: url(../images/bg_hospitalization.jpg) #ffffff;
	background-position: right;
}

.pageImage.department {
    background: url(../images/bg_department.jpg) #ffffff;
	background-position: right;
}

.pageImage.partnership {
    background: url(../images/bg_partnership.jpg) #ffffff;
	background-position: right;
}

.pageImage.access {
    background: url(../images/bg_access.jpg) #ffffff;
	background-position: right;
}
.pageImage.recruit {
    background: url(../images/bg_recruit.jpg) #ffffff;
	background-position: right;
}
.pageImage.service {
    background: url(../images/bg_service.jpg) #ffffff;
	background-position: right;
}


.breadcrumb {
    width: 100%;
    margin: 0.5em auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0.5em 0.8em;
}
.pageImage h1 {
    position: absolute;
	top:inherit;
	left:inherit;
    font-size: 140%;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px #000;
    bottom: 0.5em;
    right: 0.5em;
}
	
.special {
    overflow: hidden;
    width: 92%;
    margin: 2em auto;
}	
.special ul li {
    width: 49%;
    margin: 0 0 1em 0;
    float: left;
}	
.special ul li:nth-child(even) {
    float: right;
}		
.special ul li a {
    display: block;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #dedede;
    overflow: hidden;
    color: #333333;
    font-size: 65%;
}
.special ul li a span {
    width: 66%;
    float: right;
    padding-top: 1.2em;
}	
	
.catDescription {
    position:absolute;
	bottom:0.2em;
	right:0.8em;
    display: block;
    color: #ffffff;
    font-size: 80%;
    font-family: Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px 5px #FFF;
	top:inherit;
	left:inherit;
	    width: auto;
}
	
	
.topContent h2.topInfoH2 span {
    margin-left: 1em;
}	
	
.map iframe  {
	width:100%;
	height:300px;
}	
	
	
dl.corpOutline dt {
    width:100%;
    float: none;
}	
dl.corpOutline dd {
    width:100%;
    float: none;
	padding:1em 0;
}	
	
	
img.alignright {
	width:30%;
	height:auto;
	float:right;
	margin:0 0 1em 0.5em;
}
img.alignleft {
	width:30%;
	height:auto;
	float:left;
	margin:0 0.5em 1em 0;
}	
	
.nursenavi {
	margin:0 auto;
	width:92%;
	text-align:right;
}	
	
.topImageBnrBox {
    width: 100%;
}	
.topImageBnr {
    position: absolute;
    top: -24vw;
    right: 2vw;
    width: auto;
}	
.topImageBnr ul li a {
    display: block;
    width: 31vw;
    height: 36px;
    background: rgba(255,255,255,0.8);
    line-height: 36px;
    padding: 0 0 0 1em;
    opacity: 0.85;
    font-size: 80%;
    font-weight: bold;
    color: #333333;
}
	
p.topCatch {
    position: absolute;
    top: -30vw;
    left: 3vw;
    text-align: left;
    font-size: 70%;	
}
.topImageBnr01::before, .topImageBnr02::before {
    font-size: 90%;
}	
	
h3.walker span {
    float: none;
    width: 50%;
	display:block;
}
.topImageBnr {
    position: static;
}
.topImageBnr ul {
    overflow:hidden;
}	
.topImageBnr ul li {
    width:50%;
	float:left;
    margin-bottom: 0;
}
.topImageBnr ul li a.topImageBnr04 {
    letter-spacing: -1px;
    font-size: 80%;
}
	
.topImageBnr ul li a {
    display: block;
    width:100%;
    height: auto;
    background:none;
    line-height:1.0;
    padding: 1em 0 0.8em 1em;
    opacity: 0.85;
    font-size: 80%;
    font-weight: bold;
    color: #333333;
	box-sizing:border-box;
}	
.topImageBnr ul li.iryo21  {
    width:100%;
	text-align:center;
	margin-bottom:1em;
}	
.topImageBnr ul li.iryo21 img  {
    width:60%;
	height:auto;
	margin:auto;
}	
.topImageBnr ul li.iryo21 a::after {
	display:none;
}	
.emBox h3 {
    font-size: 100%;
}	
.emBoxInner p {
	font-size:80%;	
}
.special ul li {
    height: 10vw;
}	
	
.csr {
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:2em 0 0.5em;
	margin-bottom:2em;
}
.csr h3 {
	font-size:4.8vw;
	font-weight:bold;
	color:#3500f6;
	text-align:center;
}
.csr ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
	width:90%;
	margin:auto;
	padding:1.5em 0 0;
}

.csr img {
	width:100%;
	height:auto;
}
.csr ul li {
	margin-bottom:1em;;
}
.csr ul li.csr001 {
	width:45%;
}
.csr ul li.csr002 {
	width:45%;
}
.csr ul li.csr003 {
	width:90%;
}
.csr ul li.csr004 {
	width:90%;
}	
	

}
