@charset "utf-8";

/* PC：style_pc.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 / Accordion)
 * Local Navigation (Nav)
 * Topic Path
 * Page Top
 * Footer
 * WYSIWYG (MODX)
  * **************************************************
 */


/* Mm-menu (jquery)
------------------------------------------------------------------ */
.mm-menu {
	display: none;
}


/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
  position: relative;
  min-width: 1250px;
}
body#subPage {
/*  min-width: 980px;*/
}
#header .inner,
#global-nav .inner,
#footer .inner {
  margin: 0 auto;
/*  width: 98%;*/
  width: 94%;
  max-width: 1400px;
}
#header .inner:after,
#global-nav .inner:after,
#footer .inner:after {
  content:".";
  display:block;
  height:0px;
  clear:both;
  visibility:hidden;
}
/* 下層ページ */
#subPage #content .inner {
	margin: 0 auto;
	width: 1060px;
}
#subPage #content .main {
	width: 750px;
}
#subPage #content .side {
	width: 260px;
}

/*  Header
------------------------------------------------------------------- */
#header {
  background-color: #ffffff;
  margin: 0 auto;
}
@media all and (max-width: 1500px) {
/*
  #header {
    width: 94%;
  }
*/
}
#header .logo {
  float: left;
  margin: 20px 0 0 0;
}
#header .utility {
  overflow:hidden;
  float: right;
  display:inline-block;
  margin: 20px 0 0 0;
}
/* SP Navi */
#header .spNavi {
  display: none;
}
#header .utility:after {
  content:".";
  display:block;
  height:0px;
  clear:both;
  visibility:hidden;
}
/* Site Search */
#header .site-search {
  position: relative;
  float:right;
  margin-left: 15px;
  height: 30px;
  width: 260px;
  background-color: #f5f5f5;
  border: 1px solid #a7a7a7;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#header input[type="text"] {
  position:absolute; top: 0; left:0;
  margin: 3px 0 0 3px;
  padding: 4px 10px;
  height: 16px;
  width: 210px;
  border: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 1.5em;
}
#header input[type="text"]:focus {
	outline: 0;
}
#header input[type="submit"] {
  position:absolute; top: 1px; left:215px;
  overflow:hidden;
  height: 26px;
  width: 30px;
  text-indent: -200px;
  border: 0 none;
  background: url("") no-repeat center center;
  -webkit-appearance: none;
}
#header input[type="text"]::-webkit-input-placeholder {
  position: relative;
  top: -0.05em;
  font-size: 90%;
  color: #a3a3a3;
}
#header input[type="text"]:-ms-input-placeholder {
  position: relative;
  top: -0.05em;
  font-size: 90%;
  color: #a3a3a3;
}
#header .site-search i {
  position:absolute;
  top: 5px;
  right: 14px;
  font-size: 1.8em;
}

/* Font Size Change */
#header .size-change {
  display: table;
}
#header .size-change dt {
  margin: 0 10px 0 0;
  font-size: 1.3em;
  font-weight: bold;
}
#header .size-change dd {
  display: table-cell;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  padding: 4px 8px;
  font-size: 1.5em;
  font-weight: bold;
  color: #808080;
}
#header .size-change dd:first-of-type {
  padding: 4px 8px 4px 25px;
  border-left: 1px solid #a7a7a7;
  -webkit-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  letter-spacing: 0.25em;
}
#header .size-change dd:last-of-type {
  padding: 4px 20px 4px 8px;
  border-right: 1px solid #a7a7a7;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
