@charset "UTF-8";
@import "/css/crossfont.php";
/*-------------------------------------------------
Copyright (c) LOOP Inc. All rights reserved.
-------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio[controls],
canvas,
video {
display: inline-block;
}
html {
font-size:100%;
overflow-y: scroll;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
body{
margin:0;
padding:0;
}
img,
a img{
border:0 none;
text-decoration:none;
}
a{
text-decoration:none;
outline:0 none !important;
}
a:link,
a:visited{
color:#815b03;

}
a:hover,
a:active{
color:#beaa7a;
}
button,
input,
select,
textarea{
font-size:100%;
margin:0;
vertical-align:baseline;
}
button,
input{
line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
cursor:pointer;
-webkit-appearance:button;
}
input[type="checkbox"],
input[type="radio"]{
box-sizing:border-box;
}
textarea {
overflow: auto;
vertical-align: top;
}
#support{
-o-transition:opacity 1s ease-out;
-ms-transition:opacity 1s ease-out;
-moz-transition:opacity 1s ease-out;
-webkit-transition:opacity 1s ease-out;
transition:opacity 1s ease-out;
opacity:1 !important;
}

/*-------------------------------------------------
background
-------------------------------------------------*/
html{
background:#fcf9f1 url(../img/bg2.jpg) no-repeat 50% 120px;
}
.bgset1{
background-image:url(../img/bg1.jpg);
}
.bgset2{
background-image:url(../img/bg2.jpg);
}
.bgset3{
background-image:url(../img/bg3.jpg);
}
/*iPad iPhone is minimum bgset */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
html{
background-image:url(../img/bg2_mobile.jpg);
}
.bgset1{
background-image:url(../img/bg1_mobile.jpg);
}
.bgset2{
background-image:url(../img/bg2_mobile.jpg);
}
.bgset3{
background-image:url(../img/bg3_mobile.jpg);
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
html{
background-image:url(../img/bg2_mobile.jpg);
}
.bgset1{
background-image:url(../img/bg1_mobile.jpg);
}
.bgset2{
background-image:url(../img/bg2_mobile.jpg);
}
.bgset3{
background-image:url(../img/bg3_mobile.jpg);
}
}



body{
background:url(../img/header_repeatbg.gif) repeat-x 0 0;
color:#3b2b08;
text-align:center;
padding:0;
overflow:hidden;
}
html > body{
background:url(../img/header_repeatbg.png) repeat-x 0 0;
}
#header{
padding:0;
position:relative;
margin:0 auto;
padding:0;
width:960px;
height:125px;
}
#header h1{
text-align:left;
margin:0 0 0 -10px;
padding:0;
font-size:100%;
}
#logo a{
display:block;
text-decoration:none;
outline:0 none !important;
}
#hdnav {
	list-style: none;
	position: absolute;
	top: 30px;
	right: 350px;	
}
#wrapper{
margin:-5px auto 0 auto;
padding:0;
width:960px;
height:1000px;/* IE6 min-height*/
position:relative;
text-align:center;
display:inline-block;
}
#wrapper{
display:block;
}
body > #wrapper{
height:auto;
min-height:1000px;
}


/*-------------------------------------------------
navigation
-------------------------------------------------*/
#gNav{
margin:0;
padding:0;
width:840px;
height:45px;
z-index:100;
position:absolute;
top:-45px;
right:0;
font-size:10px;
}
#gNav ul{
margin:0;
padding:0;
list-style:none;
}
#gNav li{
margin:0;
padding:0;
float:left;
height:45px;
position: relative;
z-index: 3;
}
#gNav a{
background-repeat:no-repeat;
background-position:0 0;
}

