@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
  font-size: 15px;
  color: #333333;
  width: 100%;
}
h1, h2, h3, h4, h5, p, img, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}
img, a img {
  vertical-align: bottom;
  border: none;
  background: transparent;
}
ul {
  list-style: none;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
}
p {
  line-height: 2em;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none;
}
.small {
  display: block;
  font-size: 70%;
}
.now {
  font-weight: bold;
}
/* ----------- clearfix ------------- */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.inner {
  width: 960px;
  margin: 0 auto;
}
.outer {
  width: 100%;
  background: url(../images/blue_bg.png) repeat-x;
}
/* ----------- wrapper ------------- */

.wrapper {
  width: 960px;
  margin: 0 auto;
}

/* ----------- header ------------- */

header h1 {
  width: 543px;
  height: 51px;
  background: url(../images/logo.png) no-repeat;
  margin: 20px 0 30px 0;
}
header a#memberpage {
  position: relative;
  width: 154px;
  height: 40px;
  float: right;
  bottom: 70px;
  background: url(../images/member.png) no-repeat;
}
header a#english {
  position: relative;
  width: 156px;
  height: 40px;
  float: right;
  bottom: 70px;
  background: url(../images/english.png) no-repeat;
}

/* ----------- slider ------------- */

#slide {
}

div#slide img {
  width: 960px;
  margin: auto;
}
.bx-wrapper, .bx-viewport{
  height: 400px !important;
  margin: 0;
}
.bx-wrapper .bx-viewport {
  border: none;
}

div#slide div.bx-wrapper div.bx-viewport {
  left: 0;
  right: 0;
  margin: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#slide div.bx-wrapper div.bx-viewport ul.bxslider li {
  width: 970px !important;
  padding: 0 5px;
}
div#slide div.bx-wrapper a.bx-prev {
  background: url(../images/slides/switch_left.png);
}
div#slide div.bx-wrapper a.bx-next {
  background: url(../images/slides/switch_right.png);
}
div#slide div.bx-wrapper div.bx-controls-direction a {
  width: 35px;
  height: 62px;
  top: 45%;
}
div#slide div.bx-wrapper div.bx-pager.bx-default-pager {  
  position: absolute;
  bottom: 20px;
  width: initial;
}
div#slide div.bx-wrapper div.bx-pager.bx-default-pager a {
  width: 51px;
  height: 5px;
  border-radius: 0;
}
div#slide div.bx-wrapper div.bx-pager.bx-default-pager a.bx-pager-link {
  background: white;
  opacity: 0.5
}
div#slide div.bx-wrapper div.bx-pager.bx-default-pager a.bx-pager-link.active {
  opacity: 1;
}
div#slide .bx-controls {
  height: 0;
}

/* ----------- contents ------------- */

div#contents h2.sub {
  background: url(../images/h2_bg.png) no-repeat;
  width: 960px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 4.5em;
}
div#contents div#content {
  width: 675px;
  float: left;
}
div#contents div#content h3 {
  background: url(../images/h3_bg.png) no-repeat;
  height: 73px;
  color: #000;
  font-size: 25px;
  font-weight: normal;
  line-height: 2.9em;
  text-indent: 1em;
  margin-bottom: 20px;
}
div#contents div#content h3.small {
  font-size: 24px;
  line-height: 3em;
}
div#contents div#content h4:first-of-type {
	margin-top: 0;
}
div#contents div#content h4 {
  height: 33px;
  border-left: 4px solid #232b6f;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  text-indent: 0.6em;
  line-height: 1.5em;
  margin-top: 70px;
  margin-bottom: 20px;
}
div#contents div#content p {
  margin-bottom: 20px;
}
div#contents div#content img {
  float: right;
  margin: 10px 0 10px 0;
}
div#contents div#content dl#kyoju {
  margin-bottom: 20px;
}
div#contents div#content dl#kyoju dt {
  float: left;
}
div#contents div#content dl#kyoju dd {
  margin-left: 7em;
}

/* ----------- nav ------------- */

