@charset "UTF-8";

/* プロフィール吹き出し */
.fukidashi-left {
position: relative;
display: inline-block;
margin: 10px 0px 0px 0px;
padding: 7px 15px;
min-width: 120px;
max-width: 100%;
color: #000000;
background: #f6f6f6;
border-radius:8px;
}

.fukidashi-left:before {
content: "";
position: absolute;
top: 18%;
left: -23px;
margin-top: -10px;
border: 15px solid transparent;
border-right: 15px solid #f6f6f6;
}


.fukidashi-left p {
  margin: 0;
  padding: 0;
}


/* 並べる */
.masonry{
width:90%;
margin:0px auto 0px auto;
}


.masonry img {
max-width: 100%;
box-sizing: border-box;
padding:10px;
vertical-align:top;
}

.masonry-item {
width: 48%;
margin-bottom: 0.8rem;
border:1px #e2e2e2 solid;
border-radius:6px;
}



.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}





/* レスポンシブ・ブレークポイント */
	
@media(min-width:768px){

.masonry{
width:100%;
margin:0px auto 0px auto;

}
	
.masonry-item {
width: 32%;
}








}