@charset "UTF-8";

/*--------------------------------------
  wrapper > content > main
---------------------------------------*/

.twoColLt #main p {
	margin: 0 0 1em 0;
}


/*
外来診療スケジュール
/gairai/schedule/index.html
 */

#bun-in-gairai .scheduletable td {
	text-align: center;
	font-size: 12px !important;
}


#bun-in-gairai .scheduletable td.col1 {
	background-color:#d5e9f1;
	vertical-align: middle;
	text-align: left;
	width: 6em;
}


#bun-in-gairai .scheduletable td.row2 {
	background-color:#e8f0f3;
	text-align: center;
}


/*#bun-in-gairai .scheduletable td.col5 {
	background-color:#F0F0F0;
	width: 17%;
	text-align: center;
}
*/

#bun-in-gairai .scheduletable thead th,
#bun-in-gairai .scheduletable thead td {
	text-align: center;
}

#bun-in-gairai .scheduletable thead th {
	background-color:#F0F0F0;
	width: 17%;
}

#bun-in-gairai .scheduletable thead td {
	width: 8%;
}

#bun-in-gairai .scheduletable tbody td {
	vertical-align: middle;
}

#shinryo #main p.btn-schedule {
	padding-left: 5px;
}

#shinryo #main p.btn-schedule a {
	background: url(/med/bun-in/image/shinryo/btn-schedule.gif) no-repeat 0 0;
	width: 200px;
	height: 24px;
	display:block;
	text-indent: -9999px;
}


#shinryo #main p.btn-schedule a:hover {
	background-position: 0 -24px;
}

/* 診療科?部門のご案内 */
#bun-in-shinryo .unit1of2 ul.arr li {
	margin-left: 15px;
}

/*基本理念*/
#credo{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}

/*--------------------------------------
  wrapper > content > sideBar
---------------------------------------*/




/*--------------------------------------
  &#30343;&#20896;&#20307;&#32946;&#44;&#30343;&#20896;&#27604;&#20998;
---------------------------------------*/

#bun-in-sitemap .unit1of2 hr.line-solid {
	display: block;
	margin: 5px 10px;
	border-top: 1px inset #333;
}


#bun-in-sitemap .unit1of2 h3 {
	font-size: 116%;
	font-weight: bold;
}

/*3階層目を非表示*/
#bun-in-sitemap ul.third {
	display: none;
	margin-bottom:0;
}

#bun-in-en #content {
	margin-top: 18px;
}

/*--------------------------------------
  印刷用
---------------------------------------*/

@media print{

.twoColLt #main {
	width: 100%;
}


.twoColLt .sideBar {
	display: none;
}

}