body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, 'メイリオ', Meiryo,'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
	height: auto;
}
p {
	margin: 0;
}
#main-box p {
	margin-bottom: 10px;
	line-height: 2.0;
}
hr {
	clear: both;
	margin-top:30px;
	margin-bottom:40px;
}
.clearfix {
	clear: both;
}
ol li {
	margin-bottom: 10px;
	margin-left: -10px;
}
.page-header {
	padding: 0;
	margin: 0;
	border: none;
}
.moduletable {
	margin-bottom: 0;
	padding: 0;
}
/*=======================================================================
  共通
=======================================================================*/

html {
	overflow: auto;
}
#wrap {
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
	padding:0;
}
/* header
____________________________________________________________________ */
#header {
	background: url(../images/header_bg.png) repeat-x scroll 0 0 #f5efe9;
}
.header {
	line-height: 1;
}
#header .container {
	position: relative;
}
.header--fixed {
	position: relative;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 0;
	min-height: 50px;
	position: relative;
}


.navbar-header {
	position: relative;
}

.navigation {
	margin: 0 auto;
}

#brand {
	float: none;
	margin: 30px auto;
	padding-left: 0;
	padding-top: 0;
	width: 200px;
}
#brand img {
	width: 200px !important;
	padding: 0;
}
section {
	margin-top: auto;
	padding-top: 0;
}

/*
.sec-bg {
	margin: 0 -250% !important;
	padding: 0 250% !important;
	background-color:#fffcdb;
	padding-top:40px;
  padding-bottom:40px;
	clear:both;
}
*/

#main-box{
	margin-top:40px;
  margin-bottom: 20px;
}




/*=======================================================================
  bottom
=======================================================================*/

#bottom {
	padding: 20px 0;
	}
/* bottomnav
____________________________________________________________________ */

ul.bottomnav {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
	list-style-type: none;
}
ul.bottomnav li {
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}
ul.bottomnav li a {
	margin: 0;
	padding: 0;
	position: relative;
}
ul.bottomnav li a:hover {
	background-color: transparent;
}
/*=======================================================================
  footer
=======================================================================*/
#footer {
	color: #003f70;
	border-top: 4px solid #8cc63f;
	background-color: #e8f4d9;
	min-height: 100px;
	padding: 20px 0;
}
#footer ul.infonav {
	margin: 0 15px 20px;
}
#footer ul.infonav li {
	border-right: 1px solid #ccc;
	display: inline;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding: 0 2px 0 0;
	text-decoration: none;
	font-size: 13px;
}
#footer ul.infonav li:first-child {
	border-left: 1px solid #ccc;
	padding-left: 2px;
}
#footer ul.infonav li a {
	color: #003f70;
	text-decoration: none;
	display: inline;
}
#footer ul.infonav li a:hover {
	color: #3487c9;
	text-decoration: none;
}

#footer .copy {
	margin-bottom: 10px;
	color: #333;
	font-size: 11px;
	clear: both;
}

@media screen and (max-width:480px) {
#brand { /* template css */
	float: left;
	margin: 50px auto 20px;
	padding-left: 50px;
}
#footer .address {
	text-align: left;
	margin: 0 auto;
	line-height: 1.2;
	display: inherit;
}
#footer .address p {
	display: inherit;
	vertical-align: middle;
	text-align: center;
}
}

@media (max-width: 767px) {
#container {
	padding-bottom: 30px;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: left;
	border-bottom: solid 1px #333;
}
/* nav menu
_____________________________________________________________________ */
ul.sp-gnav {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	background-color: #f2f2f2;
}
ul.sp-gnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: #00468c 1px solid;
	width: 50%;
	display: inline-block;
	background-color: #f2f2f2;
	vertical-align:top;
}
ul.sp-gnav li a {
	position: relative;
	padding: 12px 16px 12px 10px;
	color: #222;
	display: block;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	
}
ul.sp-gnav li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #00468c;
	border-right: solid 2px #00468c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
ul.sp-gnav li a:hover {
	background-color: #ccc;
	text-decoration: underline;
	color: #00468c;
}

}

