/* 全体のスタイル */
.kaiwa {
  margin-bottom: 17px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: -60px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 50px;
  height: 50px;
  margin-left: -60px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト 
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}*/
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 60px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #eee;
  margin-right: 12%;
  float: left;
}
/* 右からの吹き出しテキストあお */
.kaiwa-text-left-b {
  position: relative;
  margin-right: 60px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #9cd6e7;
  margin-left: 12%;
  float: right;
}
/* 右からの吹き出しテキストもも */
.kaiwa-text-left-p {
  position: relative;
  margin-right: 60px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #f8dce8;
  margin-left: 12%;
  float: right;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
/*
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -20px;
}
*/
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}
/* 右の三角形を作るあお */
/*
.kaiwa-text-left-b:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left-b:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -20px;
}
*/
.kaiwa-text-left-b:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left-b:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -16px;
}
/* 右の三角形を作るもも */
/*
.kaiwa-text-left-p:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left-p:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f8dce8;
  top: 15px;
  right: -20px;
}
*/
.kaiwa-text-left-p:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f8dce8;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left-p:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -16px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}
.cha {
  margin: 0 20 0 0px;
}
.bw {text-align:center; 
  margin-top:30px;
  margin-bottom:30px;
  border: 1px dotted #CC6600;
  padding:10px;
  margin-bottom: 20px;}
.bible12 {font-size: 12px;}

#main {
  max-width: 800px;
}
.bw {
  max-width: 500px;
  margin: 30px auto 20px;
}
