@charset "utf-8";

/* PC：style_sp.css
 * **************************************************
 * Site Width (Header / globalNav / Content / Footer)
 * Header (Logo / Font Size Change / Site Search)
 * Global Navigation (Nav)
 * Content (Main / Side)
 * Common Elements (Heading / Paragraph / Table / List / Icon)
 * Local Navigation (Nav)
 * Topic Path
 * Page Top
 * Footer
 * WYSIWYG (MODX)
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	background-color: #FFFFFF;
	overflow: hidden;
}
#header .inner,
#globalNav .inner,
#footer .inner {
	width: auto;
}

/* トップページ */
#home #content .inner {
	width: auto;
}
#home #content .main {
	width: auto;
}
/* 下層ページ */
#subPage #content .inner {
	width: auto;
}
#subPage #content .main {
	width: auto;
}
#subPage #content .side {
	width: auto;
}
/* フッタナビ */
#footer .footerNav ul {
	width: auto;
}

/*  Header
------------------------------------------------------------------- */
#header {
  margin: 0 10px;
  height: 72px;
}
#header .logo img {
  margin-top: 10px;
  height: auto;
  width: 205px;
}

/* Utility */
#header .utility {
  display: none;
}
/* Font Size Change */
#header .utility .sizeChange dt {
}
/* Site Search */

/* SP Navi */
#header .spNavi * {
  -webkit-box-sizing: border-box;box-sizing: border-box;
}
#header .spNavi {
	z-index: 99999;
	display: block;
	position: absolute; top: 0; right: 0;
}
#header .spNavi a {
	display: block;
	padding: 20px 0 20px 0;
	height: 72px;
	width: 70px;
	background: #f7f7f7;
	text-decoration: none;
	text-align: center;
}
#header .spNavi span {
	background: #113086;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	height: 2px;
	position: aboslute;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 24px;
}
#header .spNavi strong {
	position: relative; top: 6px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 700;
	color: #113086;
	text-align: center;
}
#header .spNavi span:nth-of-type(2),
#header .spNavi span:nth-of-type(3) {
	margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
html.mm-wrapper_opening .spNavi span:nth-of-type(1) {
	-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(45deg);
	transform: translateY(7px) translateX(0) rotate(45deg);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}
html.mm-wrapper_opening .spNavi span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}

/* SP 患者案内掲示板 */
#header .spBoard {
	z-index: 99999;
	display: block;
	position: absolute; top: 10px; right: 80px;
}
#header .spBoard span {
	position: relative; top: 12%;
}
#header .spBoard a {
	display: block;
	padding: 0;
	height: 48px;
	width: 65px;
	border: 2px solid #113086;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1.2em;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 700;
	color: #113086;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}



/* Global Navigation
------------------------------------------------------------------ */
#global-nav {
	display: none;
}


