@charset "utf-8";

body {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #333333;
  background-color: #F2F2F2;
  margin: 0;
  width: 190px;
  overflow: hidden;
}
/*インスタグラム ウィジェット*/
#instafeed {
  background-color: #FFFFFF;
  height: 450px;
  overflow: auto;
}
.insta-part {
  margin: 0 auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #efefef;
}

.insta-image-block {
  text-align:center;
}
.insta-image {
  max-width: 150px;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.insta-caption {
  font-size: 12px;
  padding:0 10px 5px 10px;
  color: #333333;
  width: 150px;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.insta-link {
  text-decoration: none;
  color: #333333;
}