#nav01 a{
width:151px;
background-image:url(../img/nav01.gif);
}
#nav02 a{
width:117px;
background-image:url(../img/nav02.gif);
}
#nav03 a{
width:157px;
background-image:url(../img/nav03.gif);
}
#nav04 a{
width:119px;
background-image:url(../img/nav04.gif);
}
#nav05 a{
width:94px;
background-image:url(../img/nav05.gif);
}
#nav06 a{
width:119px;
background-image:url(../img/nav06.gif);
}
#nav07 a{
width: 83px;
background-image:url(../img/nav07.gif);	
}
#nav01.active a,
#nav01 a:hover{
background-image:url(../img/nav01_on.gif);
}
#nav02.active a,
#nav02 a:hover{
background-image:url(../img/nav02_on.gif);
}
#nav03.active a,
#nav03 a:hover{
background-image:url(../img/nav03_on.gif);
}
#nav04.active a,
#nav04 a:hover{
background-image:url(../img/nav04_on.gif);
}
#nav05.active a,
#nav05 a:hover{
background-image:url(../img/nav05_on.gif);
}
#nav06.active a,
#nav06 a:hover{
background-image:url(../img/nav06_on.gif);
}
#nav07.active a,
#nav07 a:hover{
background-image:url(../img/nav07_on.gif);
}
#gNav a{
display:block;
margin:0;
padding:0;
height:45px;
line-height:45px;
/*
-o-transition:background-color 0.5s linear;
-ms-transition:background-color 0.5s linear;
-moz-transition:background-color 0.5s linear;
-webkit-transition:background-color 0.5s linear;
transition:background-color 0.5s linear;
*/
text-decoration:none;
outline:0 none;
}
#gNav span {
position: relative;
z-index: -1;
}
#gNav a:link,
#gNav a:visited,
#gNav a:hover,
#gNav a:active{
color:#f7edd6;
}


/*-------------------------------------------------
inquiry
-------------------------------------------------*/
#tel{
z-index:100;
position:absolute;
top:-120px;
right:0;
margin:0;
padding:0;
}
/*-------------------------------------------------
contents
-------------------------------------------------*/
#contents{
margin:0 0 0 0;
padding:60px 0 0 0;
position:relative;
}
#contents h2{
width:960px;
margin:0 auto;
padding:0;
text-align:left;
}
#topcontents{
width:960px;
margin:0 auto;
padding:75px 0 60px 0;
background:url(/img/copy.png) no-repeat 0 180px;
}
#main {
width:660px;
float:left;
text-align:left;
margin:0;
padding:0 0 0 20px;
position:relative;
}
#sub{
width:259px;
float:right;
text-align:left;
margin:0;
padding:0 0 0 1px;
background:url(/img/sidebg.gif) no-repeat 0 0;
}
#subnav{
margin:0;
padding:0;
list-style:none;
}
#subnav li{
margin:20px 0;
padding:0;
}
.side_links {
	background: #fcf9f2;
	padding: 0 0 20px 0;
	margin: 50px 10px 0 10px;
}
.side_links::after {
  content: "";
  display: block;
  clear: both;
}
.side_links li {
	list-style: none;
	background: #fcf9f2;
}
.side_links .outpatient {
	margin-bottom: 20px;
}
.side_links li a {
	color: #453205;
	display: block;
	text-decoration: none !important;
}
.side_links a:hover {
	opacity: 0.7;
}
.side_links h5 {
	background: #fff!important;
}
.side_links h5, .side_links h6, .side_links p {
	text-align:left;
}
.side_links h5, .side_links h6, .side_links p, .side_links table {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.side_links h5 {
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	background: #fcf9f1;
	background-image: none !important;
	margin: 0 0 25px 0;
	padding: 0 0 0 25px;
	position: relative;
}
.side_links h5::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #453205;
  border-right: solid 2px #453205;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 94%;
  margin-top: -4px;
}
.side_links p {
	font-size: 12px;
	margin: 5px 0 0 0 !important;
}
.side_links h6 {
	color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}
.side_links .outpatient h5 {
	border-left: solid 8px #5870a5;
}
.side_links .outpatient h6 {
	background: #5870a5;
}
.side_links .outpatient .urology h6 {
	background: #653b00;
}

