/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
   font-size:15px;
   font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', ' メイリオ' sans-serif;
   -webkit-text-size-adjust: 100%;
   width: 95%;
   margin-right: auto;
   margin-left: auto;
   background-image:url(../images/bg.png);
   background-repeat:repeat-x;
   color:#717171;
   line-height:130%;
}

p { margin: 8px 0; }

h1 {
   margin: 0 auto 20px;
   padding: 0px;
}

img {
   margin: 0px;
   padding: 0px;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
}

section { padding: 10px; }

aside {
   background-color: #ffffff;
   border-radius: 8px;
   -webkit-border-radius: 5px;
   padding: 10px;
   border: 1px solid #CCC;
   margin-bottom: 15px;
}

aside p:last-child { margin-bottom: 0; }

aside p a {
   text-decoration: none;
   color: #00F;
}

aside p a:hover { color: #E95C99; }

.wrap {
   width: 100%;
   text-align: left;
   margin: 0px auto;
   background-color:#ffffff;
}

.all_clear {
   clear:both;
   height:0;
}
.check{ color:#ff0000;}

.caution{ color:#ff0000; font-size:85%;}

.colorOr{ color:#faa719;}

.colorOrB{ color:#faa719; font-weight:bold;}

.colorGr{ color:#71b712; font-weight:bold;}

.colorGrB{ color:#71b712; font-weight:bold;}

.hrsolid{
   border:0;
   border-top:1px solid #cccccc;
   height:1px;
   margin:15px 0;
}

.hrsolid2{
   border:0;
   border-top:1px solid #cccccc;
   height:1px;
   margin:5px 0 10px;
}

.linkUL a:link { color: #0000ff; text-decoration: underline; }
.linkUL a:visited { color:#5924f2; text-decoration: underline; }
.linkUL a:hover { color: #0000ff; text-decoration: underline; }
.linkUL a:active { color:#0000ff; text-decoration: underline; }

.fontB{font-weight:bold;}

.fontS{ font-size:90%; }

.fontL{font-size:120%;}

.fontBL{
   font-size:120%;
   font-weight:bold;
   margin-bottom:5px;
}

/*  --------------------------------------
			　ClearFix
----------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-------------------------------------------------
 footer
-------------------------------------------------*/
footer {
   border-top: 1px solid #ebebeb;
   padding-top: 10px;
}

footer p {
   clear: both;
   padding: 0;
}

footer img { vertical-align: top; }

footer p:last-child { margin: 0; }

/*-------------------------------------------------
 header
-------------------------------------------------*/
header {
   text-align: center;
   margin: 0px;
   padding: 10px 0 0;
   width: 100%;
}

/*-------------------------------------------------
 nav
-------------------------------------------------*/
nav {
   padding: 0px;
   height: auto;
   width: 100%;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
}

.link li {
   padding:0;
   margin:0;
   list-style: none;
}

.link li a {
   display: block;
   color: #2c2119;
   text-decoration: none;
   border-bottom:2px solid #a39b8b;
   height:30px;
   width:100%;
   padding-top:12px;
   padding-left:10px;
   background: #fcfbf9; /* Old browsers */
   background: -moz-linear-gradient(top, #fcfbf9 0%, #e6e0d0 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfbf9), color-stop(100%, #e6e0d0)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #fcfbf9 0%, #e6e0d0 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #fcfbf9 0%, #e6e0d0 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #fcfbf9 0%, #e6e0d0 100%); /* IE10+ */
   background: linear-gradient(to bottom, #fcfbf9 0%, #e6e0d0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf9', endColorstr='#e6e0d0', GradientType=0 ); /* IE6-9 */
}

.link li a:active {
   display: block;
   border-bottom:2px solid #a39b8b;
   height:30px;
   width:100%;
   background: #efe8da; /* Old browsers */
   background: -moz-linear-gradient(top, #efe8da 0%, #c6bca1 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efe8da), color-stop(100%, #c6bca1)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #efe8da 0%, #c6bca1 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #efe8da 0%, #c6bca1 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #efe8da 0%, #c6bca1 100%); /* IE10+ */
   background: linear-gradient(to bottom, #efe8da 0%, #c6bca1 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe8da', endColorstr='#c6bca1', GradientType=0 ); /* IE6-9 */
}

/*-------------------------------------------------
 Top Page
-------------------------------------------------*/



#btnTop {
   border-radius: 8px;
   -webkit-border-radius: 8px;
   background-color: #cbcccf;
   background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
   width: 7em;
   font-size: 85%;
   text-align: center;
   float: right;
   margin-right: 10px;
   border: 1px solid #CCC;
}

#btnTop a {
   text-shadow: 1px 1px 0 #ddd;
   display: block;
   padding: 5px 0;
   color: #444444;
   text-decoration: none;
}


/*-------------------------------------------------
   院内写真
-------------------------------------------------*/
.viewport {
   width: 260px;
   overflow: hidden;
   margin: 0 auto;
}

.flipsnap { width: 5200px; 
}

.item {
   float: left;
   width: 260px;
   font-size: 50px;
   text-align: center;
   color: #666;
}



/*-------------------------------------------------
 Color
-------------------------------------------------*/

.bule { color: #0E6EB8; }

.pink { color: #E40073; }

/*-------------------------------------------------
 画像
 -------------------------------------------------*/
	
	/* Firefox, Safari, Chrome, Opera fluid Image */
	img.fluid-image { max-width: 100%; }

.container {
   width: 90%;
   padding: 5px;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
}

.left-column {
   float: left;
   width: 60%;
}

.right-column {
   float: right;
   width: 40%;
   margin-bottom: 10px;
   text-align: right;
   padding-left: 10px;
}

.exemples {
   text-align: center;
   padding: 0px;
   width: 100%;
   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
}

/*------------------------------------------------
				お知らせスマホ
------------------------------------------------*/
.info_box {
   width:95%;
   margin-bottom:10px;
   display:block;
}

.info_titlebox {
   margin:0 0 7px;
	color:#ee86ad;
   font-weight:bold;
   font-size:110%;
   line-height:120%;
}

.info_day{
   font-size:11px;
   font-weight:nomal;
}
.info_combox {
   width:100%;
   margin-bottom:20px;
   display:block;
   line-height:120%;
   font-size:100%;
}

#frame {
   height: 100px;
   overflow: auto;
}

#frame2 {
   height: 100px;
   overflow: auto;
}
#frame .info_box,
#frame2 .info_box {
	margin-bottom:1em;
}
#frame .info_day, 
#frame2 .info_day {
	border-bottom:#999999 dotted 1px;
	margin:0 0 2px;
}
#frame .info_combox,
#frame2 .info_combox {
	margin-bottom:1em;
}

#frame2 .info_kamata {	color:#FF0000; }
#frame2 .info_dock {	color:#FF9900; }
#frame2 .info_recruit {	color:#0000CC; }
#frame2 .info_medwel {	color:#009900; }
#frame2 .info_omori {	color:#990099; }

/*------------------------------------------------
			　	共通部分
------------------------------------------------*/
h2{
   color:#28b0d9;
   font-weight: bold;
   font-size: 120%;
   margin-bottom: 5px;
   padding:5px;
   border-radius:5px;
   border-bottom: 3px solid #67c4ff;
}

h3{
   padding: 3px 5px;
   margin: 0 auto 15px;
   background-color:#bef277;
   font-size:110%;
   font-weight:normal;
   color:#3aa309;
   border-left:7px solid #92db2f;
}

.fontS { font-size:80%; }

.fontB { font-weight:bold; }

.colorPink { color:#ff6ea5; }

.colorLBlue {
   color: #479fe9;
   font-size: 110%;
   font-weight: bold;
}

.center { text-align:center; }

.check { color:#ff0000; }

.caution {
   color: #e54c22;
   font-size: 75%;
}

.txtbox{ margin:0 0 15px; }

.contHead{
   border:1px solid #bdbdbd;
   background-image:url(../images/bg_contHead.jpg);
   background-repeat:repeat-x;
   background-position:bottom;
   padding: 10px 10px 20px 10px;
   font-size: 130%;
   font-weight: bold;
}

.contTitle { margin:10px auto 20px; }


.pagetop {
   float:left;
   margin-bottom:10px;
}

.forPC {
   float:right;
   margin-bottom:10px;
}

.list ul{
   margin:15px 0 0 30px;
   padding:0;
}

.list ol{
   margin:25px 0 35px 30px;
   padding:0;
}

.list li{
   margin:5px 0 10px;
   padding:0;
}

.list2 ul{
   margin:15px 0 0 30px;
   padding:0;
}

.list2 li{
   margin:5px 0 10px;
   padding:0;
   font-weight:bold;
}

.photoframe{
   background-color:#ffffff;
   padding:3px;
   border:1px solid #cccccc;
   margin-bottom: 10px;
}

/*------------------------------------------------
			　	　アコーディオン
------------------------------------------------*/
#accordion {
   width:100%;
   margin:10px auto 5px;
}

#accordion dt {
   background-color:#ffffff;
   border-bottom: 1px dashed #cccccc;
   height: 20px;
   margin: 0;
   text-align:left;
   position:relative;
   padding: 10px 5px 10px 13px;
   font-weight: bold;
   font-size:120%;
}

#accordion dt a {
   color: #0d67b3;
   text-decoration:none;
   display:block;
}

#accordion dt a::after {
   content:url(../images/icon/yaji.png);
   float: right;
   margin-top:2px;
   padding-right:10px;
}

#accordion dt a:link {
   color: #0d67b3;
   text-decoration: none;
}

#accordion dt a:visited {
   color: #0d67b3;
   text-decoration: none;
}

#accordion dt a:hover {
   color: #0d67b3;
   text-decoration: none;
}

#accordion dt a:active {
   color:#0d67b3;
   text-decoration: none;
}

#accordion dd {
   padding:10px 5px;
   margin:0;
}


.ACpagelinkBox{
   border-top: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   width: 95%;
   margin: 0 auto 10px;
}
.ACpagelink {
   background-color:#ffffff;
   border-bottom: 1px solid #cccccc;
   height: 20px;
   margin: 0;
   text-align:left;
   position:relative;
   padding: 10px 5px;
   font-weight: bold;
   font-size:120%;
}

.ACpagelink a {
   color: #444444;
   text-decoration:none;
   display:block;
}

.ACpagelink a::after {
   content:url(../images/icon/yaji.png);
   float: left;
   margin-top:2px;
   padding-right:10px;
}

.ACpagelink_col {
   background-color: #fce7f9;
   border-bottom: 1px solid #cccccc;
   height: 20px;
   margin: 0;
   text-align:left;
   position:relative;
   padding: 10px 5px;
   font-weight: bold;
   font-size:120%;
}
.ACpagelink_col a {
   color: #444444;
   text-decoration:none;
   display:block;
}

.ACpagelink_col a::after {
   content:url(../images/icon/yaji.png);
   float: left;
   margin-top:2px;
   padding-right:10px;
}

.ACname {
   width:85%;
   float:left;
}

.ACprice {
   width:15%;
   float:right;
}

/*------------------------------------------------
			　	　アコーディオン2
------------------------------------------------*/
#accordion2 { margin:10px auto; }

#accordion2 dt {
   background-color:#ffffff;
   border:2px solid #cccccc;
   border-radius:6px;
   padding:5px;
   margin:5px 0 10px;
   color:#000000;
   font-weight: bold;
   position:relative;
}

#accordion2 dt a {
   color: #000;
   text-decoration:none;
   display:block;
}

#accordion2 dt a::after {
   content:url(../images/icon/yaji2.png);
   float: right;
   margin-top:2px;
}