/* Content
------------------------------------------------------------------ */
#content {
	padding: 0;
}
/* トップページ */
#home #content .main {
}
#home #content .side {
}
/* 下層ページ */
#subPage #content .main {
	margin: 20px 10px 0;
}
#subPage #content .side {
	margin: 20px 10px 0;
}
#subPage #content .inner {
}
#subPage #content .inner:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* カテゴリイメージ */
#subPage #content .categoryImg {
	overflow: hidden;
	width: 100%;
}
#subPage #content .categoryImg div {
	background: #898A8B;
	background: -moz-linear-gradient(-45deg, #909191 25%, #898A8B 25%, #898A8B 50%, #909191 50%, #909191 75%, #898A8B 75%, #898A8B);
	background: -webkit-linear-gradient(-45deg, #909191 25%, #898A8B 25%, #898A8B 50%, #909191 50%, #909191 75%, #898A8B 75%, #898A8B);
	background-image: linear-gradient(-45deg, #909191 25%, #898A8B 25%, #898A8B 50%, #909191 50%, #909191 75%, #898A8B 75%, #898A8B);
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	color: #ffffff;
	margin: 0;
	padding: 5px 0;
	font-size: 1.6em;
	text-align: center;
}
#subPage #content .categoryImg img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}
/* 病院紹介 */
#subPage #content .categoryImg.hospital div {
	background: #7BAF5B;
	background: -moz-linear-gradient(-45deg, #83B465 25%, #7BAF5B 25%, #7BAF5B 50%, #83B465 50%, #83B465 75%, #7BAF5B 75%, #7BAF5B);
	background: -webkit-linear-gradient(-45deg, #83B465 25%, #7BAF5B 25%, #7BAF5B 50%, #83B465 50%, #83B465 75%, #7BAF5B 75%, #7BAF5B);
	background-image: linear-gradient(-45deg, #83B465 25%, #7BAF5B 25%, #7BAF5B 50%, #83B465 50%, #83B465 75%, #7BAF5B 75%, #7BAF5B);
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* 病院の特長 */
#subPage #content .categoryImg.chara div {
	background: #E9B033;
	background: -moz-linear-gradient(-45deg, #EBB540 25%, #E9B033 25%, #E9B033 50%, #EBB540 50%, #EBB540 75%, #E9B033 75%, #E9B033);
	background: -webkit-linear-gradient(-45deg, #EBB540 25%, #E9B033 25%, #E9B033 50%, #EBB540 50%, #EBB540 75%, #E9B033 75%, #E9B033);
	background-image: linear-gradient(-45deg, #EBB540 25%, #E9B033 25%, #E9B033 50%, #EBB540 50%, #EBB540 75%, #E9B033 75%, #E9B033);
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* 患者のみなさまへ */
#subPage #content .categoryImg.patient div {
	background: #E8889F;
	background: -moz-linear-gradient(-45deg, #E98FA5 25%, #E8889F 25%, #E8889F 50%, #E98FA5 50%, #E98FA5 75%, #E8889F 75%, #E8889F);
	background: -webkit-linear-gradient(-45deg, #E98FA5 25%, #E8889F 25%, #E8889F 50%, #E98FA5 50%, #E98FA5 75%, #E8889F 75%, #E8889F);
	background-image: linear-gradient(-45deg, #E98FA5 25%, #E8889F 25%, #E8889F 50%, #E98FA5 50%, #E98FA5 75%, #E8889F 75%, #E8889F);
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* 医療関係者のみなさまへ */
#subPage #content .categoryImg.medical div {
	background: #33B1DF;
	background: -moz-linear-gradient(-45deg, #40B6E1 25%, #33B1DF 25%, #33B1DF 50%, #40B6E1 50%, #40B6E1 75%, #33B1DF 75%, #33B1DF);
	background: -webkit-linear-gradient(-45deg, #40B6E1 25%, #33B1DF 25%, #33B1DF 50%, #40B6E1 50%, #40B6E1 75%, #33B1DF 75%, #33B1DF);
	background-image: linear-gradient(-45deg, #40B6E1 25%, #33B1DF 25%, #33B1DF 50%, #40B6E1 50%, #40B6E1 75%, #33B1DF 75%, #33B1DF);
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* 採用情報 */
#subPage #content .categoryImg.recruit div {
	background: #B384AD;
	background: -moz-linear-gradient(-45deg, #B88BB2 25%, #B384AD 25%, #B384AD 50%, #B88BB2 50%, #B88BB2 75%, #B384AD 75%, #B384AD);
	background: -webkit-linear-gradient(-45deg, #B88BB2 25%, #B384AD 25%, #B384AD 50%, #B88BB2 50%, #B88BB2 75%, #B384AD 75%, #B384AD);
	background-image: linear-gradient(-45deg, #B88BB2 25%, #B384AD 25%, #B384AD 50%, #B88BB2 50%, #B88BB2 75%, #B384AD 75%, #B384AD);
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* 看護部 */
#subPage #content .categoryImg.nurse div {
	background: #e977aa;
	background: -moz-linear-gradient(-45deg, #ec82b1 25%, #e977aa 25%, #e977aa 50%, #ec82b1 50%, #ec82b1 75%, #e977aa 75%, #e977aa);
	background: -webkit-linear-gradient(-45deg, #ec82b1 25%, #e977aa 25%, #e977aa 50%, #ec82b1 50%, #ec82b1 75%, #e977aa 75%, #e977aa);
	background-image: linear-gradient(-45deg, #ec82b1 25%, #e977aa 25%, #e977aa 50%, #ec82b1 50%, #ec82b1 75%, #e977aa 75%, #e977aa);
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* カテゴリインデックス（カテゴリトップ） */
#subPage #content .categoryIndex {
	list-style: none;
	margin: 0 -3% 0 0;
	overflow: hidden;
}
#subPage #content .categoryIndex li {
	float: left;
	margin: 0 3% 15px 0;
	width: 47%;
}
#subPage #content .categoryIndex img {
	width: 100%;
}
#subPage #content .categoryIndex dt {
	font-size: 1.6em;
	line-height: 1.2;
	margin: 5px 0 0 0;
}
#subPage #content .categoryIndex dd {
	color: #4D4D4D;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 5px 0 0 0;
}
#subPage #content .categoryIndex li p {
	background: url(../images/common/arrow_localnav_in.png) no-repeat left 0.25em;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	font-size: 1.5em;
	line-height: 1.4;	
	padding: 0 0 0 1.4em;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage #content .categoryIndex li p {
		background: url(../images/common/arrow_localnav_in@2x.png) no-repeat left 0.25em;
		-moz-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}
#subPage #content .categoryIndex li img {
	border: 1px solid #d0d0d0;
}
/* カテゴリインデックス（2番目） */
#subPage #content .categoryIndexChild {
	overflow:hidden;
	margin: 0 -3% 0 0;
	list-style: none;
}
#subPage #content .categoryIndexChild img {
	width: 100%;
}
#subPage #content .categoryIndexChild li {
	float: left;
	margin: 0 3% 5px 0;
	width: 47%;
}
#subPage #content .categoryIndexChild li p {
	font-size: 1.6em; /* =16px */
	line-height: 1.3;
}
#subPage #content .categoryIndexChild li img {
	border: 1px solid #d0d0d0;
}
/* カテゴリインデックス（3番目） */
#subPage #content .categoryIndexGrandchild {
	overflow:hidden;
	margin: 0 -15px 0 0;
	list-style: none;
}
#subPage #content .categoryIndexGrandchild li {
	float: left;
	margin: 0 3% 5px 0;
	width: 47%;
	border-top: 1px solid #000000;
}
#subPage #content .categoryIndexGrandchild li a {
	display: block;
	padding: 0.5em 0 0.5em 1.4em;
	border-bottom: 1px dotted #000000;
	background: url(../images/common/arrow_localnav_in.png) no-repeat left 0.7em;
	font-size: 1.4em; /* =14px */
	color: #333333;
	text-decoration: none; 
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage #content .categoryIndexGrandchild li a {
		background: url(../images/common/arrow_localnav_in@2x.png) no-repeat left 0.25em;
		-moz-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}
#subPage #content .categoryIndexGrandchild li p {
	margin: 10px 0;
	font-size: 1.2em; /* =12px */
}

/* Common Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	margin-bottom: 5px;	
	font-size: 2.0em; /* =20px */
	color: #333333;	
}
#subPage .main h1+ h2,
#subPage .main h2+ h3 {
	margin-top: 0;
}
#subPage .main h2 {
	clear: both;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 10px 10px 8px 10px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#eaeaea));
	background: -webkit-linear-gradient(#FFFFFF, #eaeaea);
	background: -o-linear-gradient(#FFFFFF, #eaeaea);
	background: -moz-linear-gradient(#FFFFFF, #eaeaea);
	background: -ms-linear-gradient(#FFFFFF, #eaeaea);
	background: linear-gradient(#FFFFFF, #eaeaea);
	-pie-background: linear-gradient(#FFFFFF, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eaeaea',GradientType=0 ); 
	border: 1px solid #CACACA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.5em; /* =15px */
	line-height: 1.3;
}
#subPage .main h3 {
	clear: both;
	margin-top: 15px;
	font-size: 1.5em; /* =15px */
	font-weight: bold;
}
#subPage .main h4 {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main section h4 span {
	display: inline
}
#subPage .main h5 {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
/* Paragraph */
#subPage .main section p {
	font-size: 1.3em;
}
#subPage .main section p strong {
	font-weight: bold;
}
#subPage .main section p span {
	display: inline
}
#subPage .main section p + p,
#subPage .main section p + ul,
#subPage .main section p + ol,
#subPage .main section p + dl,
#subPage .main section p + table,
#subPage .main section ul + p {
	margin-top: 1.0em;
}
#subPage .main section p img {
	max-width: 100%!important;
	height: auto!important;
}
/* List */
#subPage .main section ul {
	list-style: none;
}
#subPage .main section ul li {
	padding: 0 0 0 1.2em;
	background: url(../images/common/list_disc.png) no-repeat 0.2em 0.4em;
	font-size: 1.4em; /* =14px */
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main section ul li {
		background: url(../images/common/list_disc@2x.png) no-repeat 0.2em 0.4em;
		-moz-background-size: 9px 9px;
		-webkit-background-size: 9px 9px;
		background-size: 9px 9px;
	}
}
#subPage .main section li li,
#subPage .main section ol li li {
	font-size: 1.0em; /* =14px */
}
#subPage .main section li strong {
	font-weight: bold;
}
/* 数字（デフォルト） */
#subPage .main section ol {
	margin: 0 0 0 2.5em;
	list-style-type: decimal
}
/* アルファベット（大文字） */
#subPage .main section ol.alphabet {
	list-style-type: upper-latin;
}
#subPage .main section ol li {
	font-size: 1.4em; /* =14px */
}
/* Table */
#subPage .main section table {
	border:1px solid #cccccc;
	border-collapse:collapse;
	background-color: #ffffff;
}
#subPage .main section table caption {
	font-size: 1.5em; /* =16px */
	font-weight: bold;
	text-align: left;
}
#subPage .main section th {
	padding: 4px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 1.4em; /* =14px */
	font-weight: normal;
}
#subPage .main section td {
	padding: 4px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 1.4em; /* =14px */
	vertical-align: middle;
}
#subPage .main section td p,
#subPage .main section td th,
#subPage .main section td td,
#subPage .main section td ul li,
#subPage .main section td ol li {
	font-size: 1.0em; /* =14px */
}