.side_links .dialysis h5 {
	border-left: solid 8px #f57723;
}
.side_links .dialysis h6 {
	background: #f57723;
}
.side_links .beauty h5 {
	border-left: solid 8px #dbb753;
}
.side_links .beauty h6 {
	background: #dbb753;
}
.side_links table {
	border: none;
	border-collapse: collapse;
	margin: 0 !important;
}
.side_links th {
	border: solid #e2dbcc;
	border-width: 0 1px 0 0;
	background: #fcf9f1 !important;
}
.side_links th,.side_links td {
	padding: 7px;
	text-align: center !important;
	font-size: 10px !important;
}
.side_links td {
	border: solid #e2dbcc;
	border-width: 1px 1px 0 0;
	background: none !important;
}
.side_links th:last-child {
	border-width: 0 0 0 0 !important;
}
.side_links td:last-child {
	border-width: 1px 0 0 0 !important;
}

#breadcrumbs{
height:18px;
line-height:18px;
list-style:none;
margin:0 0 0 -10px;
padding:10px 0;
font-size:12px;
}
#main > #breadcrumbs{
margin:0;
}
#breadcrumbs li{
margin:0;
padding:0;
float:left;
}
#breadcrumbs li{
background:url(/img/breadcrumb_bg.gif) no-repeat right center;
}
#breadcrumbs .current{
padding:0 0 0 10px;
color:#444;
background:none !important;
}
#breadcrumbs li:first-child a{
padding:0 10px 0 0;
}
#breadcrumbs a{
padding:0 10px;
}
/*-------------------------------------------------
top
-------------------------------------------------*/

.travel{
	display:flex;
	width:100%;
	flex-direction:column;
	align-items:flex-end;
	margin-bottom: 70px;
}

.travel_link{
	display: flex;
	flex-direction:column;
	align-items: flex-end;
}

.travel_reception{
	margin: 8px 0 0 0;
	width: 400px;
	height: 32px;
	display:flex;
	background-color: #f57723;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	justify-content:center;
	align-items: center;
}


.pcr p{
	padding: 0 20px;
	font-size: 15px!important;
}
.pcr span{
	color: #d90004;
	border-bottom: solid 1px #d90004;
}
.pcr h2{
	border-left: solid 8px #d90004!important;
	color: #d90004;
}
.outpatient h2{
	border-left: solid 8px #5870a5!important;
}
.outpatient h4 {
    background: #5870a5!important;
}
.toplinks h4.ippan_02{
	background: #653B00!important;
}
.beauty h2{
	border-left: solid 8px #dbb753!important;
}
.beauty h4 {
    background: #dbb753!important;
}
.ivdrip h2{
	border-left: solid 8px #bca077!important;
}
.ivdrip h4 {
    background: #bca077!important;
}
.dialysis h2{
	border-left: solid 8px #f57723!important;
}
.dialysis h4 {
    background: #f57723!important;
}

.toplinks {
	clear: both;
	background: #fff;
	padding: 0 0 20px 0;
	margin-bottom: 30px;
}
.toplinks::after {
  content: "";
  display: block;
  clear: both;
}
.toplinks a {
	color: #453205;
	display: block;
}
.toplinks a:hover {
	opacity: 0.7;
}
.toplinks h2, .toplinks h3, .toplinks p {
	text-align:left;
}
.toplinks h2, .toplinks h3, .toplinks h4, .toplinks table {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.toplinks h2 {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	background: #fcf9f1;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
	position: relative;
}
.toplinks h2::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #453205;
  border-right: solid 2px #453205;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 97%;
  margin-top: -4px;
}
.toplinks h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.toplinks p {
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: -1px;
}
.toplinks h4 {
	color: #fff;
	width: 90px;
	height: 150px;
	display: table-cell;
	border-radius: 3px;
	margin: 0 10px 0 0;
	float: left;
	text-align: center;
	padding: 0;
	position: relative;
	font-weight: normal;
}


.toplinks h4 span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


/*.toplinks:first-child h4 span,
.toplinks:nth-of-type(3) h4 span,
.toplinks:nth-of-type(4) h4 span {
	position: absolute;
   top: 50%;
   margin-top: -0.5em;
   left: 0;
   right: 0;
}
*/
.toplinks:nth-of-type(2) h4 span{
	font-size: 90%;
}