#header .size-change dd:hover {
  cursor : pointer;
  color: #000;
}
#header .size-change dd.changeBtn.active {
  color: #000;
}
/* 患者案内掲示板・交通案内・お問い合わせ */
#header ul {
  float: right;
  margin: 26px 0 16px 0;
}
#header li {
  position:relative;
  display: inline-block;
}
#header li.board {
  position: relative;
  top:-2px;
  height: 32px;
  width: 230px;
  background-color: #f1f7fd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#header li.board:hover {
  background-color: #e7f1fc;
}
#header li.board a {
  position: relative;
  display: block;
  padding: 3px 0 0 0;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  color: #173281;
  letter-spacing: 0.1em;
}
#header li.board span {
  margin-left: 64px;
}
#header li.board span:before {
  position: absolute;
  top:0px;
  left:37px;
  content:"";
  display: block;
  width: 25px;
  height: 25px;
  background:url(../images/common/board.svg) no-repeat;
  background-size:contain;
}
#header li.access {
  letter-spacing: 0.3em;
}
#header li.access a {
}
#header li.access span {
  letter-spacing: 0.2em;
}
#header li.access span:before {
  position: absolute;
  top:0;
  left:-25px;
  content:"";
  display: block;
  width: 25px;
  height: 25px;
  background:url(../images/common/access.svg) no-repeat;
  background-size:contain;
}
#header li.inquiry {
}
#header li.inquiry a {
}
#header li.inquiry span {
}
#header li.inquiry span:before {
  position: absolute;
  top:0;
  left:-28px;
  content:"";
  display: block;
  width: 25px;
  height: 25px;
  background:url(../images/common/inquiry.svg) no-repeat;
  background-size:contain;
}
#header li + li {
  margin-left: 50px;
}
#header li a {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#header .spBoard {
  display: none;
}


/* Global Navigation
------------------------------------------------------------------ */
#global-nav {
  background-color: #ffffff;
  clear: both;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 1500px) {
/*
  #global-nav {
    width: 94%;
  }
*/
}
#global-nav ul {
  margin: 0 auto 20px auto;
}
#global-nav li {
  position: relative;
  display: inline-block;
  width: 14%;
}
#global-nav li:first-child a,
#global-nav li + li a {
  border-left: 1px solid #ddd;
}
#global-nav li:last-child a {
  border-right: 1px solid #ddd;
}
#global-nav li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px 0;
  font-size: 1.8em;
  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;
}
#global-nav li span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}
#global-nav li span::before,
#global-nav li span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#global-nav li span::before {
  width: 15px;
  height: 15px;
  background: #7a0;
  border: 1px solid #7a0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#global-nav li span::after {
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ご来院のの皆さまへ */
#global-nav li:first-child {
  width: 19%;
}
#global-nav li:first-child span::before {
  border: 1px solid #e36d89;
  background: #e36d89;
}
/* 診療科・部門 */
#global-nav li:nth-child(2) {
  width: 15%;
}
#global-nav li:nth-child(2) span::before {
  border: 1px solid #e36d89;
  background: #e36d89;
}
/* 病院の特長 */
#global-nav li:nth-child(4) span::before {
  border: 1px solid #e6a311;
  background: #e6a311;
}
/* 医療関係者の皆さまへ */
#global-nav li:nth-child(5) {
  width: 22%;
}
#global-nav li:nth-child(5) span::before {
  border: 1px solid #16a6da;
  background: #16a6da;
}
/* 採用情報*/
#global-nav li:nth-child(6) span::before {
  border: 1px solid #a76fa0;
  background: #a76fa0;
}
/* hover */
#global-nav li:hover span::before {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  background: #fff;
  border: 1px solid #7a0;
}
#global-nav li:hover span::after {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
}
/* ご来院のの皆さまへ */
#global-nav li:first-child:hover span::before {
  border: 1px solid #e36d89;
}
#global-nav li:first-child:hover span::after {
  border-top: 1px solid #e36d89;
  border-right: 1px solid #e36d89;
}
/* 診療科・部門 */
#global-nav li:nth-child(2):hover span::before {
  border: 1px solid #e6a311;
}
#global-nav li:nth-child(2):hover span::after {
  border-top: 1px solid #e36d89;
  border-right: 1px solid #e36d89;
}
/* 病院の特長 */
#global-nav li:nth-child(4):hover span::before {
  border: 1px solid #e6a311;
}
#global-nav li:nth-child(4):hover span::after {
  border-top: 1px solid #e6a311;
  border-right: 1px solid #e6a311;
}
/* 医療関係者の皆さまへ */
#global-nav li:nth-child(5):hover span::before {
  border: 1px solid #16a6da;
}
#global-nav li:nth-child(5):hover span::after {
  border-top: 1px solid #16a6da;
  border-right: 1px solid #16a6da;
}
/* 採用情報*/
#global-nav li:nth-child(6):hover span::before {
  border: 1px solid #a76fa0;
}
#global-nav li:nth-child(6):hover span::after {
  border-top: 1px solid #a76fa0;
  border-right: 1px solid #a76fa0;
}