/* Icon */
/* PDF */
#subPage .main a[href$=".pdf"] {
	background: url(../images/common/icon_pdf.png) no-repeat 20px 10px;
}
/* Word */
#subPage .main a[href$='.doc'] {
	background: transparent url(../images/common/icon_doc.png) no-repeat 20px 10px;
}
/* Excel */
#subPage .main a[href$='.xls'] {
	background: transparent url(../images/common/icon_xls.png) no-repeat 20px 10px;
}
#subPage .main a[href$=".pdf"] ,
#subPage .main a[href$='.doc'],
#subPage .main a[href$='.xls'] {
	padding-left: 0;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main a[href$=".pdf"] ,
	#subPage .main a[href$='.doc'],
	#subPage .main a[href$='.xls'] {
		background: url(../images/common/icon_link@2x.png) no-repeat 20px 8px;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}

/* Inline Navi */
#subPage .main .inlineNavi {
	margin-bottom: 20px;
	border: 1px solid #B3B3B3;
}
#subPage .main .inlineNavi dt {
	padding: 6px 8px 4px;
	background-color: #B3B3B3;
	color: #ffffff;
	font-size: 1.3em;
}
#subPage .main .inlineNavi ul {
	overflow: hidden;
	padding: 10px 10px 8px;
	list-style: none;
}
#subPage .main .inlineNavi li {
	float: left;
	margin: 0 15px 5px 0;
	padding: 0 0 0 1.2em;
	background: url(../images/common/arrow_inlinenavi.gif) no-repeat left 0.4em;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .inlineNavi li {
		background: url(../images/common/arrow_inlinenavi@2x.gif) no-repeat left 0.3em;
		-moz-background-size: auto 60%;
		-webkit-background-size: auto 60%;
		background-size: auto 60%;
	}
}
#subPage .main .inlineNavi a {
	color: #4D4D4D;
	text-decoration: none;
}