div#contents nav {
  padding: 50px 0;
  background: #efeff3;
}
div#contents nav dl {
  float: left;
  width: 300px;
  height: 450px;
  background: #fff;
  border-radius: 5px;
  margin-right: 30px;
  padding: 15px;
  -moz-box-shadow: 0 5px 1px #dadbe6;
  -webkit-box-shadow: 0 5px 1px #dadbe6;
  box-shadow: 0 5px 1px #dadbe6;
}
div#contents nav dl dt img {
  margin-bottom: 10px;
}
div#contents nav dl:nth-child(3) {
  margin-right: 0;
}
div#contents nav dl dt:nth-child(2) {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div#contents nav dl.blue dt:nth-child(2) {
  color: #23456f;
}
div#contents nav dl.purple dt:nth-child(2) {
  color: #875379;
}
div#contents nav dl.green dt:nth-child(2) {
  color: #476f23;
}
div#contents nav dl dd {
  margin-bottom: 5px;
}
div#contents nav dl.purple dd {
  background: url(../images/purple_arrow.png) no-repeat 0 4px;
}
div#contents nav dl.green dd {
  background: url(../images/green_arrow.png) no-repeat 0 4px;
}
div#contents nav dl dd a {
  padding-left: 20px;
  color: #000;
  font-size: 15px;
}
div#contents nav dl.blue dd {
  float: left;
  background: none;
}
div#contents nav dl.blue dd dl dd {
  float: none;
  background: url(../images/blue_arrow.png) no-repeat 0 4px;
}
div#contents nav dl dd dl {
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
  margin-left: 5px;
}
div#contents div#side {
  width: 240px;
  float: left;
  margin-right: 45px;
  margin-bottom: 50px;
}
div#contents div#side nav {
  background: none;
  padding: 0;
  color: #000;
}
div#contents nav .bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none;
}
div#contents .ken {
  background: url(../images/kengaku.png) no-repeat;
}
div#contents nav dl.green dd.ken2 {
  height: 80px;
  background: none;
}
div#contents nav dl.green dd.ken2 a {
  height: 80px;
}

/* ----------- nav サブページ ------------- */

div#contents div#side nav ul li#l1 a,
div#contents div#side nav ul li#l2,
div#contents div#side nav ul li#l3,
div#contents div#side nav ul li#l4 {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  -moz-box-shadow: 0 5px 1px #f2f2f2;
  -webkit-box-shadow: 0 5px 1px #f2f2f2;
  box-shadow: 0 5px 1px #f2f2f2;
  padding: 10px 0;
  text-indent: 10px;
}
div#contents div#side nav ul li#l1 a {
  text-indent: -999em;
}
div#contents div#side nav ul li ul {
  display: none;
}
div#contents div#side nav ul li ul.active {
  display: block;
}
div#contents div#side nav ul.sub_active {
  display: block !important;
}
div#contents div#side nav ul li ul.active li.active ul {
  display: block;
}
div#contents div#side nav ul li h5 {
  font-weight: normal;
  padding-left: 10px;
}
div#contents div#side nav ul li h5 span.small {
  text-indent: 0;
}
div#contents div#side nav ul h5:hover {
  opacity: .6;
}
div#contents div#side nav ul li{
  cursor: pointer;
}
div#contents div#side nav ul li a:hover {
  opacity: .6;
}
div#contents div#side nav ul li#l1 a {
  background: url(../images/nav_home.png) 10px 12px no-repeat;
}
div#contents div#side nav ul li#l2 h5 {
  color: #23456f;
}
div#contents div#side nav ul li#l2 ul li {
  background: url(../images/blue_arrow.png) 10px 9px no-repeat;
  padding-top: 5px;
}
div#contents div#side nav ul li#l2 ul.active.second li.active,
div#contents div#side nav ul li#l2 ul.active.second li.active2{
  background: url(../images/blue_arrow.png) 10px 9px no-repeat, #e9e9f0;
  padding-top: 5px;
}
div#contents div#side nav ul li#l2 ul li ul li {
  font-size: 13px;
  background: none;
}
div#contents div#side nav ul li#l2 ul li ul li span.arrow {
  display: inline-block;
  color: #23456f;
  vertical-align: 0.05em;
  margin-right: 3px;
}
div#contents div#side nav ul li#l3 h5 {
  color: #875379;
}
div#contents div#side nav ul li#l3 ul li {
  background: url(../images/purple_arrow.png) 10px 9px no-repeat;
  padding-top: 5px;
}
div#contents div#side nav ul li#l3 ul.active.second li.active {
  background: url(../images/purple_arrow.png) 10px 9px no-repeat, #e9e9f0;
  padding-top: 5px;
}
div#contents div#side nav ul li#l3 ul li ul li {
  font-size: 13px;
  background: none;
}
div#contents div#side nav ul li#l3 ul li ul li span.arrow {
  display: inline-block;
  color: #875379;
  vertical-align: 0.05em;
  margin-right: 3px;
}
div#contents div#side nav ul li#l4 h5 {
  color: #476f23;
}
div#contents div#side nav ul li#l4 ul li {
  background: url(../images/green_arrow.png) 10px 9px no-repeat;
  padding-top: 5px;
}
div#contents div#side nav ul li#l4 ul.active.second li.active {
  background: url(../images/green_arrow.png) 10px 9px no-repeat, #e9e9f0;
  padding-top: 5px;
}
div#contents div#side nav ul li#l4 ul li ul li {
  font-size: 13px;
  background: none;
}
div#contents div#side nav ul li#l4 ul li ul li span.arrow {
  display: inline-block;
  color: #476f23;
  vertical-align: 0.05em;
  margin-right: 3px;
}
div#contents div#side nav ul li ul li {
  padding-left: 20px;
}
div#contents div#side nav ul li ul li ul li {
  padding-left: 0;
}
div#contents div#side nav ul .padl {
  padding-left: 20px;
}
/*----------topics,患者様向け情報------------ */