/* Content
------------------------------------------------------------------ */
#content {

}
/* トップページ */
#home #content {

}
#home #content .main {
	padding: 0 0 30px 0;
}
#home #content .side {
	padding: 0 0 30px 0;
}
/* 下層ページ */
#subPage #content {
	margin: 0;
	padding: 0 0 20px 0;
}
#subPage #content .main {
	padding: 0 0 20px 0;
}
#subPage #content .side {
	padding: 0 0 30px 0;
}
#subPage #content .inner {
	margin: 0 auto;
}
#subPage #content .inner:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* カテゴリイメージ */
#subPage #content .categoryImg {
	margin: 0 0 25px 0;
	overflow: hidden;
	width: 100%;
}
#subPage #content .categoryImg div {
	float: left;
	height: 240px;
	width: 260px;
	background: url(../images/common/bg_category.png) repeat top center;
	font-size: 2.4em; /* =24px */
	font-family : "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	color: #ffffff;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
}
#subPage #content .categoryImg img {
	float: right;
	height: 240px;
	width: 750px;
	vertical-align: middle;
}
/* 病院紹介 */
#subPage #content .categoryImg.hospital div {
	background-color: #7BAF5B;
}
/* 病院の特長 */
#subPage #content .categoryImg.chara div {
	background-color: #E9B033;
}
/* 患者のみなさまへ */
#subPage #content .categoryImg.patient div {
	background-color: #E8889F;
}
/* 医療関係者のみなさまへ */
#subPage #content .categoryImg.medical div {
	background-color: #33B1DF;
}
#subPage #content .categoryImg.medical div span {
	display: inline-block;
	margin: -0.5em 0 0 0;
	width: 7.0em;
}
/* 採用情報 */
#subPage #content .categoryImg.recruit div {
	background-color: #B384AD;
}
/* 新着情報 */
#subPage #content .categoryImg.news div {
	background-color: #888888;
}
/* DEFAULT */
#subPage #content .categoryImg.default div {
	background-color: #888888;
}
/* 看護部 */
#subPage #content .categoryImg.nurse div {
	background-color: #e977aa;
}
#subPage #content .categoryImg span {
	position: relative;
	top: 40%;
}
/* カテゴリインデックス（カテゴリトップ） */
#subPage #content .categoryIndex {
	overflow:hidden;
	margin: 0 -21px 0 0;
	list-style: none;
}
#subPage #content .categoryIndex li {
	float: left;
	margin: 0 21px 30px 0;
	width: 236px;
}
#subPage #content .categoryIndex li img {
    width: 100%;
}
#subPage #content .categoryIndex dt {
	margin: 2px 0 0 0;
	font-size: 1.6em; /* =16px */
	font-weight: bold;
	line-height: 1.4;
}
#subPage #content .categoryIndex dd {
	margin: 4px 0 0 0;
	font-size: 1.2em; /* =12px */
	line-height: 1.4;
}
#subPage #content .categoryIndex li p {
	padding: 0 0 0 1.4em;
	background: url(../images/common/arrow_localnav_in.png) no-repeat left 0.25em;
	font-size: 1.6em; /* =16px */
}
#subPage #content .categoryIndex li img {
	border: 1px solid #d0d0d0;
}
/* カテゴリインデックス（2番目） */
#subPage #content .categoryIndexChild {
	overflow:hidden;
	margin: 0 -21px 0 0;
	list-style: none;
}
#subPage #content .categoryIndexChild li {
	float: left;
	margin: 0 21px 30px 0;
	width: 236px;
}
#subPage #content .categoryIndexChild li p {
	margin: 4px 0 0 0;
	font-size: 1.6em; /* =16px */
	line-height: 1.4;
}
#subPage #content .categoryIndexChild li img {
	border: 1px solid #d0d0d0;
    width: 100%;
}
/* カテゴリインデックス（3番目） */
#subPage #content .categoryIndexGrandchild {
	overflow:hidden;
	margin: 0 -21px 0 0;
	list-style: none;
}
#subPage #content .categoryIndexGrandchild li {
	float: left;
	margin: 0 21px 30px 0;
	width: 236px;
	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; 
}
#subPage #content .categoryIndexGrandchild li a:hover {
	background-color: #ffffff;
}
#subPage #content .categoryIndexGrandchild li p {
	margin: 10px 0;
	font-size: 1.2em; /* =12px */
}

