@charset "UTF-8";
/* 国立循環器病研究センター 病院 */
table.headline {
  width: 100%;
  border-top: 1px dotted #999;
}

table.headline th {
  width: 9em;
  padding: 7px 0 7px 5px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-bottom: 1px dotted #999;
}

table.headline td {
  padding: 7px 0;
  vertical-align: top;
  border-bottom: 1px dotted #999;
}

.content h1 {
  margin: 0 0 25px;
  padding: 30px 0;
  line-height: 1.2;
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 1px;
  border-top: 5px solid #005cac;
  border-bottom: 1px dotted #005cac;
}

.content h2 {
  margin: 25px 0 15px;
  color: #005cac;
  line-height: 1.3;
  font-size: 1.4em;
}

.content h3 {
  padding: 3px 0 3px 10px;
  line-height: 1.3;
  border-left: 5px solid #005cac;
}

.content h4 {
  margin: 15px 0 6px;
  font-size: 1.0em;
}

.content h4 + p {
  margin-top: 6px;
}

.content h4.link {
  padding-left: 15px;
  background: url(../images/common/icon_arrow-01.png) 3px 4px no-repeat;
}

.content h5 {
  font-size: 1em;
}

ul.subIndex {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}

ul.subIndex li {
  margin: 0 0 20px;
  padding: 10px;
  overflow: hidden;
  background-color: #F8F8F8;
  border: 1px solid #ccc;
}

ul.subIndex li .image {
  float: left;
  margin: 0 15px 0 0;
}

ul.subIndex li .text {
  overflow: hidden;
}

ul.subIndex li h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.1em;
  background: none;
}

ul.subIndex li h2 a {
  color: #005cac;
}

ul.subIndex li h2 img.icon {
  margin-right: 7px;
  vertical-align: middle;
}

