a:link
{
    BACKGROUND-COLOR: transparent;
    color:#00664d;
    TEXT-DECORATION: none
}
a:visited
{
    BACKGROUND-COLOR: transparent;
    COLOR:#00664d;
    TEXT-DECORATION: none
}
a:hover
{
    COLOR: deeppink;
    TEXT-DECORATION: underline
}


body {
	line-height: 140%;
	font-family: 'Segoe UI';
	max-width:640px;
	word-wrap:break-word;
/*	word-break: break-all; */
}

img {
	border-style:none;
	width:100%;
	height:auto;
}


p {
	text-indent:1em;
}

h1 {
	line-height:120%;	
}

blockquote {
	background-color:#f0f0f0;
	padding: 1em;
}


table {
	border-collapse:collapse;
}

table > thead > tr > th {
	border-style:solid none;
	border-width:thin;
}

table > thead > tr > td {
	border-style:solid none;
	border-width:thin;
}

table > tfoot> tr > td {
	border-style:solid none none;
	border-width:thin;
}

table > tfoot> tr > th {
	border-style:solid none none;
	border-width:thin;
}

pre.screen {
	white-space: pre;
	overflow: auto;
	font-family: monospace;
	padding: 1ex;
	background-color: #edc;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre.programlisting {
	white-space: pre;
	overflow: auto;
	font-family: monospace;
	padding: 1ex;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/*　■■■■■■■■■■■■　*/

/*以下、@背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、A左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon6 .chatting {
  width: 100%;
  text-align: left;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.says p {
	text-indent:0em;
  margin: 0;
  padding: 0;
}

/*以下、B右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}

.mycomment p {
	text-indent:0em;
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/*まいと〜く*/

.my_talk {
  margin: 10px 5em 0 5em;
}

.my_talk p {
	text-indent:0em;
  position: relative; 
  margin: 2px 10px 0 2px;
  padding: 8px;
  border-radius: 12px;
  background: #a0ffe0;
}

.my_talk p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid#a0ffe0;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
