@charset "utf-8";

/****************************************
 センター病院 - 緩和ケア科 style-palliative-care.css
*****************************************/
/*-------------------------------------
  Topページ
-------------------------------------*/
.information_link {
  display: inline-block;
  clear: both;
  margin-bottom: 0.5em;
}

.article .txtbox a img.information_image {
  width: 300px;
  border: 1px solid #ccc;
}

.information_text {
  float: right;
}

.information_link:hover .information_text {
  text-decoration: underline;
}

@media screen and (max-width: 484px) {
  .article .txtbox a img.information_image {
    width: 100%;
  }
}