/* Related Link */
#subPage .main .relatedLink {
	margin-top: 20px;
	border: 1px solid #B3B3B3;
}
#subPage .main .relatedLink dt {
	padding: 6px 10px 4px;
	background-color: #B3B3B3;
	font-size: 1.3em;
	color: #ffffff;
}
#subPage .main .relatedLink dd {
	background-color: #EFEFEF;
}
#subPage .main .relatedLink ul {
	overflow: hidden;
	padding: 10px 10px 8px;
}
#subPage .main .relatedLink li {
	margin: 0 0 5px 0;
	padding: 0 0 0 1.0em;
	background: url(../images/common/list_disc.png) no-repeat left 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .relatedLink li {
		background: url(../images/common/list_disc@2x.png) no-repeat left 0.4em;
		-moz-background-size: auto 60%;
		-webkit-background-size: auto 60%;
		background-size: auto 50%;
	}
}
#subPage .main .relatedLink a {
	color: #4D4D4D;
}
/* 病院の特長 */
#subPage .main .chara dt {
	background: #CACACA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFC466), to(#E49C00));
	background: -webkit-linear-gradient(#EFC466, #E49C00);
	background: -o-linear-gradient(#EFC466, #E49C00);
	background: -moz-linear-gradient(#EFC466, #E49C00);
	background: -ms-linear-gradient(#EFC466, #E49C00);
	background: linear-gradient(#EFC466, #E49C00);
	-pie-background: linear-gradient(#EFC466, #E49C00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFC466', endColorstr='#E49C00',GradientType=0 ); 
}

/* 新着情報カテゴリー */
#home .main .info dt span.patient,
#subPage .entry dt span.patient { /*患者様*/
	background: #E26A87;
}
#home .main .info dt span.medical,
#subPage .entry dt span.medical { /*医療関係者様*/
	background: #33B1DF;
}
#home .main .info dt span.recruit,
#subPage .entry dt span.recruit { /*採用情報*/
	background: #A06599;
}

/* Accordion：豆知識 */
#subPage .main .moreLink {
	margin: 20px 0 0 0;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreLink dt {
	padding: 8px 4.5em 8px 1.0em;
	background: #f2eee6 url(../images/common/close_more_gray.png) no-repeat 98% 10px;
	font-size: 1.4em; /* =14px */
	color: #7BAF5B;
	font-weight: bold;
	cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .moreLink dt {
		background: url("../images/common/close_more_gray@2x.png") no-repeat 98% 10px;
		-moz-background-size: 54px auto;
		-webkit-background-size: 54px auto;
		background-size: 54px auto;
	}
}
/*くすり */
#subPage .main .moreLink.medicine dt {
	padding: 8px 4.5em 8px 5.0em;
	text-indent:-4.1em;
}
#subPage .main .moreLink dt:hover {
	background-color: #e8e4db;
}
#subPage .main .moreLink dt:first-child {
	margin: 0;
}
#subPage .main .moreLink dt:hover {
}
#subPage .main .moreLink dd + dt {
	border-top: 1px solid #cccccc;
}
#subPage .main .moreLink dt.close {
	background: #f2eee6 url(../images/common/close_more_gray.png) no-repeat 98% 10px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .moreLink dt.close {
		background: url("../images/common/close_more_gray@2x.png") no-repeat 98% 10px;
		-moz-background-size: 54px auto;
		-webkit-background-size: 54px auto;
		background-size: 54px auto;
	}
}
#subPage .main .moreLink dt.open {
	background: #f2eee6 url(../images/common/open_more_gray.png) no-repeat 98% 10px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main .moreLink dt.close {
		background: url("../images/common/close_more_gray@2x.png") no-repeat 98% 10px;
		-moz-background-size: 54px auto;
		-webkit-background-size: 54px auto;
		background-size:54px auto;
	}
}
#subPage .main .moreLink dd {
	padding: 15px 15px;
	background-color: #ffffff;
}
#subPage .main .moreLink dd  h3 {
	margin: 0;
	font-size: 1.5em; /* =15px */
	font-weight: bold;
}
#subPage .main .moreLink dd  h4 {
	margin: 1.0em 0 0 0;
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main .moreLink dd p {
	font-size: 1.4em; /* =14px */
}
#subPage .main .moreLink dd img {
	display:block;
	margin: 10px auto 0 auto;
	max-width: 100%!important;
	height: auto!important;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #ffffff;
	border: 1px solid #CACACA;
}
#subPage .localNav ul > li {
	font-size: 1.4em; /* =14px */
	line-height: 1.3;
}
#subPage .localNav ul > li + li {
	border-top: 1px solid #cccccc;
}
#subPage .localNav ul > li a {
	display: block;  
	margin: 0 10px;
	padding: 12px 0 12px 1.6em;
	background: url(../images/common/arrow_localnav.png) no-repeat left 0.9em;
	-moz-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	color: #333333;
	text-decoration: none;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .localNav ul > li a {
		background: url(../images/common/arrow_localnav@2x.png) no-repeat left 0.9em;
		-moz-background-size: 18px 18px;
		-webkit-background-size: 18px 18px;
		background-size: 18px 18px;
	}
}
#subPage .localNav ul > li:hover,
#subPage .localNav ul > li.active {
	background-color: #B3B3B3;
}
#subPage .localNav ul > li:hover a,
#subPage .localNav ul > li.active a {
	background: url(../images/common/arrow_localnav_on.png) no-repeat left 0.9em;
	-moz-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .localNav ul > li:hover a,
	#subPage .localNav ul > li.active a {
		background: url(../images/common/arrow_localnav_on@2x.png) no-repeat left 0.9em;
		-moz-background-size: 18px 18px;
		-webkit-background-size: 18px 18px;
		background-size: 18px 18px;
	}
}
/* 2番目 */
#subPage .localNav li ul {	
	padding: 5px 0 5px 0;
	background-color: #f5f5f5;
}
#subPage .localNav li li {	
	font-size: 1.0em; /* =10px */
}
#subPage .localNav li li a {	
	padding: 7px 0 7px 1.6em;
	background: url(../images/common/arrow_localnav_in.png) no-repeat left 0.75em;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
