@charset "UTF-8";

ul {
  padding-left: 1.5em;
  font-size: small;
  text-align: left;
}

.info {
  width: min(calc(90vw - 1.5em), calc(400px - 1.5em));
  background-color: white;
}

.frame_insta_link {
  width: min(90vw, 330px);
  height: 12em;
  overflow: auto;
}

.frame_insta_link iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.koushin {
  width: min(90vw, 400px);
  height: 150px;
  overflow: auto;
}

.koushin iframe {
  width: 100%;
  border: none;
  background-color: white;
}

#newitem {
  margin: 0 auto 20px;
}

#newitem img {
  width: min(90vw, 550px);
}

#news {
  width: min(90vw, 400px);
  height: 500px;
  background-image: url(../images/top-saishin.jpg);
  background-position: 50% 50%;
  margin: 0 auto 20px;
}
      
#news dl {
  height: 470px;
  margin: 30px 0 0px 0;
  overflow: auto;
}
      
#news dd {
  margin: 0 0 10px;
  word-break: break-word;
}