.toplinks table {
	border: none;
	border-collapse: collapse;
	width: 370px;
}
.toplinks th {
	border: solid #e2dbcc;
	border-width: 0 1px 0 0;
	background: #fcf9f1;
}
.toplinks th,.toplinks td {
	padding: 12px;
}
.toplinks td {
	border: solid #e2dbcc;
	border-width: 1px 1px 0 0;
}
.toplinks th:last-child {
	border-width: 0 0 0 0 !important;
}
.toplinks td:last-child {
	border-width: 1px 0 0 0 !important;
}
.toplinks div.sumaary {
	width: 390px;
	float: right;
	margin-right: 20px;
}
.toplinks div.time_tbl {
	width: 470px;
	float: left;
	margin-left: 20px;
}

.toplinks div.time_tbl .ad_txt{
	margin-left: 20px;
	
}

#toplink{
list-style:none;
margin:0;
padding:0;
}
#toplink li{
display:inline;
margin:0;
padding:0;
}
#link_outpatient{
padding:0 10px 0 0;
}
#link_dialysis{
padding:0;
}
#topnews{
width:695px;
float:left;
margin:0;
padding: 30px 0 0 0;
text-align:left;
font-size:13px;
line-height:1.5;
}
#topnews h2{
margin:0;
padding:0;
}
#topnews #scroll{
margin:0 !important;
padding:5px 0 !important;
height:190px;
width:680px;
overflow:auto;
outline:0 none !important;
}
html:lang(ja) #topnews #scroll{
padding:0 !important;
}
html:root #topnews #scroll{
padding:0 !important;
}
#topnews dl, #topnews ul{
margin:0 15px 0 5px;
padding:0;
}
#topnews li {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#topnews dt, .fb_date{
width:6em;
float:left;
clear:left;
letter-spacing:0;
padding:10px 0 0 0;
margin:0;
color:#59493f;
font-weight: bold;
font-size:90%;
font-family: Arial, Helvetica, sans-serif;
}
#topnews dd, .fb_comm{
margin:0;
padding:7px 0 9px 5.5em;
background:url(/img/information_border.gif) repeat-x left bottom;
}

#topnews a{
text-decoration:underline;
}
#topnews a:hover{
text-decoration:none;
}
#banners{
margin:0;
padding:50px 0 0 0;
font-size:12px;
line-height:1;
width:250px;
float:right;
}
#banners h2{
margin:0 0 10px 0;
padding:0;
}
#banners ul{
margin:0;
padding:0;
list-style:none;
}
#banners li{
margin:0;
padding:0 0 5px 0;
}

#bn_recruit {
position: absolute;
top:130px;
left: 550px;
	
}
.keisei{
 margin-left: 20px;
}
/*-------------------------------------------------
footer
-------------------------------------------------*/
#footer{
clear:both;
width:100%;
height:240px;
text-align:left;
font-size:13px;
line-height:1.8;
position:relative;
margin:0;
padding:0;
background:url(/img/footer_bg.gif) repeat-x left bottom;
}
#footer-in{
margin:0 auto;
padding:0;
display:block;
width:960px;
font-size:12px;
line-height:1;
color:#373755;	
}
#footer address{
/*margin:0 auto;
padding:0;
display:block;
width:960px;
height:90px;
font-size:12px;
line-height:1;
color:#373755;*/
float: left;
}
#ft-blog-bn{
float: right;
padding: 0;
margin: 0;
}
#copyright{
clear: both;
margin:0 auto;
padding:20px 0;
display:block;
width:960px;
font-size:12px;
font-family:'Times New Roman', Georgia, serif;
line-height:1;
color:#373755;
}
#pagetop{
margin:0 auto;
padding:0;
width:960px;
height:39px;
position:relative;
z-index:100;
}
#pagetop a{
position:absolute;
top:-39px;
right:0;
display:block;
width:124px;
height:39px;
}

/*-------------------------------------------------
hover animation
-------------------------------------------------*/

#support #gallery a,
#support .gallery a{
-o-transition:opacity 0.3s linear;
-ms-transition:opacity 0.3s linear;
-moz-transition:opacity 0.3s linear;
-webkit-transition:opacity 0.3s linear;
transition:opacity 0.3s linear;
}