#subPage .localNav li:hover li a,
#subPage .localNav li.active li a {
	background: url(../images/common/arrow_localnav_in.png) no-repeat left 0.75em;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	color: #333333;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .localNav li li a,
	#subPage .localNav li:hover li a,
	#subPage .localNav li.active li a {
		background: url(../images/common/arrow_localnav_in@2x.png) no-repeat left 0.75em;
		-moz-background-size: 16px 16px;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}
/* 3番目 */
#subPage .localNav li li ul {	
	margin: 0 0 0 1.8em;
	padding: 5px 0;
}
#subPage .localNav li li li {	
	font-size: 1em;
}
#subPage .localNav li li li a {	
	padding: 6px 0 0 0.7em;
	border-top: none;
	background: url(../images/common/arrow_localnav_last.png) no-repeat left 0.75em;
	-moz-background-size: 6px 8px;
	-webkit-background-size: 6px 8px;
	background-size: 6px 8px;
}
#subPage .localNav li:hover li li a,
#subPage .localNav li.active li li a {
	background: url(../images/common/arrow_localnav_last.png) no-repeat left 0.75em;
	-moz-background-size: 6px 8px;
	-webkit-background-size: 6px 8px;
	background-size: 6px 8px;
	color: #333333;
}

/* 病院紹介 */
#subPage .localNav.hospital li:hover,
#subPage .localNav.hospital li.active {
	background-color: #8Bb96F;
}
#subPage .localNav.hospital li.active li:hover a,
#subPage .localNav.hospital li.active li.active a,
#subPage .localNav.hospital li.active li:hover li:hover a,
#subPage .localNav.hospital li.active li.active li.active a {
	color: #8Bb96F;
}
/* 病院の特長 */
#subPage .localNav.chara li:hover,
#subPage .localNav.chara li.active {
	background-color: #ECBA4C;
}
#subPage .localNav.chara li.active li:hover a,
#subPage .localNav.chara li.active li.active a,
#subPage .localNav.chara li.active li:hover li:hover a,
#subPage .localNav.chara li.active li.active li.active a {
	color: #ECBA4C;
}
/* 患者のみなさまへ */
#subPage .localNav.patient li:hover,
#subPage .localNav.patient li.active {
	background-color: #EB97AB;
}
#subPage .localNav.patient li.active li:hover a,
#subPage .localNav.patient li.active li.active a,
#subPage .localNav.patient li.active li:hover li:hover a,
#subPage .localNav.patient li.active li.active li.active a {
	color: #EB97AB;
}
/* 医療関係者のみなさまへ */
#subPage .localNav.medical li:hover,
#subPage .localNav.medical li.active {
	background-color: #4CBBE3;
}
#subPage .localNav.medical li.active li:hover a,
#subPage .localNav.medical li.active li.active a,
#subPage .localNav.medical li.active li:hover li:hover a,
#subPage .localNav.medical li.active li.active li.active a {
	color: #4CBBE3;
}
/* 採用情報 */
#subPage .localNav.recruit li:hover,
#subPage .localNav.recruit li.active {
	background-color: #BC93B8;
}
#subPage .localNav.recruit li.active li:hover a,
#subPage .localNav.recruit li.active li.active a,
#subPage .localNav.recruit li.active li:hover li:hover a,
#subPage .localNav.recruit li.active li.active li.active a {
	color: #BC93B8;
}