div#contents div#topics {
  width: 300px;
  margin: 0 0 0 0;
  float: right;
}
div#contents div#topics h3 {
  background: url(../images/top_h3.png) no-repeat;
  height: 30px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px 0 0 8px;
  margin-bottom: 10px;
}
div#contents div#topics li {
  margin-bottom: 10px;
}
div#contents div#topics a {
  text-decoration: underline;
  color: #6a71a0;
}
div#contents div#patients {
  width: 300px;
  margin: 30px 0 0 0;
  float: right;
}
div#contents div#patients h3 {
  background: url(../images/top_h3.png) no-repeat;
  height: 30px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px 0 0 8px;
  margin-bottom: 10px;
}
div#contents div#patients li {
  margin-bottom: 10px;
}
div#contents div#patients a {
  text-decoration: underline;
  color: #6a71a0;
}

/* ----------- news サブページ ------------- */
div#contents div#side div#news {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 5px 1px #f2f2f2;
  padding: 10px;
}
div#contents div#side div#news h5 {
  font-size: 20px;
  color: #232b6f;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
div#contents div#side div#news dl {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.6em;
}
div#contents div#side div#news dl dt {
  margin: 10px 0;
  margin-bottom: 0;
}
div#contents div#side div#news dl dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
div#contents div#side div#news dl dd a {
  text-decoration: underline;
  color: #232b6f;;
}
div#contents div#side div#news a#archive {
  background: url(../images/blue_arrow.png) 0 2px no-repeat;
  padding-left: 20px;
}

/* ----------- section ------------- */
div#contents article div.breadcrumb {
  margin-bottom: 15px;
}
div#contents article a {
  text-decoration: underline;
  color: #232b6f;
}
div#contents article span.underline {
  text-decoration: underline;
}
div#contents article ol {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
div#contents article ul {
  margin-bottom: 20px;
}
div#contents section#top {
  padding: 50px 0;
}
div#contents section#top article {
  float: left;
  width: 630px;
  height: 395px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 1px #f2f2f2;
  -webkit-box-shadow: 0 5px 1px #f2f2f2;
  box-shadow: 0 5px 1px #f2f2f2;
  padding: 15px 30px;
}
div#contents section#top article:nth-child(2) {
  margin-right: 0;
}
div#contents section#top article h2 {
  font-size: 23px;
  color: #232b6f;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