#support #toplink a:hover,
#IE9 #toplink a:hover{
opacity:0.9;
}
#support #pagetop a:hover,
#support #banners a:hover,
#support #subnav a:hover,
#support #gallery a:hover,
#support .gallery a:hover,
#support .bnr a:hover,
#IE9 #pagetop a:hover,
#IE9 #banners a:hover,
#IE9 #subnav a:hover,
#IE9 #gallery a:hover,
#IE9 .gallery a:hover,
#IE9 .bnr a:hover{
opacity:0.5;
}

#IE6 #banners a:hover img,
#IE7 #banners a:hover img,
#IE8 #banners a:hover img,
#IE6 #pagetop a:hover img,
#IE7 #pagetop a:hover img,
#IE8 #pagetop a:hover img,
#IE6 #subnav a:hover img,
#IE7 #subnav a:hover img,
#IE8 #subnav a:hover img,
#IE6 #gallery a:hover img,
#IE7 #gallery a:hover img,
#IE8 #gallery a:hover img,
#IE6 .gallery a:hover img,
#IE7 .gallery a:hover img,
#IE8 .gallery a:hover img,
#IE6 .bnr a:hover img,
#IE7 .bnr a:hover img,
#IE8 .bnr a:hover img{
filter: alpha( opacity=50 );
-ms-filter: "alpha( opacity=50 )";
}
/*-------------------------------------------------
clearfix
-------------------------------------------------*/
#wrapper:before,
#wrapper:after,
#contents:before,
#contents:after,
#footer:before,
#footer:after,
#topcontents:before,
#topcontents:after,
#toplink:before,
#toplink:after,
#breadcrumbs:before,
#breadcrumbs:after,
#articleBody:before,
#articleBody:after,
#characteristics_point dd:before,
#characteristics_point dd:after,
#tab:before,
#tab:after{
content:"";
display:table;
}
#wrapper:after,
#contents:after,
#footer:after,
#topcontents:after,
#toplink:after,
#breadcrumbs:after,
#articleBody:after,
#characteristics_point dd:after,
#tab:after{
content:"";
display:block;
clear:both;
}
#wrapper,
#contents,
#footer,
#topcontents,
#toplink,
#breadcrumbs,
#articleBody,
#characteristics_point dd,
#tab{
display:inline-block;
}
#wrapper,
#contents,
#footer,
#topcontents,
#toplink,
#breadcrumbs,
#articleBody,
#characteristics_point dd,
#tab{
display:block;
}

/*-------------------------------------------------
common
-------------------------------------------------*/
.alignleft{
display: inline;
float: left;
margin:0;
margin-right: 1.625em !important;
}
.alignright{
display: inline;
float: right;
margin:0;
margin-left: 1.625em !important;
}
.aligncenter{
float:none !important;
clear: both !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
text-align:center !important;
}
#articleBody{
background:#fcf9f1;
margin:40px 0 0 0;
padding:0 0 60px 0;
-moz-box-shadow:rgba(51,51,51,0.5) 0 0 8px;
-webkit-box-shadow:rgba(51,51,51,0.5) 0 0 8px;
box-shadow:rgba(51,51,51,0.5) 0 0 8px;
font-size:13px;
line-height:1.75;
}
#articleBody a{
text-decoration:underline;
}
#articleBody a:hover{
text-decoration:none;
}

#articleBody h3{
margin:0;
padding:0;
}
#articleBody section section{
margin:40px 0 0 0;
}
#articleBody h4{
background:url(/img/h4bg.gif) no-repeat 0 0;
padding:0 0 2px 20px;
margin:10px 0;
font-size:16px;
height:40px;
line-height:40px;
font-weight:bold;
}
#articleBody h5{
background:url(/img/h5bg.gif) no-repeat 0 0;
padding:0 0 0 20px;
margin:10px 0;
font-size:14px;
font-weight:bold;

}

#articleBody hgroup h4{
background:none;
padding:0;
margin:0;
height:auto;
line-height:normal;
}

#articleBody p{
margin:1em 0;
}
#articleBody .half{
width:330px;
float:left;
margin:0;
padding:0;
	padding-left: 10px;
	box-sizing: border-box;
}

#articleBody .topicsdate{
font-size:10px;
text-align:right;
margin:-5px 10px 0 0;
padding:0;
}