#accordion2 dt a:link {
   color: #40b71d;
   text-decoration: none;
}

#accordion2 dt a:visited {
   color: #40b71d;
   text-decoration: none;
}

#accordion2 dt a:hover {
   color: #67d447;
   text-decoration: none;
}

#accordion2 dt a:active {
   color:#67d447;
   text-decoration: none;
}

#accordion2 dd {
   padding:5px;
   margin:0;
}


/*  --------------------------------------
			　TOP 医院概要
----------------------------------------*/
#Cinfobox {
   width: 100%;
   text-align: left;
}

.CinfoLeft {
   width: 350px;
   float: left;
}

.CinfoRight {
   width: 285px;
   float: right;
}

.CinfoTable table {
   width:100%;
   margin-bottom: 15px;
}

.CinfoTable td {
   padding: 5px 0 10px 0;
   border-bottom: 1px solid #cccccc;
   vertical-align: top;
}

.CinfoTable .CinfoTableTd1 {
   color: #1494BA;
   font-size: 110%;
   font-weight: bold;
   padding-right:10px;
}

.CinfoTable .CinfoTableTel {
   font-size: 120%;
   font-weight: bold;
   padding-top: 10px;
}

.Chour Table {
   border: 1px solid #a2a2a2;
   border-collapse: collapse;
   width: 100%;
   margin:10px 0;
}

