<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html,body,h1,p,ul,li {
  margin: 0;
  padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
color: #222;
}
img {
vertical-align: bottom;
}

.instagram {
  background:#fff;
  width: 628px;
  margin: 0 auto;
}

.instagram li {
margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
}
p.ins_like {
  position: absolute;
  width: 100%;
  height: 18px;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.70);
  padding: 0px 5px 10px 0;
  box-sizing: border-box;
  text-align: right;
}
.instagram li img {
max-width: 100%;
}
.fa-heart {
margin-right: 10px;
color: #EA4E50;
}

.instagram li{
  width: 23%;

}
.instagram li img{
  width:100%;
}
.instagram_index{
  width: 634px;
  background: #fff;
  margin-bottom: 18px;
  padding-bottom: 5px;
}
.instagram_title{
margin-top: 10px;
margin-left: 10px;
border-bottom: 1px solid gray;
margin-bottom: 5px;
padding-bottom: 5px;
}
.photographer{
float: right;
margin-right: 16px;
}
.facebook_title_img{
  margin-top: 48px;
  padding-bottom: 54px;
  border-bottom: 1px solid #ddd;
  padding-left: 12px;
}
.facebook_text{
  margin-top: 15px;
}</pre></body></html>