ul.subIndexSmall {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

ul.subIndexSmall li {
  float: left;
  clear: left;
  width: 300px;
  margin: 0 0 10px;
  padding: 6px;
  background-color: #f3f3f3;
}

ul.subIndexSmall li:nth-child(even) {
  float: right;
  clear: right;
}

ul.subIndexSmall .inner {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

ul.subIndexSmall .title {
  padding: 3px 0 3px 10px;
  line-height: 1.2;
  font-size: 1.1em;
  font-weight: bold;
  border-left: 5px solid #005cac;
}

ul.subIndexSmall .title a {
  color: #333;
}

ul.subIndexSmall h2, ul.subIndexSmall h3 {
  margin: 3px 10px 0;
  font-size: 1em;
}

ul.subIndexSmall p {
  margin: 8px 10px 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.5;
}

table.dataTable01 {
  border: 1px solid #ccc;
}

table.dataTable01 th {
  padding: 4px;
  font-weight: normal;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}

table.dataTable01 thead th {
  color: #fff;
  background-color: #005cac;
}

table.dataTable01 td {
  padding: 4px;
  border: 1px solid #ccc;
}

table.profile {
  border: 1px solid #ccc;
}

table.profile th {
  width: 18%;
  padding: 4px;
  font-weight: normal;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}

table.profile td {
  padding: 4px;
  border: 1px solid #ccc;
}

.backLink {
  margin: 35px 0 0;
  text-align: center;
  line-height: 1.2;
}

.backLink a {
  display: inline-block;
  padding: 2px 0 2px 13px;
  font-size: 1.1em;
  background: url(../images/common/icon_arrow-03.png) left center no-repeat;
}

hr.separator {
  margin: 35px 0;
  height: 0;
  background: none;
  border: none;
  border-top: 1px dotted #005cac;
}

ul.linkList01, ol.linkList01 {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.linkList01 li, ol.linkList01 li {
  padding-left: 15px;
  background: url(../images/common/icon_arrow-01.png) 3px 4px no-repeat;
}

ul.linkList02, ol.linkList02 {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.linkList02 li, ol.linkList02 li {
  margin: 0 0 7px;
  font-size: 1.1em;
  border: 1px solid #005cac;
}

ul.linkList02 li a, ol.linkList02 li a {
  padding: 3px 3px 3px 19px;
  background: url(../images/common/icon_arrow-01.png) 7px 8px no-repeat #eef4fa;
  display: block;
}

.consultHours em {
  color: #005cac;
  font-size: 1.6em;
  font-style: normal;
}

ol.consultFlow {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.consultFlow > li {
  padding: 15px 15px 15px 80px;
  overflow: hidden;
  background-color: #eef4fa;
  background-position: 10px 15px;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ol.consultFlow > li:nth-child(1) {
  background-image: url(../images/pub/txt_flow-01.png);
}

ol.consultFlow > li:nth-child(2) {
  background-image: url(../images/pub/txt_flow-02.png);
}

ol.consultFlow > li:nth-child(3) {
  background-image: url(../images/pub/txt_flow-03.png);
}

ol.consultFlow > li:nth-child(4) {
  background-image: url(../images/pub/txt_flow-04.png);
}

ol.consultFlow > li:nth-child(5) {
  background-image: url(../images/pub/txt_flow-05.png);
}

ol.consultFlow > li > h4 {
  margin: 0;
  color: #005cac;
}

ol.consultFlow > li p {
  margin: 5px 0;
}

ol.consultFlow .case1 {
  float: left;
  width: 45%;
}

ol.consultFlow .case2 {
  float: right;
  width: 45%;
}

.flowDetail {
  width: 70%;
  margin: 15px 0 0;
  padding: 10px;
  border: 1px solid #88aecf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.flowDetail .title1 {
  margin: 0 0 10px;
  font-size: 1em;
  text-align: center;
}

.flowDetail > ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.flowDetail > ol > li {
  margin: 0 0 10px;
  padding: 0 0 30px;
  overflow: hidden;
  background: url(../images/pub/icon_flow-arrow.png) center bottom no-repeat;
}

.flowDetail > ol > li:last-child {
  padding-bottom: 0;
  background-image: none;
}

.flowDetail > ol > li .title2 {
  margin: 0 0 10px;
  padding: 2px 0;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  color: #005cac;
  line-height: 1.1;
  background-color: #cfe0f1;
  border: 1px solid #88aecf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.flowDetail > ol > li .image {
  float: left;
  margin: 0 15px 0 0;
}

.flowDetail > ol > li p {
  margin: 0 0 10px;
  overflow: hidden;
}

body.gnav02 .localNavigation li.link {
  background: none;
}

body.gnav02 .localNavigation ul.section {
  display: block;
  padding-right: 10px;
  font-size: 0.95em;
}

body.gnav02 .localNavigation ul.section ul {
  display: none;
  padding: 0;
}

body.gnav02 .localNavigation ul.section ul li {
  padding-left: 0;
  background: none;
}

body.gnav02 .localNavigation ul.section li.open > ul {
  display: block;
}

body.gnav02 .localNavigation ul.section, body.gnav02 .localNavigation ul.section ul {
  margin: 0 0 5px 22px;
  list-style-type: none;
}

body.gnav02 .localNavigation ul.section li, body.gnav02 .localNavigation ul.section ul li {
  margin: 0 0 3px;
}

body.gnav02 .localNavigation ul.section li > a, body.gnav02 .localNavigation ul.section ul li > a {
  margin: 0 0 3px;
  padding-left: 17px;
  background-position: 2px 3px;
  background-repeat: no-repeat;
}

body.gnav02 .localNavigation ul.section li > span, body.gnav02 .localNavigation ul.section ul li > span {
  display: block;
  margin: 0 0 3px;
  padding-left: 17px;
  cursor: pointer;
  background-position: 2px 3px;
  background-repeat: no-repeat;
}

body.gnav02 .localNavigation ul.section li > span:hover, body.gnav02 .localNavigation ul.section ul li > span:hover {
  text-decoration: underline;
}

body.gnav02 .localNavigation ul.section li.current > a, body.gnav02 .localNavigation ul.section li.current > span, body.gnav02 .localNavigation ul.section ul li.current > a, body.gnav02 .localNavigation ul.section ul li.current > span {
  font-weight: bold;
  color: #C2031F;
}

body.gnav02 .localNavigation ul.section li.link > a, body.gnav02 .localNavigation ul.section ul li.link > a {
  background-image: url(../images/common/icon_submenu-link.png);
}

body.gnav02 .localNavigation ul.section li.open > span, body.gnav02 .localNavigation ul.section ul li.open > span {
  background-image: url(../images/common/icon_submenu-open.png);
}

body.gnav02 .localNavigation ul.section li.close > span, body.gnav02 .localNavigation ul.section ul li.close > span {
  background-image: url(../images/common/icon_submenu-close.png);
}

body.gnav03 .localNavigation > ul > li > a {
  padding-left: 35px;
  background-position: 5px 5px;
}

body.gnav03 .localNavigation > ul > li.icon01 > a {
  background-image: url(../images/pub/icon_patient-01.png);
}

body.gnav03 .localNavigation > ul > li.icon02 > a {
  background-image: url(../images/pub/icon_patient-02.png);
}

body.gnav03 .localNavigation > ul > li.icon03 > a {
  background-image: url(../images/pub/icon_patient-11.png);
}

body.gnav03 .localNavigation > ul > li.icon04 > a {
  background-image: url(../images/pub/icon_patient-07.png);
}

body.gnav03 .localNavigation > ul > li.icon05 > a {
  background-image: url(../images/pub/icon_patient-05.png);
}

body.gnav03 .localNavigation > ul > li.icon06 > a {
  background-image: url(../images/pub/icon_patient-06.png);
}

body.gnav03 .localNavigation > ul > li.icon07 > a {
  background-image: url(../images/pub/icon_patient-04.png);
}

body.gnav03 .localNavigation > ul > li.icon08 > a {
  background-image: url(../images/pub/icon_patient-10.png);
}

body.gnav03 .localNavigation > ul > li.icon09 > a {
  background-image: url(../images/pub/icon_patient-09.png);
}

body.gnav03 .localNavigation > ul > li.icon10 > a {
  background-image: url(../images/pub/icon_patient-09.png);
}

body.gnav03 .localNavigation > ul > li.icon011 > a {
  background-image: url(../images/pub/icon_patient-09.png);
}

.pdf {
  padding-left: 20px;
  background: url(../images/common/icon_pdf.png) left 2px no-repeat;
}

.link {
  padding-left: 15px;
  background: url(../images/common/icon_arrow-01.png) 3px 4px no-repeat;
}

table.chikenFlow {
  margin: 25px 0;
  font-size: 0.95em;
}

table.chikenFlow th {
  width: 150px;
  padding: 5px 5px 10px 5px;
  vertical-align: top;
}

table.chikenFlow td {
  padding: 5px 5px 20px 5px;
  vertical-align: top;
}

table.chikenFlow td.nextArrow {
  width: 70px;
  text-align: center;
}

ul.internalMenu {
  margin: 0 0 25px;
  padding: 8px 5px 0;
  list-style-type: none;
  overflow: hidden;
  line-height: 1.2;
  background-color: #eef4fa;
  border: 1px solid #ccc;
}

ul.internalMenu li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

ul.internalMenu li a {
  display: inline-block;
  padding: 0 0 0 13px;
  white-space: nowrap;
  background: url(../images/common/icon_arrow-04.png) left 4px no-repeat;
}

table.iconIndex {
  margin: 25px 0 35px;
  padding: 0;
  border-top: 1px solid #005cac;
}

table.iconIndex th {
  width: 45%;
  padding: 10px 0 10px 5px;
  font-weight: normal;
  border-bottom: 1px solid #005cac;
}

table.iconIndex th a {
  display: block;
  padding: 8px;
  font-size: 1.2em;
  text-decoration: none;
  color: #005cac;
  background: url(../images/pub/parts_patient-btn-bg-off.png) left bottom repeat-x;
  border: 1px solid #ccc;
  border-radius: 3px;
}

table.iconIndex th a:hover {
  background: url(../images/pub/parts_patient-btn-bg-on.png) right bottom repeat-x;
}

table.iconIndex th img.icon {
  margin: 0 7px 0 0;
  vertical-align: middle;
}

table.iconIndex td {
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #005cac;
}

table.consultMenu {
  width: 100%;
  margin: 0 0 20px;
  background-color: #f2f2f2;
  border-collapse: collapse;
}

table.consultMenu td {
  width: 33.3%;
  padding: 3px;
  line-height: 1.1;
}

table.consultMenu td a {
  display: block;
  padding: 3px;
  font-size: 0.85em;
  text-decoration: none;
  color: #005cac;
  background: url(../images/pub/parts_patient-btn-bg-off.png) left bottom repeat-x;
  border: 1px solid #ccc;
  border-radius: 3px;
}

table.consultMenu td a.current, table.consultMenu td a:hover {
  background: url(../images/pub/parts_patient-btn-bg-on.png) right bottom repeat-x;
}

table.consultMenu td img.icon {
  margin: 0 4px 0 0;
  vertical-align: middle;
}

p.update {
  text-align: right;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  font-size: 80%;
  padding-top: 5px;
}

ul.prefectureList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

ul.prefectureList li {
  float: left;
  width: 7em;
  margin: 0 0 1.5em;
  line-height: 1.2;
}

ul.prefectureList li a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/common/icon_arrow-01.png) 3px 2px no-repeat;
}

dl.FAQ {
  margin: 0;
  padding: 0;
}

dl.FAQ dt {
  float: none;
  width: auto;
  margin: 0;
  padding: 2px 5px;
  font-size: 1.1em;
  color: #fff;
  background-color: #005cac;
  border: none;
}

dl.FAQ dt .firstChar {
  margin-right: 0.3em;
  font-style: italic;
  font-size: 1.2em;
}

dl.FAQ dd {
  float: none;
  width: auto;
  margin: 0 0 30px;
  padding: 0 5px;
  background: none;
  border: none;
}

dl.FAQ dd .firstChar {
  margin-right: 0.3em;
  font-style: italic;
  font-size: 1.4em;
  color: #C2031F;
}

td.afternoon {
  background-color: #EEF4FA;
}

.sitemapWrapper {
  line-height: 1.3;
}

.sitemapWrapper > ul {
  margin: 0;
  list-style-type: none;
}

.sitemapWrapper > ul > li {
  margin: 15px 0;
  padding: 10px;
  border: 3px solid #ccdffa;
}

.sitemapWrapper > ul > li > a {
  display: inline-block;
  padding-left: 15px;
  font-size: 1.1em;
  background: url(../images/common/icon_arrow-01.png) left 2px no-repeat;
}

.sitemapWrapper > ul > li > ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.sitemapWrapper > ul > li > ul > li {
  margin: 10px 0;
}

.sitemapWrapper > ul > li > ul > li a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/common/icon_arrow-02.png) left 2px no-repeat;
}

.sitemapWrapper > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.sitemapWrapper > ul > li > ul > li ul {
  margin: 0 0 10px 40px;
  padding: 0;
  list-style-type: disc;
}

.sitemapWrapper > ul > li > ul > li ul li {
  margin: 5px 0 0;
  padding: 0;
}

.sitemapWrapper > ul > li > ul > li ul li a {
  padding: 0;
  background: none;
}

.sitemapWrapper > ul > li > ul > li ul ul {
  list-style-type: circle;
}

ul.staffNav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

ul.staffNav li {
  float: left;
  width: 200px;
  margin: 0 10px 10px 0;
  padding: 0;
  text-align: center;
  line-height: 1.3;
  background: #fcfcfc;
  border: 3px solid #ccdffa;
}

ul.staffNav li:nth-child(3n) {
  margin: 0 0 10px 0;
}

ul.staffNav li strong {
  display: block;
  margin: 0;
  font-size: 0.9em;
  padding: 10px 5px 0;
  font-weight: normal;
}

ul.staffNav li a {
  display: block;
  margin: 0;
  padding: 3px 5px 10px;
}

div.staffNav ul {
  margin: 0 -10px 0 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

div.staffNav ul li {
  float: left;
  width: 200px;
  margin: 0 6px 10px 0;
  padding: 0;
  text-align: center;
  line-height: 1.3;
  background: #fcfcfc;
  border: 3px solid #ccdffa;
}

div.staffNav ul li.double {
  width: 412px;
}

div.staffNav ul li.triple {
  width: 624px;
  margin-right: 0;
}

div.staffNav ul li.offset1 {
  margin-left: 212px;
}

div.staffNav ul li.offset2 {
  margin-left: 424px;
}

div.staffNav ul li .position {
  display: block;
  margin: 0;
  font-size: 0.9em;
  padding: 10px 5px 0;
  font-weight: normal;
}

div.staffNav ul li a {
  display: block;
  margin: 0;
  padding: 3px 5px 10px;
}

div.staffDetail table {
  width: 450px;
}

div.staffDetail th {
  width: 30%;
  padding: 4px;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  background: #005cac;
  border: 1px solid #ccc;
}

div.staffDetail table.wide {
  width: 100%;
}

div.staffDetail table.wide th {
  width: 20%;
}

div.staffDetail td {
  padding: 4px;
  text-align: left;
  border: 1px solid #ccc;
}

div.staffDetail img.picture {
  float: right;
}

#mapArea {
  width: 622px;
  margin: 0 auto;
  padding: 0;
  border: 5px solid #ccdffa;
}

#mapArea img {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #005cac;
}

ul.listArea {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.listArea li {
  float: left;
  width: 90px;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  line-height: 1.2;
  background: url(../images/common/icon_arrow-01.png) 2px 2px no-repeat;
}

ul.listArea li a {
  display: block;
  padding: 0 15px 0 0;
}

ul.hospitalLink {
  margin: 20px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

ul.hospitalLink li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border-bottom: 1px solid #ccc;
}

ul.hospitalLink li:nth-child(odd) {
  float: left;
  clear: left;
}

ul.hospitalLink li:nth-child(even) {
  float: right;
  clear: right;
}

ul.hospitalLink li:nth-child(1), ul.hospitalLink li:nth-child(2) {
  border-top: 1px solid #ccc;
}

ul.hospitalLink li .num {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 30px;
  height: 43px;
  color: #ffffff;
  padding: 2px 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background: url(../images/pub/red.png) center top no-repeat;
}

ul.hospitalLink li a {
  width: 245px;
  display: block;
  padding: 10px 0 10px 45px;
  text-decoration: none;
}

ul.hospitalLink li a:hover {
  text-decoration: underline;
  background-color: #edf3fd;
}

ul.hospitalLink li span.place {
  font-size: 85%;
  display: block;
}

.content dl.mapMethod {
  margin: 20px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  font-size: 90%;
}

.content dl.mapMethod dt {
  float: left;
  margin: 0;
  font-weight: bold;
  width: 6em;
  border-left: none;
  clear: none;
}

.content dl.mapMethod dd {
  margin: 0 0 0 6em;
  border-left: 1px solid #dddddd;
}

table tr td .sei {
  margin-right: 0.5em;
}

body.bgBlack .content h2 {
  color: #0ff;
}

body.bgBlack .content h3 {
  border-left-color: #0ff;
}

body.bgBlack .consultHours em {
  color: #0ff;
}

body.bgBlack .consultFlow {
  color: #333;
}

body.bgBlack table.dataTable01 th {
  background-color: #333;
}

body.bgBlack ul.subIndex li {
  background-color: #333;
}

body.bgBlack ul.subIndex li a {
  color: #0ff;
}

body.bgBlack ul.internalMenu {
  background-color: #333;
}

body.bgBlack td.afternoon {
  background-color: #555;
}

body.bgBlack ul.linkList02 li, body.bgBlack ol.linkList02 li {
  border: 1px solid #0ff;
}

body.bgBlack ul.linkList02 li a, body.bgBlack ol.linkList02 li a {
  background-color: #333;
}

body.bgBlack .localNavigation ul.section li > a, body.bgBlack body.gnav02 .localNavigation ul.section ul li > a {
  color: #005cac;
}

body.bgBlack ul.hospitalLink li a:hover {
  background-color: #092a58;
}

body.bgBlack ul.staffNav li {
  background-color: #222;
  border: 3px solid #999;
}

body.bgBlack div.staffDetail table td {
  background-color: #000;
}

.kekkanbyori .eventMenu {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.kekkanbyori .eventMenu li {
  float: left;
  margin: 0 5px 5px 0;
}

.kekkanbyori .eventMenu li a {
  display: block;
  padding: 8px 10px 8px 20px;
  line-height: 1.2;
  text-decoration: none;
  background: url(/hospital/images/common/icon_arrow-01.png) 8px center no-repeat;
  border: 1px solid #005cac;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.kekkanbyori .eventMenu li a:hover {
  text-decoration: underline;
}

.kekkanbyori .eventMenu li.current a {
  background-color: #edf3fd;
}

.kekkanbyori .eventHead {
  overflow: hidden;
  background: url(/hospital/section/treatment/pathology/img_kekkanbyori.png) right top repeat;
}

.kekkanbyori .eventHead .inner {
  float: left;
  padding: 0 10px 0 0;
  background-color: #fff;
}

.kekkanbyori .eventHead table.dataTable01 th {
  background-color: #edf3fd;
}

.kekkanbyori .pdfDownload, .kekkanbyori .wordDownload {
  display: inline-block;
  padding: 8px 10px 8px 25px;
  line-height: 1.1;
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
  background-color: #fdf6f6;
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 2px outset #D22229;
  box-shadow: 1px 1px 2px #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.kekkanbyori .pdfDownload:hover, .kekkanbyori .wordDownload:hover {
  text-decoration: underline;
  background-color: #fbe8e9;
}

.kekkanbyori .pdfDownload {
  background-image: url(../images/common/icon_pdf.png);
}

.kekkanbyori .wordDownload {
  background-image: url(../images/common/icon_word.png);
}

.kekkanbyoriBnr {
  overflow: hidden;
  margin-top: -3.5em;
}

.kekkanbyoriBnr a {
  display: block;
  float: right;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  background: #D22229;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkMjUyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTFjMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dd252b 0%, #a51c20 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd252b), color-stop(100%, #a51c20));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dd252b 0%, #a51c20 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dd252b 0%, #a51c20 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dd252b 0%, #a51c20 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dd252b 0%, #a51c20 100%);
  /* W3C */
  border: 1px outset #D22229;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.kekkanbyoriBnr a span {
  display: block;
  font-size: 0.9em;
}

.kekkanbyoriBnr a:hover {
  text-decoration: underline;
}

.sectionTabMenu {
  margin: 0 0 35px;
  padding: 0;
}

.sectionTabMenu ul.menuA {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  border-bottom: 5px solid #005cac;
}

.sectionTabMenu ul.menuA li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  vertical-align: middle;
}

.sectionTabMenu ul.menuA li:last-child {
  margin-right: 0;
}

.sectionTabMenu ul.menuA li a {
  display: table-cell;
  width: 7em;
  height: 4.5em;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  text-decoration: none;
  color: #005cac;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.sectionTabMenu ul.menuA li a.active {
  color: #fff;
  background-color: #005cac;
}

.sectionTabMenu ul.menuA li a:hover {
  text-decoration: underline;
}

.sectionTabMenu ul.menuB {
  display: none;
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 0;
  list-style-type: none;
  background-color: #F8F8F8;
  border: 1px solid #ccc;
}

.sectionTabMenu ul.menuB:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.sectionTabMenu ul.menuB li {
  float: left;
  margin: 0 0 0 15px;
}

.sectionTabMenu ul.menuB li.title {
  clear: left;
  font-weight: bold;
}

.sectionTabMenu ul.menuB li a {
  display: block;
  padding: 0 0 0 13px;
  background: url(../images/common/icon_arrow-04.png) left center no-repeat;
}

.sectionTabMenu ul.menuB li.doctorList {
  position: absolute;
  right: 0;
  bottom: -2.2em;
}

.sectionTabMenu ul.menuB li.doctorList a {
  padding: 4px 5px 4px 17px;
  color: #333;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ccc;
  background: url(../images/common/icon_arrow-05.png) 5px 6px no-repeat #005cac;
}

.sectionTabMenu ul.menuB li.doctorList a:hover {
  text-decoration: underline;
}

.sectionBlock {
  display: none;
}

body.regular .content h3.staffPosition {
  padding: 8px;
  color: #fff;
  font-size: 120%;
  background-color: #005cac;
  border: none;
}

body.regular .content .staffProfile {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 10px;
  border: 1px solid #ccc;
}

body.regular .content .staffProfile table {
  float: left;
  width: 440px;
}

body.regular .content .staffProfile table tbody th {
  width: 120px;
  padding: 10px 2px 5px 5px;
  background: url(../images/section/parts_table-dotline.png) left top repeat-x #f9f9f9;
}

body.regular .content .staffProfile table tbody td {
  padding: 10px 2px 5px 5px;
  background: url(../images/section/parts_table-dotline.png) left top repeat-x #fff;
}

body.regular .content .staffProfile table tbody td.more {
  padding-bottom: 0;
  text-align: right;
}

body.regular .content .staffProfile table tr.omitData {
  display: none;
}

body.regular .content .staffProfile .portrait {
  float: right;
}

body.regular .content .achievementBtn {
  margin: -30px 0 -20px;
  overflow: hidden;
}

body.regular .content .achievementBtn a {
  float: right;
  padding: 4px 5px 4px 17px;
  color: #333;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ccc;
  background: url(../images/common/icon_arrow-05.png) 5px 6px no-repeat #005cac;
}

body.regular .content .achievementBtn a:hover {
  text-decoration: underline;
}

body.regular .content ul.divisionIndex {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

body.regular .content ul.divisionIndex li {
  float: left;
  width: 46.5%;
  margin: 0 0 15px;
  border: 7px solid #EFF4FA;
}

body.regular .content ul.divisionIndex li:nth-child(even) {
  float: right;
}

body.regular .content ul.divisionIndex li .frame {
  border: 1px solid #ccc;
  padding: 10px 5px 10px 10px;
  overflow: hidden;
}

body.regular .content ul.divisionIndex li .title {
  display: block;
  margin: 0 0 5px;
  padding: 2px 0 2px 5px;
  line-height: 1.1;
  font-size: 110%;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-left: 5px solid #005cac;
}

body.regular .content ul.divisionIndex li .title:hover {
  text-decoration: underline;
}

body.regular .content ul.divisionIndex li .explain {
  margin: 0 0 7px;
  font-size: 90%;
}

body.regular .content ul.divisionIndex li .indication {
  float: left;
  width: 2em;
  margin: 0 10px 0 0;
  padding: 5px;
  line-height: 1.2;
  color: #fff;
  font-size: 90%;
  background-color: #005cac;
}

body.regular .content ul.divisionIndex li .disease {
  overflow: hidden;
  margin: 0;
  font-size: 90%;
}

table.buttonMenu {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}

table.buttonMenu td {
  padding: 3px;
  line-height: 1.1;
}

table.buttonMenu td a {
  display: block;
  padding: 8px 24px 8px 6px;
  text-decoration: none;
  color: #000000;
  background: url(/images/common/parts_buttonmenu-bg-off.png) left bottom repeat-x;
  border: 1px solid #ccc;
  border-radius: 3px;
}

table.buttonMenu td a.current, table.buttonMenu td a:hover {
  background: url(/images/common/parts_buttonmenu-bg-on.png) right bottom repeat-x;
}

table.buttonMenu td img.icon {
  margin: 0 4px 0 0;
  vertical-align: middle;
}

ul.guideLinkBtn {
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
  line-height: 1;
}

ul.guideLinkBtn li {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 1.1em;
}

ul.guideLinkBtn li a {
  display: inline-block;
  padding: 13px 10px 13px 42px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-position: 8px center;
  background-repeat: no-repeat;
}

ul.guideLinkBtn li a:hover {
  text-decoration: underline;
}

ul.guideLinkBtn li.jushin a {
  background-image: url(../images/content/icon_jushin.png);
  background-color: #39c;
}

ul.guideLinkBtn li.shokai a {
  background-image: url(../images/content/icon_shokai.png);
  background-color: #393;
}

ul.guideLinkBtn li.shoshin a {
  background-image: url(../images/content/icon_shoshin.png);
  background-color: #c69;
}

.QandA {
  margin: 0 3px 15px 0;
  border: 1px solid #005cac;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #ccc;
}

.QandA .blockQ {
  padding: 10px;
}

.QandA .blockQ strong {
  padding-right: 12px;
  background: url("../images/common/icon_arrow-04.png") right center no-repeat;
  text-decoration: underline;
}

.QandA .blockQ:hover {
  cursor: pointer;
}

.QandA .blockQ:hover strong {
  text-decoration: none;
}

.QandA .blockQ p {
  margin: 0;
}

.QandA .blockA {
  margin: 0;
  padding: 0 10px 10px;
  display: none;
}

.QandA .blockA p {
  margin: 10px 0 0;
}

.QandA .question {
  color: #005cac;
  font-size: 1.25em;
}

.QandA .question:after {
  content: ' ';
}

.QandA .answer {
  color: #d1111c;
  font-size: 1.25em;
}

.QandA .answer:after {
  content: ' ';
}

hr.blueLine {
  height: 2px;
  margin: 1.8em 0;
  background-color: #005cac;
  border: none;
}

.guidance-box {
  width: 80%;
  margin: 10px auto 30px;
}

.guidance-box .ncvctop,
.guidance-box .hospital {
  margin-bottom: 10px;
}

.guidance-box .ncvctop a,
.guidance-box .hospital a,
.guidance-box .hospitaltop a {
  display: block;
  padding: 8px 6px;
  text-align: left;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #ccc;
}

.guidance-box .ncvctop a:hover,
.guidance-box .hospital a:hover,
.guidance-box .hospitaltop a:hover {
  text-decoration: underline;
}

.guidance-box .ncvctop a span,
.guidance-box .hospital a span,
.guidance-box .hospitaltop a span {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}

.guidance-box .ncvctop a,
.guidance-box .hospital a {
  color: #001f64;
  border: 1px solid #bbb;
  background: #eef4fa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZjRmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2Q5ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eef4fa 0%, #bcd9f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef4fa), color-stop(100%, #bcd9f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eef4fa 0%, #bcd9f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eef4fa 0%, #bcd9f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eef4fa 0%, #bcd9f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eef4fa 0%, #bcd9f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4fa', endColorstr='#bcd9f7',GradientType=0 );
  /* IE6-8 */
}

.guidance-box .ncvctop a span,
.guidance-box .hospital a span {
  background-image: url(../images/common/icon_arrow-01.png);
}

.guidance-box .hospitaltop a {
  color: #fff;
  border: 1px solid #EFF4FA;
  background: #5399d6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzOTlkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5399d6 0%, #005cac 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5399d6), color-stop(100%, #005cac));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5399d6 0%, #005cac 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5399d6 0%, #005cac 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5399d6 0%, #005cac 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5399d6 0%, #005cac 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5399d6', endColorstr='#005cac',GradientType=0 );
  /* IE6-8 */
}

.guidance-box .hospitaltop a span {
  background-image: url(../images/common/icon_arrow-03.png);
}

.guidance-box em {
  font-style: normal;
}