@media (min-width: 768px) {
.headroom--unpinned {
	transform: translateY(-104px);
}


.container > .navbar-header {
	padding: 0;
}
.navbar-header { /* bootstrap css */
	float: none;
}

#brand {
	float: none;
	margin: 30px 0 10px;
	padding-left: 0;
	padding-top: 0;
	width: 200px;
}



/* global nav
_____________________________________________________________________ */

ul.globalnav {
	margin:0 auto;
	padding: 0;
	width: 672px;
	zoom: 1;
}
ul.globalnav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ul.globalnav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	list-style-type: none;
	width: 100px;
	line-height: 1;
}
ul.globalnav li.gnav02{	width: 160px;}
ul.globalnav li.gnav03{	width: 150px;}
ul.globalnav li.gnav04{	width: 140px;}
ul.globalnav li.gnav05{	width: 122px;}

ul.globalnav li a {
	display: block;
	background: transparent url(../images/gnav_bg.png) no-repeat scroll 0 0;
}

ul.globalnav li.gnav01 a {background-position: 0 0;}
ul.globalnav li.gnav02 a {background-position: -100px 0;}
ul.globalnav li.gnav03 a {background-position: -260px 0;}
ul.globalnav li.gnav04 a {background-position: -410px 0;}
ul.globalnav li.gnav05 a {background-position: -550px 0;}

ul.globalnav li a:hover {	background-color: transparent;}
ul.globalnav li a:hover img, 
#cat-home ul.globalnav li.gnav01 a img,
#cat-clinic ul.globalnav li.gnav02 a img,
#cat-visiting ul.globalnav li.gnav03 a img,
#cat-access ul.globalnav li.gnav04 a img,
#cat-news ul.globalnav li.gnav05 a img {
	visibility: hidden;
}

/* top nav
_____________________________________________________________________ */

ul.topnav {
	position: absolute;
	top: 0;
	right: 30px;
	margin: 0;
	padding: 0;
	width: 300px;
	zoom: 1;
	z-index: 90;
}
ul.topnav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ul.topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	list-style-type: none;
	width: 300px;
	line-height: 1;
}
ul.topnav li a, ul.topnav li a:hover {
	background-color: transparent;
}


/*=======================================================================
  bottom
=======================================================================*/

/* bottomnav
____________________________________________________________________ */

ul.bottomnav {
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
ul.bottomnav li {
	margin: 0 30px 0 0;
	padding: 0;
	text-align: center;
	width: 220px;
	display: inline;
	float: left;
}
ul.bottomnav li:last-child {
	margin: 0;
}
ul.bottomnav li a {
	position: relative;
}
ul.bottomnav li a:hover {
	background-color: transparent;
}
}

@media (min-width: 992px) {
.container {width: 1000px;}
#container.col-md-9 {	width: 730px;}
#sidebar-2.col-md-3 {	width: 270px;}


#main-box{
	margin-top:40px;
  margin-bottom: 60px;
}

#brand {
	float: none;
	margin: 30px 0;
	padding-left: 0;
	padding-top: 0;
	width: 200px;
}


#footer ul.infonav {
	text-align: right;
	margin: 0 0 10px;
}
#footer .copy {
	text-align: right;
}


/* global nav
_____________________________________________________________________ */

ul.globalnav{
position:absolute;
top:70px;
left:298px;
  margin:0;
  padding:0;
  width:672px;
  zoom:1;
}

ul.globalnavafter{
  height:0;
  visibility:hidden;
  content: ".";
  display:block;
  clear:both;
}


/* 半透明設定
_____________________________________________________________________ */
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
}

@media (min-width: 1200px) {
.container {
	width: 1000px;
}
}
/*=======================================================================
  main 
=======================================================================*/



/* h1
_____________________________________________________________________ */

h1 {
	margin:0 0 1.6em;
	padding:0;
	color: #003f70;
	font-size: 30px;
	line-height:1.4;
}
h1 span{
	font-size:22px;
	display:block;
}