#articleBody table{
width:100%;
margin:1.5em auto;
overflow:auto;
border-collapse: collapse;
border-spacing:0;
border:0 none;
empty-cells:show;
background: #fff;
}
#articleBody table thead th {
text-align:center;
padding:10px 0;
}
#articleBody table th {
width: 162px;
padding:14px 5px 10px 5px;
background: #f6ecd5 url(/img/tablebg.gif) repeat-x 0 0;
color:#333;
font-weight:normal;
text-align:left;
line-height:1.6;
font-size:13px;
border-right:1px solid #fcf9f1;
}
#articleBody table td {
padding:14px 5px 10px 5px;
background: #fcf9f1 url(/img/tablebg.gif) repeat-x 0 0;
line-height:1.6;
font-size:13px;
	text-align: center;
}
#articleBody table caption {
margin:0 0 .25em 0;
padding:0;
font-weight:normal;
text-align:left;
}

#articleBody .doclist{
margin:0;
padding:0;
list-style:none;
}
#articleBody .doclist li{
background:url(/img/listbg.gif) no-repeat 0 0.2em;
padding:0 0 0 25px;
margin:.5em 0;
}
#articleBody .doclist.inline li{
background-position:0 50%;
display:inline;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
line-height:30px;
font-weight:bold;
}
html:lang(ja) #articleBody .doclist.inline li{
display:inline-block;
margin:0 0.25em;
}
html:root #articleBody .doclist.inline li{
display:inline-block;
margin:0 0.25em;
}
#articleBody .contact{
margin:70px 0 0 0;
padding:0;
}
#articleBody .bnr{
margin:30px 0 0 0;
}
#articleBody .center{
text-align:center !important;
}

#articleBody .topics th{
border-right:1px solid #d2c7ae;
}
#articleBody .topics td{
border-left:1px solid #d2c7ae;
}
/*-------------------------------------------------
outpatient
-------------------------------------------------*/
#articleBody .service th {
padding:14px 5px 10px 5px;
background: #e8eaf5 url(/img/servicecellbg.gif) no-repeat right top;
color:#161745;
font-weight:bold;
text-align:center;
line-height:1.6;
font-size:13px;
}
#cc .service td {
color:#161745;
padding:10px 5px 10px 5px;
background:none;
line-height:1.6;
font-size:13px;
text-align:center;
}
#articleBody .medical_info dt{
font-size: 14px;
font-weight: 600;
}
#articleBody .medical_info  dd {
  margin: 0px;
}
#articleBody .medical_info  ul {
padding: 0 27px;
margin: 3px 0px 20px;
}
.btn {
	background: #aa9471 url("../img/outpatient/arrow.png") 98% 50% no-repeat;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	color: #fff !important;
	text-decoration: none !important;
}
.btn:hover {
	opacity: 0.7;
}

.outpatient-pcr span{
	color: #d90004;
	border-bottom: solid 1px #d90004;
}
.outpatient-pcr ol li, .outpatient-pcr ul li {
	margin: 0 0 0 -25px;
}

/*-------------------------------------------------
characteristics
-------------------------------------------------*/
#characteristics_point {
margin:1em 0;
}
#characteristics_point dt{
margin:30px 0 0 0;
padding:0;
}
#characteristics_point dd{
margin:0;
padding:20px 0 0 0;
}
#articleBody #characteristics_point section{
margin:0;
}
#articleBody #characteristics_point h4{
background:url(/img/h5bg.gif) no-repeat 0 0;
padding:0 0 0 20px;
margin:10px 0;
font-size:14px;
font-weight:bold;
height:auto;
line-height:1.4;
}

#articleBody .travel_list{
margin: 0;
padding: 0 0 0 10px;
box-sizing: border-box;
}

#articleBody .travel_indent {
padding-left: 20px;
}


