@charset "UTF-8";

body{background-color: rgb(255, 255, 255);}

table{background-color: white}

img{
	height:200px;
	pointer-events: none;
}

hr{
	border-color: gold;
}

.speech_bubble-ws {/*共通*/
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 2px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.speech_bubble_right_side-ws{
	margin-left: 20px;
}
.speech_bubble_left_side-ws {
	margin-right: 20px;
}
/*.speech_bubble_top_side-ws{*/
/*	margin-bottom: 20px;*/
/*}*/

.speech_bubble-ws::before {/*共通*/
  content: "";
  position: absolute;
  border-style: solid;
}
.speech_bubble_right_side-ws::before {
	top: 50%;
	left: 0;
	border-width: 0 20px 20px 0;
	translate: -100% -50%;
	transform: skew(0, -25deg);
	transform-origin: right;
	border-color: transparent #000000 transparent transparent;
	}
.speech_bubble_left_side-ws::before {
	top: 50%;
	right: 0;
	border-width: 10px 0 10px 20px;
	translate: 100% -50%;
/*	transform: skew(0, -25deg);*/
/*	transform-origin: left;*/
	border-color: transparent transparent transparent #000000;
}
/*.speech_bubble_top_side-ws::before {*/
/*	bottom: 0;*/
/*	left: 25%;*/
/*	border-width: 20px 0 0 20px;*/
/*	translate: -50% 100%;*/
/*	transform: skew(-25deg);*/
/*	transform-origin: top;*/
/*}*/

.speech_bubble-ws::after {/*共通*/
  content: "";
  position: absolute;
  border-style: solid;
}
.speech_bubble_right_side-ws::after  {
	top: 50%;
	left: 0;
	border-width: 0 15.2px 15.2px 0;
	translate: -100% calc(-50% - 0.4px);
	transform: skew(0, -25deg);
	transform-origin: right;
	border-color: transparent #ffffff transparent transparent;
}
.speech_bubble_left_side-ws::after {
	top: 50%;
	right: 0;
	border-width: 7.8px 0 7.8px 15.5px;;
	translate: 100% -50%;;
	border-color: transparent transparent transparent #ffffff;
/*	transform: skew(0, -25deg);*/
/*	transform-origin: left;*/
}
/*.speech_bubble_top_side-ws::after {*/
/*	bottom: 0;*/
/*	left: 25%;*/
/*	border-width: 15.2px 0 0 15.2px;*/
/*	translate: calc(-50% + 0.4px) 100%;*/
/*	transform: skew(-25deg);*/
/*	transform-origin: top;*/
/*}*/