#cat-home h1{margin:0;}

h2 {
	margin: 0 0 1.8em;
	padding: 0 0 6px;
	color: #003f70;
	font-size: 25px;
	line-height:1.4;
	background: url(../images/tit01.png) repeat-x scroll 0 bottom transparent;
}
h3 {
	margin: 40px 0 20px;
	padding: 0;
	color: #00468C;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
h3:first-child {margin: 0 0 20px;}


#sidebar-2 h3 {
	margin: 0;
	padding: 16px 4px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background-color: #00468c;
	clear: both;
}



/* font
_____________________________________________________________________ */
.red-b {
	color: #e53828;
	font-weight: bold;
}
.blue-b {
	color: #003f70;
	font-weight: bold;
}


.telno {
	font-size: 26px;
	font-weight: bold;
	color: #003f70;
}
/* layout
_____________________________________________________________________ */
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.vatop {
	vertical-align: top;
}
.thumbs_left {
	float: left;
	margin: 0 20px 30px 0;
}
.thumbs_right {
	float: right;
	margin: 0 0 30px 20px;
}
/* list
_____________________________________________________________________ */
ul.list-ico {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
ul.list-ico li {
	margin: 0 0 5px;
	padding: 2px 0 2px 18px;
	background: url(../images/ico_circle1.gif) no-repeat scroll 0 0.4em transparent;
	line-height: 1.4;
	min-height: 1em;
}
/* more
_____________________________________________________________________ */

.more {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none outside none;
}
.more a {
	margin: 0 0 5px;
	padding: 4px 0 4px 10px;
	background: url(../images/ico_mnav01.png) no-repeat scroll 0 center transparent;
	line-height: 1.4;
	min-height: 1em;
}
ul.more-4c {
	position: relative;
	margin: 0 0 30px;
	padding: 10px 0 0;
	width: 100%;
	zoom: 1;
}
ul.more-4c:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ul.more-4c li {
	margin: 0;
	padding: 0 1% 10px 0;
	font-size: 14px;
	list-style-type: none;
	float: left;
	display: inline;
	width: 24%;
}
ul.more-4c li a {
	margin: 0 0 2px;
	padding: 4px 10px 4px 10px;
	color: #00468c;
	display: block;
	line-height: 1.3;
	background: url(../images/ico_mnav01.png) no-repeat scroll 0 center transparent;
}
ul.more-4c li a:hover {
	color: #0078c8;
	background-color: #e6e6e6;
}
/* more2
_____________________________________________________________________ */

.more2 {
	margin: 20px 0 30px;
	padding: 0;
	list-style: none outside none;
	display: block;
	clear: both;
}
.more2 a {
	padding: 13px 20px 13px 32px;
	background-color: #6690ba;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.more2 a:hover {
	background-color: #3e6e96;
}
/* clear
_____________________________________________________________________ */

.box-line2:before, .box-line2:after, .box-line:before, .box-line:after, .box-g:before, .box-g:after {
	display: table;
	content: " ";
}
.box-line2:after, .box-line:after, .box-g:after {
	clear: both;
}
/* box
_____________________________________________________________________ */


.box-line {
	margin: 10px 0 30px;
	padding: 20px;
	border : 1px solid #00468c;
	border-radius: 6px;
}
.box-line2 {
	padding: 20px;
	margin-bottom: 20px;
	border : 2px solid #00468c;
}
#cat-home .box-line2 {
	margin: 0;
}
#main-box .box-line2 p, #main-box .box-line p {
	margin-bottom: 0;
	line-height: 1.8;
}
.box-line2 ul.mnav-3c {
	margin-bottom: 0;
}
.box-line2 ol, .box-line ol {
	margin: 0;
}
.box-line2 ol li {
	margin-bottom: 1px;
}
.box-line2 ol li:last-child, .box-line ol li:last-child {
	margin-bottom: 0;
}
.box-g {
	margin: 10px 0 30px;
	padding: 20px;
	border-radius: 6px;
	background-color: #e5ecf3;
}
/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
	margin : 5px 0 20px 0;
	border-collapse : collapse;
	border : 2px solid #003f70;
	width: 100%;
}
table.ta-type1 th {
	padding : 8px;
	color: #003f70;
	background-color: #e0eef8;
	border : 1px solid #003f70;
	font-weight: bold;
	vertical-align: top;
	text-align:center;
}
table.ta-type1 td {
	padding : 8px;
	border : 1px solid #003f70;
	color: #003f70;
	vertical-align: top;
}
/* table ta-line
_____________________________________________________________________ */