/*-------------------------------------------------
facilities
-------------------------------------------------*/
#facility_outline{
background:url(/img/facilities/outphoto.jpg) no-repeat right top;
}
#facility_outline table{
width:430px;
margin:1.5em 0;
}
#gallery{
list-style:none;
margin:50px 0;
padding:0;
text-align:center;
}
#gallery li{
display:inline;
padding:0;
margin:0;
}
#tab {
margin:20px 0 0 0;
padding:0;
list-style:none;
}
#tab li{
margin:0;
padding:0;
float:left;
}
#tab a,
#tab img{
margin:0;
padding:0;
border:0 none;
float:left;
}
.tabContents{
margin:0;
padding:20px 0 0 0;
}
#main .tabContents p{
margin:0 0 10px 0;
text-align:center;
}
/*-------------------------------------------------
staff
-------------------------------------------------*/
#articleBody .staff{
margin:0;
padding:0;
}
#articleBody .staff dt{
font-weight:bold;
font-size:22px;
margin:20px 0 0 0;
padding:0 0 0 10px;
}
#articleBody .staff dd{
margin:0;
padding:0;
}
#articleBody .staff dd table{
margin:0;
}
#articleBody .staff dd th{
width:8em;
text-align:left;
padding:0 0 0 10px;
}
/*-------------------------------------------------
access
-------------------------------------------------*/
#station{
background:url(/img/access/station.jpg) no-repeat right top;
height:200px;
}
#station dl{
background:#f9f1e2;
border:1px solid #ac945d;
width:330px;
height:180px;
}
#station dt{
font-weight:bold;
padding:15px 10px 10px 10px;
}
#station dd{
margin:0;
padding:0 10px 15px 10px;
}
/*-------------------------------------------------
travel
-------------------------------------------------*/
#main .reference{
margin:0;
padding:0;
}
#main .reference dt{
background:url(/img/h5bg.gif) no-repeat 0 0;
padding:0 0 0 20px;
margin:10px 0;
font-size:14px;
font-weight:bold;
}
#main .reference dd{
margin:0 0 0 10px;
padding:0;
border-left:1px solid #ac945d;
}