#subPage .localNav li.active li,
#subPage .localNav li.active li:hover,
#subPage .localNav li.active li.active {
	background: none;
}
#subPage .localNav li.active ul {
	background-color: none;
}
/* 3階層目 */
#subPage .localNav.hospital li.active li:hover li a,
#subPage .localNav.hospital li.active li.active li a {
	color: #333333;
}
#subPage .localNav.patient li.active li:hover li a,
#subPage .localNav.patient li.active li.active li a {
	color: #333333;
}
#subPage .localNav.recruit li.active li:hover li a,
#subPage .localNav.recruit li.active li.active li a {
	color: #333333;
}

/* Topic Path
------------------------------------------------------------------ */
#content .topicPath {
	display: none;
 }

/* PageTop
------------------------------------------------------------------ */
#page-top {
 display: none;
 position: relative;
 margin:0 auto;
}
#page-top a {
 z-index:9999;
 display: block;
 overflow: hidden;
 position: fixed;
 bottom: 0px;
 right: 15px;
 height:45px;
 width: 45px;
 background: rgba(255, 255, 255, 1);
 box-shadow: 0 0 8px 0 rgba(110, 110, 110, 0.2);
 -webkit-border-radius: 45px;
 border-radius: 45px;
 text-indent: -9999px;
 outline: none;
}
/* Arrow */
#page-top a:before,
#page-top a:after {
	position: absolute;
	left: 50%;
	content: "";
	width: 0px;
	height: 0px;
	margin-left: -8px;
	border: 8px solid transparent;
}
#page-top a:before {
	top:50%;
	margin-top: -11px;
	border-bottom: 8px solid #fff;
}
#page-top a:after {
	z-index: -1;
	top: 50%;
	margin-top: -13px;
	border-bottom: 8px solid #072e97;
}