table.ta-line {
	margin : 5px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}
table.ta-line th, table.ta-line td, table.ta-line-f th, table.ta-line-f td {
	padding : 8px 10px 8px 10px;
	border-top: solid 1px #00468c;
	border-bottom: solid 1px #00468c;
	vertical-align: top;
}
table.ta-line th, table.ta-line-f th {
	background-color: #f4f4f4;
	font-weight: bold;
	color: #000;
}
/* narrow */

table.narrow th, table.narrow td {
	padding : 0;
	font-size: 13px;
}
table.narrow th {
	padding: 3px 5px;
	text-align: center;
}
table.narrow th a {
	color: #444;
	text-decoration: underline;
}
table.narrow th a:hover {
	background-color: #444;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-decoration: underline;
}
table.narrow td a {
	color: #19448e;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 3px 5px;
	position: relative;
}
table.narrow td a:hover {
	display: block;
	background-color: #19448e;
	color: #fff;
	text-decoration: none;
	z-index: 10;
}
/* mnav
_____________________________________________________________________ */
ul.mnav, ul.mnav-2c, ul.mnav-3c {
	position: relative;
	margin: 0 0 30px;
	padding: 10px 0 0;
	width: 100%;
	zoom: 1;
}
ul.mnav:after, ul.mnav-2c:after, ul.mnav-3c:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ul.mnav li, ul.mnav-2c li, ul.mnav-3c li {
	margin: 0;
	padding: 0 1% 10px 0;
	font-size: 14px;
	list-style-type: none;
	float: left;
	display: inline;
}
ul.mnav-2c li {
	width: 49%;
}
ul.mnav-3c li {
	width: 32%;
}
ul.mnav li a, ul.mnav-2c li a, ul.mnav-3c li a {
	margin: 0 0 2px;
	padding: 8px 10px 8px 25px;
	color: #00468c;
	border: 1px solid #00468c;
	border-radius: 20px;
	display: block;
	line-height: 1.3;
	background: url(../images/ico_mnav01.png) no-repeat scroll 15px center transparent;
}
ul.mnav li a:hover, ul.mnav-2c li a:hover, ul.mnav-3c li a:hover {
	color: #0078c8;
	background-color: #e6e6e6;
}
/*=======================================================================
  listnews
=======================================================================*/
ul.listnews {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	background-color: #fff;
}
ul.listnews li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #0078c8;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
ul.listnews li a {
	margin: 0;
	padding: 10px 0 4px 0;
	line-height: 1.7;
	display: block;
	position: relative;
	color: #333;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
ul.listnews li a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
ul.listnews li a:hover {
	background-color: #f2f2f2;
	color: #583c32;
}
ul.listnews li .postdate {
	padding: 0 15px 0 0;
	color: #007ce9;
}
ul.listnews li img {
	margin: 0 10px 0 0;
	padding: 0 0 2px 0;
	vertical-align: middle;
}

@media print { /* 校正印刷用 */
h1 {
	display: none;
}
header#header {
	display: none;
}
section {
	padding-top: 0;
}
#cat-field #sidebar-2 {
	display: none;
}
#container {
	width: 970px;
	position: relative;
}
#cat-field .container #main article {
	width: 690px;
	height: 251mm;
	page-break-after: always;
	position: relative;
}
#cat-field .container #main article div.page-header:before {
	position: absolute;
	right: 0;
	top: -20px;
	content: "Print CSS";
}
}
/* Search Results */
#filter-search {
	vertical-align: top;
}
.search span.highlight {
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 1px 4px;
}
