@charset "utf-8";
/* CSS Document */

.message {
	margin-bottom: 50px;
}

.message h2 span {
	padding:10px;
	font-size:35px;
border-image: url("../image/h2_line.png") 30;
border-style:solid; border-width:4px; 
	}
.message h3{
	font-size:28px;
	margin-top:50px;}
.message p {
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.message_area {
	margin:30px 5%;}

.balloon-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -38px;
  margin-top: -14px;
  border: 12px solid transparent;
  border-right: 30px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: 20%;
  left: -45px;
  margin-top: -14px;
  border: 12px solid transparent;
  border-right: 30px solid #555;
  z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
  line-height:150%;
}

.balloon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 20px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 20%;
  right: -38px;
  margin-top: -14px;
  border: 12px solid transparent;
  border-left: 30px solid #FFF;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 20%;
  right: -45px;
  margin-top: -14px;
  border: 12px solid transparent;
  border-left: 30px solid #555;
  z-index: 1;
}

.balloon-right p {
  margin: 0;
  padding: 0;
  line-height:150%;
}
.message p.user {
	text-align:right;}

.img_right {
	text-align:center;}
.img_left {
	text-align:center;}


.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #fff;
  border-radius: 30px;
  border: #666 2px solid;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: -18px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
  border:#666 2px solid;
  bottom:-20px;

}

.balloon4:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  border:#666 2px solid;
  bottom:-10px;
}
.balloon4 p {
	line-height:150%
  margin: 0; 
  padding: 0;
}

.memory_list {
	margin-bottom:50px;}
@media (max-width: 991px) {
.message_area {
	margin:30px 8%;}
.memory_list {
	margin-bottom:30px;}
}
@media (max-width: 767px) {
.message_area {
	margin:30px 0px;}
.message_area .col-xs-3 {
	padding:0px;
	margin:30px 0px;}
.userimg {
	margin: 0px 5px;}

}