/*-------------------------------------------------
inquiry
-------------------------------------------------*/
#inquiry_form table{
text-align:left;
table-layout:fixed;
}
html:root #inquiry_form table{
table-layout:auto;
}
#error_message{
padding:0.75em 0;
margin:0 0 15px 0;
background:#ffcfcc;
border:1px solid #cc9999;
color:red;
text-align:center;
}
#inquiry_form th span{
width:130px !important;
padding:0 0 0 45px !important;
background-image:url(/img/inquiry/must.gif);
background-repeat:no-repeat;
background-position:10px 50% !important;
}
#inquiry_form th span.option{
background-image:url(/img/inquiry/option.gif);
}
#inquiry_form .example{
color:#999;
display:block;
margin:5px 0 0 0;
}
#inquiry_form td input,
#inquiry_form td textarea{
max-width:460px;
min-width:460px;
padding:0.5em;
border:1px solid #ccc;
color:#000;
font-size:14px;;
}
#inquiry_form .submit{
text-align:center;
}
#inquiry_form .submit input{
position:relative;
cursor:pointer;
text-align:center;
text-decoration:none !important;
display:inline-block;
margin:0;
padding:10px 50px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
color:#666;
background:#e6e6e6 url(/img/inquiry/btnbg.png) repeat-x 0 0;
border-top:1px solid #dededd;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-left:1px solid #dededd;
text-shadow:0 1px 0 #fff;
box-shadow:0 1px 1px rgba(0,0,0,.2), 0 0 1px rgba(255,255,255,1) inset,0 0 2px rgba(255,255,255,1) inset,0 0 1px rgba(255,255,255,1) inset;
-moz-box-shadow:0 1px 1px rgba(0,0,0,.2), 0 0 1px rgba(255,255,255,1) inset,0 0 2px rgba(255,255,255,1) inset,0 0 1px rgba(255,255,255,1) inset;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2), 0 0 1px rgba(255,255,255,1) inset,0 0 2px rgba(255,255,255,1) inset,0 0 1px rgba(255,255,255,1) inset;
background:-o-linear-gradient(top, #f9f9f9, #dededd);
background:-ms-linear-gradient(top, #f9f9f9, #dededd);
background:-moz-linear-gradient(top, #f9f9f9, #dededd);
background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dededd));
background:-webkit-linear-gradient(top, #f9f9f9, #dededd);
background:linear-gradient(top, #f9f9f9, #dededd);
}
#inquiry_form .submit input:hover{
background:-o-linear-gradient(top, #fff, #dededd);
background:-ms-linear-gradient(top, #fff, #dededd);
background:-moz-linear-gradient(top, #fff, #dededd);
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#dededd));
background:-webkit-linear-gradient(top, #fff, #dededd);
background:linear-gradient(top, #fff, #dededd);
}
#inquiry_form .submit input:active{
border-top:1px solid #ccc;
border-right:1px solid #dededd;
border-bottom:1px solid #dededd;
border-left:1px solid #ccc;
box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.15);
background-image:url(/img/inquiry/btnbg_on.png);
background:-o-linear-gradient(top, #dededd, #efefef);
background:-ms-linear-gradient(top, #dededd, #efefef);
background:-moz-linear-gradient(top, #dededd, #efefef);
background:-webkit-gradient(linear, left top, left bottom, from(#dededd), to(#efefef));
background:-webkit-linear-gradient(top, #dededd, #efefef);
background:linear-gradient(top, #dededd, #efefef);
}

/*-------------------------------------------------
topics
-------------------------------------------------*/
#articleBody #main .gallery{
list-style:none;
margin:30px 0;
padding:0;
text-align:center;
}
#articleBody #main .gallery li{
display:inline;
padding:0;
margin:0 3px;
}


/*-------------------------------------------------
jscroll
-------------------------------------------------*/
.jspContainer{
width:100% !important;
overflow: hidden;
position: relative;
outline:0 none !important;
}
.jspPane{
position: absolute;
width:100% !important;
outline:0 none !important;
}
.jspVerticalBar{
position: absolute;
top: 0;
right: 4px;
width: 8px;
height: 100%;
background:#fff;
}
.jspHorizontalBar{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height:8px;
background:#fff;
}
.jspVerticalBar *,
.jspHorizontalBar *{
margin:0;
padding:0;
}
.jspCap{
display:none;
}
.jspHorizontalBar .jspCap{
float:left;
}
.jspTrack{
background:#d1cdc1;
position:relative;
}
.jspDrag{
background:#95928a;
position:relative;
top:0;
left:0;
cursor:pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
float: left;
height: 100%;
}
.jspArrow{
background:transparent;
text-indent: -20000px;
display: block;
cursor: pointer;
}
.jspArrow.jspDisabled{
cursor: default;
background:transparent;
}
.jspVerticalBar .jspArrow{
height: 8px;
}
.jspHorizontalBar .jspArrow{
width: 8px;
float: left;
height: 100%;
}
.jspVerticalBar .jspArrow:focus{
outline: none;
}
.jspCorner{
background:transparent;
float: left;
height: 100%;
}

/*-------------------------------------------------
print
-------------------------------------------------*/

@media print {

html,
body,
#wrapper,
#contents{
background:none !important;
color:#000 !important;
text-align:left !important;
margin:0 !important;
padding:0 !important;
min-height:0 !important;
width:100% !important;
}

#articleBody,
#main{
background:none !important;
width:100% !important;
float:none !important;
margin:0 !important;
padding:0 !important;
}

a:link,
a:visited,
a:hover,
a:active{
color:#000 !important;
}
#wrapper #main article{
min-height:0 !important;
background:none !important;
margin:0 !important;
padding:0 !important;
width:100% !important;
height:auto !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border:0 none !important;
}
#wrapper h2{
margin:0 !important;
padding:0 !important;
background:none !important;
}
#articleBody section h3{
margin:20px 0 10px 0 !important;
padding:0 !important;
background:none !important;
}
#articleBody section h4{
margin:10px 0 !important;
padding:0 !important;
background:none !important;
}
#articleBody section h5{
margin:10px 0 !important;
padding:0 !important;
background:none !important;
}
#station{
background:none !important;
background:#f9f1e2 !important;
border:1px solid #ac945d !important;
height:auto !important;
}
#station dl{
background:none  !important;
border:0 none !important;
width:auto !important;
height:auto !important;
}


#footer{
position:static !important;
height:auto !important;
width:100% !important;
text-align:center !important;
}


#header,
#breadcrumbs,
#sub,
#gNav,
#tel,
#footer
{
display:none !important;
}
}