/* Footer
------------------------------------------------------------------ */
#footer .inner {
  padding: 5px 10px 15px 10px;
}
#footer dl {
}
#footer dt img {
  height: auto;
  width: 250px;
}
#footer dd {
  margin-top: 10px;
  font-size: 1.4em;
}
.footer-nav-sub {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #eee;
}
.footer-nav-sub li {
  display: inline-block;
}
.footer-nav-sub li:first-child,
.footer-nav-sub li + li {
  margin-top: 10px;
  margin-right: 15px;
}
.footer-nav-sub li a {
  font-size: 1.4em;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.footer-nav {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li:first-child,
.footer-nav li + li {
  margin-right: 20px;
}
.footer-nav li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 6px 0;
  font-size: 1.6em;
  color: #000;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.footer-nav li span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 21px;
}
.footer-nav li span::before,
.footer-nav li span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.footer-nav li span::before {
  width: 13px;
  height: 13px;
  background: #7a0;
  border: 1px solid #7a0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.footer-nav li span::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ご来院のの皆さまへ */
.footer-nav li:first-child {
}
.footer-nav li:first-child span::before {
  border: 1px solid #e36d89;
  background: #e36d89;
}
/* 診療科・部門 */
.footer-nav li:nth-child(2) {
}
.footer-nav li:nth-child(2) span::before {
  border: 1px solid #e36d89;
  background: #e36d89;
}
/* 病院の特長 */
.footer-nav li:nth-child(4) span::before {
  border: 1px solid #e6a311;
  background: #e6a311;
}
/* 医療関係者の皆さまへ */
.footer-nav li:nth-child(5) {
}
.footer-nav li:nth-child(5) span::before {
  border: 1px solid #16a6da;
  background: #16a6da;
}
/* 採用情報*/
.footer-nav li:nth-child(6) span::before {
  border: 1px solid #a76fa0;
  background: #a76fa0;
}
/* hover */
.footer-nav li:hover span::before {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  background: #fff;
  border: 1px solid #7a0;
}
.footer-nav li:hover span::after {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
}
/* ご来院のの皆さまへ */
.footer-nav li:first-child:hover span::before {
  border: 1px solid #e36d89;
}
.footer-nav li:first-child:hover span::after {
  border-top: 1px solid #e36d89;
  border-right: 1px solid #e36d89;
}
/* 診療科・部門 */
.footer-nav li:nth-child(2):hover span::before {
  border: 1px solid #e6a311;
}
.footer-nav li:nth-child(2):hover span::after {
  border-top: 1px solid #e36d89;
  border-right: 1px solid #e36d89;
}
/* 病院の特長 */
.footer-nav li:nth-child(4):hover span::before {
  border: 1px solid #e6a311;
}
.footer-nav li:nth-child(4):hover span::after {
  border-top: 1px solid #e6a311;
  border-right: 1px solid #e6a311;
}
/* 医療関係者の皆さまへ */
.footer-nav li:nth-child(5):hover span::before {
  border: 1px solid #16a6da;
}
.footer-nav li:nth-child(5):hover span::after {
  border-top: 1px solid #16a6da;
  border-right: 1px solid #16a6da;
}
/* 採用情報*/
.footer-nav li:nth-child(6):hover span::before {
  border: 1px solid #a76fa0;
}
.footer-nav li:nth-child(6):hover span::after {
  border-top: 1px solid #a76fa0;
  border-right: 1px solid #a76fa0;
}
#footer .copy-right {
  padding: 20px 0 20px 0;
  background: #8e8f90;
  font-size: 1.0em;
  color: #fff;
  text-align: center;
}


/*  WYSIWYG (MODX)
------------------------------------------------------------------- */
/*  テキスト */
/*  右揃え */
.justifyright {
	text-align: right;
}
/*  中央揃え */
.justifycenter {
	text-align: center;
}
/*  左揃え */
.justifyleft {
	text-align: left;
}

/*  要素（PC：left / SP：none） */
/*  右寄せ */
.alignedright {
	float: none;
}
/*  左寄せ */
.alignedleft {
	float: none;
}
