@charset "UTF-8";
/*==========================================*/
/*	gikai									*/
@import url(../common.css);
@import url(../article.css);
/*==========================================*/
/*	special									*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
#photo-wrap {
  padding: 32px;
  color: #fff;
}

#photo-title {
  font-size: 1.4em;
  margin-bottom: 20px;
}

/*==========================================*/
/*==========================================*/
.side-title {
  display: none;
}

.side-list {
  border-top: 2px solid #004f9a;
}

/*==========================================*/
/*==========================================*/
.white .archive-head {
  border-bottom-color: #004f9a;
}

.white .archive-title {
  color: #004f9a;
}

.white .archive-link {
  color: #004f9a;
  border-color: #004f9a;
}

/*==========================================*/
/*==========================================*/
#contact {
  clear: both;
}

#contact-title {
  font-size: 1.15em;
}

.contact-item {
  display: inline-block;
  vertical-align: middle;
}

#contact-link {
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #004f9a;
  text-decoration: none;
  display: block;
  padding: 12px;
  padding: 8px 28px;
}
#contact-link:after {
  font-family: "fontello";
  content: '\e807';
  width: 1.2em;
  height: 1.2em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  border-radius: 1.2em;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  margin-left: 12px;
}

.contact-textL {
  font-size: 1.15em;
}

.contact-textM {
  font-size: 0.95em;
}

.contact-textS {
  font-size: 0.75em;
}

@media print, screen and (min-width: 768px) {
  /*==========================================*/
  /*==========================================*/
  #photo {
    height: 410px;
  }

  #photo-cont {
    position: relative;
    height: 410px;
  }

  #photo-wrap {
    position: absolute;
    left: 0px;
    bottom: 40px;
    color: #fff;
  }
}
@media print, screen and (max-width: 767px) {
  /*==========================================*/
  /*==========================================*/
  #photo-cont {
    margin: 0px;
  }

  #photo-wrap {
    background-color: #2a2ea0;
  }
}
/*==========================================*/
/*==========================================*/
#topics-head {
  background-image: url("../../image/topics-icon3.png");
}

@media print, screen and (min-width: 768px) {
  /*==========================================*/
  /*==========================================*/
  #photo {
    background-image: url("../../image/hospital-photo.jpg");
  }

  #photo-wrap {
    background-color: rgba(0, 79, 154, 0.7);
  }
}

/*# sourceMappingURL=top.css.map */