/* Common Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 2.6em; /* =26px */
	color: #333333;	
	line-height: 1.2;
}
#subPage .main h1+ h2,
#subPage .main h2+ h3 {
	margin-top: 0;
}
#subPage .main h2 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 10px 0 7px 15px;
	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.8em; /* =18px */
}
#subPage .main h3 {
	clear: both;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 1.7em; /* =17px */
	font-weight: bold;
}
#subPage .main h4 {
	clear: both;
	font-size: 1.6em; /* =16px */
	font-weight: bold;
}
#subPage .main section h4 span {
	display: inline
}
#subPage .main h5 {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
}

#subPage .main section {
}

/* Paragraph */
#subPage .main section p {
	font-size: 1.4em; /* =14px */
	line-height: 1.8;
}
#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;
}

/* List */
#subPage .main section ul {
	list-style: none;
}
#subPage .main section ul li {
	padding: 0 0 0 1.0em;
	background: url(../images/common/list_disc.png) no-repeat 0.2em 0.5em;
	font-size: 1.4em; /* =14px */
}
#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: 5px;
	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: 5px;
	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 15px 10px;
}
/* Word */
#subPage .main a[href$='.doc'] {
	background: transparent url(../images/common/icon_doc.png) no-repeat 15px 10px;
}
/* Excel */
#subPage .main a[href$='.xls'] {
	background: transparent url(../images/common/icon_xls.png) no-repeat 15px 10px;
}
#subPage .main a[href$=".pdf"] ,
#subPage .main a[href$='.doc'],
#subPage .main a[href$='.xls'] {
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}

/* Inline Navi */
#subPage .main .inlineNavi {
	margin: 40px 0;
	border: 1px solid #B3B3B3;
}
#subPage .main .inlineNavi dt {
	padding: 6px 8px 4px;
	background-color: #B3B3B3;
	font-size: 1.4em; /* =14px */
	color: #ffffff;
}
#subPage .main .inlineNavi ul {
	overflow: hidden;
	padding: 15px 15px 10px;
}
#subPage .main .inlineNavi li {
	float: left;
	margin: 0 25px 5px 0;
	padding: 0 0 0 1.3em;
	background: url(../images/common/arrow_inlinenavi.gif) no-repeat left 0.4em;
}
#subPage .main .inlineNavi a {
	color: #4D4D4D;
	text-decoration: none;
}