.Chour td {
   border:1px solid #a2a2a2;
   border-collapse:collapse;
   padding:5px;
   text-align:center;
}

.Chour .Chourtd1 {
   border: 1px solid #a2a2a2;
   border-collapse: collapse;
   background-color: #f8e7ff;
   font-size: 12px;
   color: #763293;
}

.ChourHoliday {
   font-size: 15px;
   color: #2d2d2d;
   font-weight: normal;
}


/*  --------------------------------------
			　外来のご案内
----------------------------------------*/
.outp_linkbn{
   border:1px solid #cccccc;
   border-radius:8px;
   padding:5px 10px;
   width:110px;
   float:left;
   margin:0 5px 10px;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
}


.outp_linkbna:link { color: #fa6819; text-decoration: none; }
.outp_linkbna:visited { color:#fa6819; text-decoration: none; }
.outp_linkbna:hover { color: #faa719; text-decoration: underline; }
.outp_linkbna:active { color:#faa719; text-decoration: underline; }

.outp_linkbn a {
   color: #fa6819;
   text-decoration:none;
}
.outp_linkbn a::after {
   content:url(../images/icon/yaji.png);
   float: right;
   margin-top:2px;
   padding-left:10px;
}

.outpatient table{
   margin:5px 0 10px;
   border:1px solid #cccccc;
   border-collapse:collapse;
}

.outpatient td{
   padding:5px 10px;
   border:1px solid #cccccc;
   font-size:90%;
}

.outpatient .outpatient_title{
   background-color:#d9f6ff;
   color:#1494ba;
   text-align:left;
}


/*-----------------------------------------
		    Guide_to_admission
-----------------------------------------*/
.GtA_linkbn{
   border:1px solid #cccccc;
   border-radius:8px;
   padding:5px;
   float:left;
   margin:0 5px 10px;
   letter-spacing:0.07em;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
}


.GtA_linkbna:link { color: #fa6819; text-decoration: none; }
.GtA_linkbna:visited { color:#fa6819; text-decoration: none; }
.GtA_linkbna:hover { color: #faa719; text-decoration: underline; }
.GtA_linkbna:active { color:#faa719; text-decoration: underline; }

.GtA_linkbn a {
   color: #fa6819;
   text-decoration:none;
}
.GtA_linkbn a::after {
   content:url(../images/icon/yaji.png);
   float: right;
}

/*-----------------------------------------
		      FootCare
-----------------------------------------*/
.FootCare table{
   margin:5px 0 20px;
   border:1px solid #cccccc;
   border-collapse:collapse;
}

.FootCare td{
   padding:5px 8px;
   border:1px solid #cccccc;
   font-size:85%;
   color:#717171;
   text-align: left;
}

.FootCare .FootCare_title{
   background-color: #1f97bb;
   color:#ffffff;
   text-align: left;
}

.FootCare_QAbox{
   margin:5px 0 20px;
   font-weight:normal;
}

/*-----------------------------------------
		           Stoma
-----------------------------------------*/
.stoma table{
   margin:5px 0 20px;
   border:1px solid #cccccc;
   border-collapse:collapse;
}

.stoma td{
   padding:5px 8px;
   border:1px solid #cccccc;
   font-size:85%;
   color:#717171;
   text-align: left;
}

.stoma .stoma_title{
   background-color: #1f97bb;
   color:#ffffff;
   text-align: left;
}

/*-----------------------------------------
		      NursingDepartment
-----------------------------------------*/
.NursingD_com{
   margin:5px 0 20px;
   font-weight:normal;
}


.NursingD table{
   margin:5px 0 20px;
   border:1px solid #cccccc;
   border-collapse:collapse;
}

.NursingD td{
   padding:5px 8px;
   border:1px solid #cccccc;
   font-size:85%;
   color:#717171;
   text-align: left;
}

.NursingD .NursingD_title{
   background-color: #1f97bb;
   color:#ffffff;
   text-align: left;
}

.NursingD_combox{
   background-color:#f7fff4;
   padding:15px;
   border:3px double #cbe6c2;
   margin:0 auto 20px;
}

.NursingD_photoLine{
   padding:5px;
   border:1px solid #cccccc;
   text-align:center;
   margin-bottom:5px;
}

.NursingD2 table{
   margin:0 auto;
}

.NursingD2 td{
   padding:0 0 10px;
   font-size:90%;
   vertical-align:top;
   line-height:120%;
   letter-spacing:0em;
   text-align: center;
}

.NursingD2 .NursingD2_com1{
	width:270px; 
   text-align:left; 
   margin:0 auto;
}

.NursingD2 .NursingD2_com2{
   width:200px;
   text-align:left;
   margin:0 auto;
}
.AGTraning table{
   margin:5px 0 20px;
   border:1px solid #cccccc;
   border-collapse:collapse;
}

.AGTraning td{
   padding:5px 8px;
   border:1px solid #cccccc;
   font-size:85%;
   color:#717171;
   text-align: left;
}
.AGTraning .AGTraning_title{
   background-color: #1f97bb;
   color:#ffffff;
   text-align: center;
}
.AGTraning .AGTraning_title2{
   background-color: #F3F3F3;
   text-align: center;
}

.AGTraning ol{
   margin:0 0 0 25px;
   padding:0;
}

.AGTraning2 table{
   margin:0 auto;
}

.AGTraning2 td{
   padding:0 0 10px;
   font-size:90%;
   vertical-align:top;
   line-height:120%;
   letter-spacing:0em;
   text-align: center;
}

.AGTraning2 .AGTraning2_com1{
   width:165px;
   text-align:left;
   margin:0 auto;
}

.access table{
   margin:5px 0 20px;
   border:1px solid #cccccc;
   border-collapse:collapse;
}

.access td{
   padding:5px 10px;
   border:1px solid #cccccc;
   font-size:90%;
   color:#717171;
}

.access .access_title{
   background-color:#1497bf;
   color:#ffffff;
   text-align:left;
   font-size: 100%;
   font-weight: bold;
}

.access .access_title2{
   background-color:#f5f5f5;
   text-align:center;
}


.access .access_headtitle{
   background-color: #d2f5ff;
   text-align: center;
   color: #1497bf;
}



.pcbnr {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background-color: #222;
	padding: 15px 0 15px;
	text-decoration: none;
}