﻿@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

  病院の沿革
  
----------------------------------------------------------------------------------------------------*/

.enkaku .photo {
  display:inline-block;
  float:right;
  margin-left:3rem;
  margin-bottom:2rem;
  text-align:center;
}

.enkaku .photo img {
  margin-bottom:1rem;
}

.enkaku p {
  text-indent:1em;
}

.enkaku p:not(:first-of-type) {
  padding-top:1em;
}

@media print,screen and (min-width:641px) {
  .enkaku .photo {
    width:180px;
  }
}

@media screen and (max-width:640px) {
  .enkaku .photo {
    width:30%;
    max-width:160px;
    min-width:120px;
  }
}

@media screen and (max-width:480px) {
  .enkaku .photo {
    width:100%;
    max-width:inherit;
    min-width:inherit;
    display:block;
    margin-left:inherit;
    float:none;
    text-align:center;
  }

  .enkaku .photo img {
    width:40%;
    max-width:160px;
  }
}