/* Related Link */
#subPage .main .relatedLink {
	margin-top: 50px;
	border: 1px solid #B3B3B3;
}
#subPage .main .relatedLink dt {
	padding: 6px 15px 4px;
	background-color: #B3B3B3;
	font-size: 1.4em;
	color: #ffffff;
}
#subPage .main .relatedLink dd {
	background-color: #EFEFEF;
}
#subPage .main .relatedLink ul {
	overflow: hidden;
	padding: 15px 15px 10px;
}
#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;
}
#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 {
}
#subPage .main .moreLink dt {
	margin: 15px 0 0 0;
	padding: 10px 4.5em 10px 1.0em;
	border: 1px solid #cccccc;
	background: #f2eee6 url(../images/common/close_more_gray.png) no-repeat 98% center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.4em; /* =14px */
	color: #7BAF5B;
	font-weight: bold;
	cursor: pointer;
}
/*くすり */
#subPage .main .moreLink.medicine dt {
	padding: 10px 4.5em 10px 5.5em;
	text-indent:-4.5em;
}
#subPage .main .moreLink dt:hover {
	border: 1px solid #7BAF5B;
}
#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% center;
}
#subPage .main .moreLink dt.open {
	background: #f2eee6 url(../images/common/open_more_gray.png) no-repeat 98% center;
}
#subPage .main .moreLink dd {
	margin: 5px 0 20px 0;
	padding: 15px 20px;
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreLink dd:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#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;
}

/* 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;  
	padding: 12px 10px 12px 25px;
	background: url(../images/common/arrow_localnav.png) no-repeat 5px 0.8em;
	color: #333333;
	text-decoration: none;
}
#subPage .localNav ul > li:hover,
#subPage .localNav 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 5px 0.8em;
	color: #FFFFFF;
}
/* 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 + li {	
	border-top: 1px dotted #cccccc;
}
#subPage .localNav li li a {	
	padding: 7px 10px 7px 25px;
	background: url(../images/common/arrow_localnav_in.png) no-repeat 5px 0.5em;
}
#subPage .localNav li:hover li a,
#subPage .localNav li.active li a {
	background: url(../images/common/arrow_localnav_in.png) no-repeat 5px 0.5em;
	color: #333333;
}
/* 3番目 */
#subPage .localNav li li ul {	
	margin: 0 0 0 1.8em;
}
#subPage .localNav li li li {	
	font-size: 1em;
}
#subPage .localNav li li li a {	
	padding: 5px 0 5px 0.8em;
	background: url(../images/common/arrow_localnav_last.png) no-repeat left 0.6em;
}
#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.6em;
	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 {
 }
#content .topicPath dl {
}
#content .topicPath dt {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #FFFFFF;
}
#content .topicPath dd {
	font-size: 1.2em;
}
#content .topicPath ul {
	color: #666666;
	list-style: none;
}
#content .topicPath li {
	float: left;
	padding: 10px 0;
}
#content .topicPath li span {
	padding: 0 10px;
}
#content .topicPath li a {
	color: #666666;
	text-decoration: none;
}
#content .topicPath li a:hover {
	text-decoration: underline;
}


/* Footer
------------------------------------------------------------------ */
#footer {
  background-color: #ffffff;
}
#footer .inner{
  padding: 30px 0;
}
#footer dl {
  float: left;
  margin-right: 50px;
}
#footer dt {
  display: block; 
  width: 300px;
}
#footer dt img {
  display: block; 
  height: auto;
  width: 300px;
}
#footer dd {
  margin-top: 10px;
  font-size: 1.4em;
}
.footer-nav-sub {
  margin-top: 5px;
}
.footer-nav-sub li {
  display: inline-block;
}
.footer-nav-sub li + li {
  margin-left: 20px;
}
.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;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li:first-child,
.footer-nav li + li {
  margin-right: 25px;
}
.footer-nav li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px 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 30px 0;
  background: #8e8f90;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}


/* Page Top
------------------------------------------------------------------ */
#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;
}


/*  WYSIWYG (MODX)
------------------------------------------------------------------- */
/*  テキスト */
/*  右揃え */
.justifyright {
	text-align: right;
}
/*  中央揃え */
.justifycenter {
	text-align: center;
}
/*  左揃え */
.justifyleft {
	text-align: left;
}

/*  要素（PC：right / SP：none） */
/*  右寄せ */
.alignedright {
	float: right;
}
/*  左寄せ */
.alignedleft {
	float: left;
}


