﻿
.toku-talk-balloon,
.toku-talk-balloon2 {
	font-size: 17px;
	line-height: 28px;
}

/* 会話レイアウト */

.toku-talk-box {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: table;
}

.toku-talk-face {
	text-align: center;
	display: table-cell;
	width: 60px;
	vertical-align: top;
}

.toku-talk-face img {
	border-radius: 60px;
	border: 1px solid #ccc;
}

.toku-talk-face-name {
	margin-top: 5px;
	color: #616161;
	font-size: 70%;
	line-height: 1.5;
	max-width: 60px;
}

.toku-talk-area {
	display: table-cell;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

.toku-talk-balloon {
	display: inline-block;
	padding: 15px 20px;
	margin-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 7px;
	position: relative;
	background-color: #f9f9f9;
}

.post .toku-talk-balloon p:last-child {
	margin-bottom: 0;
}

.toku-talk-balloon::after {
	content: "";
	position: absolute;
	top: 30px;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f9f9f9 transparent transparent;
}

/*ふきだし反対*/

.toku-talk-face2 {
	text-align: center;
	display: table-cell;
	width: 60px;
	vertical-align: top;
}

.toku-talk-face2 img {
	border-radius: 60px;
	border: 1px solid #ccc;
}

.toku-talk-face-name2 {
	margin-top: 5px;
	color: #616161;
	font-size: 70%;
	line-height: 1.5;
	max-width: 60px;
}

.toku-talk-area2 {
	display: table-cell;
	margin: 0;
	vertical-align: top;
	text-align: right;
}

.toku-talk-balloon2 {
	display: inline-block;
	padding: 15px 20px;
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 7px;
	position: relative;
	background-color: #f9f9f9;
	text-align: left;
}

.post .toku-talk-balloon2 p:last-child {
	margin-bottom: 0;
}

.toku-talk-balloon2::after {
	content: "";
	position: absolute;
	top: 30px;
	right: -10px;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #f9f9f9;
}

.toku-talk-balloon::before,
.toku-talk-balloon2::before {
	content: '';
	position: absolute;
	top: 30px;
	margin-top: -11px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	z-index: 0;
}

.toku-talk-balloon::before {
	left: -11px;
	border-width: 11px 11px 11px 0;
}

.toku-talk-balloon2::before {
	right: -11px;
	border-width: 11px 0 11px 11px;
}

@media only screen and (min-width: 600px) {
	.toku-talk-balloon,
	.toku-talk-balloon2 {
		font-size: 20px;
	}
}

@media print, screen and (min-width: 960px) {
	.toku-talk-balloon,
	.toku-talk-balloon2 {
		font-size: 15px;
		line-height: 25px;
	}
}


	
	
.toku-talk-4051 .toku-talk-face-name,
.toku-talk-4051 .toku-talk-face-name2 {
	margin-top: 5px;
}

.toku-talk-4051 .toku-talk-face img,
.toku-talk-4051 .toku-talk-face2 img {
	margin-bottom: 0;
	}

	.toku-talk-4051 .toku-talk-balloon,
.toku-talk-4051 .toku-talk-balloon2 {
					background-color: #d8f9ff;
				}
	
	
	.toku-talk-4051 .toku-talk-balloon::after {
	border-right-color: #d8f9ff;
}

.toku-talk-4051 .toku-talk-balloon2::after {
	border-left-color: #d8f9ff;
}
					
	
.toku-talk-4049 .toku-talk-face-name,
.toku-talk-4049 .toku-talk-face-name2 {
	margin-top: 5px;
}

.toku-talk-4049 .toku-talk-face img,
.toku-talk-4049 .toku-talk-face2 img {
	margin-bottom: 0;
	}

	
	
				