div#contents section#top article h2 a {
  float: right;
  font-size: 15px;
  color: #000;
  padding-left: 18px;
  background: url(../images/blue_arrow.png) no-repeat 0 5px;
}
div#contents section#top article dl {
  font-size: 13px;
  overflow-y: scroll;
}
div#contents section#top article dl dt {
  margin: 14px 0 10px;
  float: left;
  color: #999999;
}
div#contents section#top article dl dd {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-left: 100px;
  line-height: 2em;
}
div#contents section#top article dl dd a {
  text-decoration: underline;
  color: #6a71a0;
}
div#contents article {
  margin: 0 0 30px 0;
}
.float-right {
  float: right;
}
ul.spaced-list li {
  margin-bottom: 1em;
}
table.staffs {
  width: 100%;
  border-collapse: collapse;
}
table.staffs tr {
  border-bottom: solid 1px #000;
}
table.staffs tr td {
  margin: 0 5px 0 5px;
}
table.staffs tr.space td {
  padding: 1em 0 0 0;
}
div#contents section#top div#face a {
  display: block;
  width: 210px;
  height: 56px;
}
div#contents section#top div#face {
  background: url(../images/facebook.png) no-repeat;
  width: 210px;
  height: 56px;
  margin: 30px 50px 0 30px;
  float: right;
}


/* ----------- footer ------------- */

footer div#banner {
  margin-top: 50px;
  padding-bottom: 50px;
}
footer div#banner ul li {
  float: left;
  width: 300px;
  height: 110px;
  margin-right: 30px;
}
footer div#banner ul li:last-child {
  margin-right: 0;
}
footer div#banner ul li#b1 {
  background: url(../images/bnr1.png) no-repeat;
}
footer div#banner ul li#b2 {
  background: url(../images/bnr2.png) no-repeat;
}
footer div#banner ul li#b3 {
  background: url(../images/bnr3.png) no-repeat;
}
footer div#banner ul li a {
  width: 300px;
  height: 110px;
}
footer div#info {
  padding: 40px 0;
  background: #efeff3;
  border-top:4px solid #21286a;
}
footer div#info p:first-child {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
footer div#footernav {
  padding: 25px 0 10px 0;
  font-size: 13px;
  /* background: #232b6f; */
  color: #fff;
}
footer div#footernav ul {
  float: left;
  padding-left: 2em;
  padding-right: 2em;
  border-right: 1px dashed #FFFFFF;
  height: 200px;
}
footer div#footernav div.wrapper ul:first-child {
  padding-left: 0;
}
footer div#footernav ul:last-child {
  padding-right: 0;
  border-right: none;
}
footer div#footernav ul li {
  margin-bottom: 7px;
}
footer div#footernav ul li p {
  line-height: 1.3em;
}
footer div#footernav ul li a {
  color: #fff;
  padding-left: 20px;
  background: url(../images/white_arrow.png) no-repeat;
}
footer div#link_sns {
  text-align: center;
  height: 32px;
}
footer div#link_sns a {
  margin: 0 5px;
}
footer div#copyright {
  padding: 18px 0;
  /* background: #181e4d; */
  color: #fff;
  text-align: center;
  font-size: 13px;
}
footer div#footer_content {
  background: url(../images/footer_bg2.png) repeat-x;
  width: 100%;
  height: 330px;
}
footer div#footer_content > div.wrapper {
  background: url('../images/footer_main.png') no-repeat;
  width: 1100px;
  height: 330px;
  margin: 0 auto;
  vertical-align: right;
}
footer div ul li#page_top {
  background: url(../images/page_top.png) no-repeat;
  width: 130px;
  height: 34px;
  margin-left: auto;
}
footer div ul li#page_top a{
  display: block;
  width: 130px;
  height: 35px;
}
footer div#info ul li{
  float: left;
}
footer div#info ul li#bo{
  width: 500px;
  height: auto;
} 
footer div#info ul li#bo2 {
  background: url(../images/facebook.png) no-repeat;
  width: 210px;
  height: 56px;
  margin-left: 170px;
}
footer div#info ul li a{
  width: 210px;
  height: 56px;
}