@charset "UTF-8";

/**
* .sb-type-TYPE, .sb-type-TYPE > .sb-subtype-X:after
*
* コマ(アイコンと吹き出しをまとめたもの)部分
* frame(speaker icon and name, serief) part
*/

.sb-type-ln-flat {
	overflow: hidden;
	padding: 10px 20px;
	margin: 0;
	ln-height: 1.5;
	color: #333333;
}

.sb-type-ln-flat > .sb-subtype-a:after,
.sb-type-ln-flat > .sb-subtype-b:after,
.sb-type-ln-flat > .sb-subtype-c:after,
.sb-type-ln-flat > .sb-subtype-d:after {
	display: block;
	clear: both;
	content: "";
}

/**
* .sb-type-TYPE > .sb-subtype-X > .sb-speaker
*
* 話者領域      
* Speaker Field 
*/

/*@ここから追加*/
@media screen and (min-width:721px) {
.sb-type-ln-flat > .sb-subtype-a > .sb-speaker,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker {
	float: left;
	position: relative;
	margin-right: -130px;                          /*@表示したいサイズを入力*/
	width: 130px;                                  /*@表示したいサイズを入力*/
}

.sb-type-ln-flat > .sb-subtype-b > .sb-speaker,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker {
	float: right;
	position: relative;
	margin-left: -130px;                           /*表示したいサイズを入力*/
	width: 130px;                                  /*表示したいサイズを入力*/
}
}

@media screen and (max-width:720px) {
/*@ここまで追加*/

.sb-type-ln-flat > .sb-subtype-a > .sb-speaker,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker {
	float: left;
	position: relative;
	margin-right: -70px;
	width: 70px;
}

.sb-type-ln-flat > .sb-subtype-b > .sb-speaker,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker {
	float: right;
	position: relative;
	margin-left: -70px;
	width: 70px;
}
}                                                  /*かっこで閉じる*/

/**
* .sb-type-TYPE > .sb-subtype-X > .sb-speaker > .sb-icon
*
* 話者のアイコン部分
* Speaker Icon part 
*/

/*@ここから追加*/
@media screen and (min-width:721px) {
.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-icon,
.sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-icon,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-icon,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-icon {
	text-align: center;
	height: 130px;                                 /*@表示したいサイズを入力*/
}

.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon {
	border-style: none;
	height: 130px;                                 /*@表示したいサイズを入力*/
	width: 130px;                                  /*@表示したいサイズを入力*/
}
}

@media screen and (max-width:720px) {
/*@ここまで追加*/

.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-icon,
.sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-icon,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-icon,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-icon {
	text-align: center;
	height: 70px;
}

.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon {
	border-style: none;
	height: 70px;
	width: 70px;
}
}                                                  /*かっこで閉じる*/

/**
* .sb-type-TYPE > .sb-subtype-X > .sb-speaker > .sb-name
*
* 話者の名称部分   
* Speaker name part
*/

.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-name,
.sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-name,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-name,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-name {
	position: absolute;
	top: 0;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
}

.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-name,
.sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-name {
	left: 80px;
}

.sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-name,
.sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-name {
	right: 80px;
}



/*----------------------------------------------------------------------------------*/
/* ln-flatタイプの吹き出し                                                          */
/* ln-flat Type   (For a,b)                                                         */
/*----------------------------------------------------------------------------------*/

/**
* .sb-type-TYPE > .sb-subtype-X > .sb-content
* .sb-type-TYPE > .sb-subtype-X > .sb-content:befor, :after
*
* セリフ&引き出し 部分 
* Serief& Tail part    
*/

@media screen and (min-width:721px) {
	.sb-type-ln-flat > .sb-subtype-a > .sb-content {
		float: left;
		position: relative;
		padding-top: 26px;
		margin-right: 5px;	                    /*@表示したいサイズに変更*/
		margin-left: 130px;	                        /*@表示したいサイズに変更*/
	}
}

@media screen and (max-width:720px) {
	.sb-type-ln-flat > .sb-subtype-a > .sb-content {
		float: left;
		position: relative;
		padding-top: 26px;
		margin-left: 80px;
	}
}

.sb-type-ln-flat > .sb-subtype-a > .sb-content:before {
	position: absolute;
	top: 26px;
	left: -8px;
	z-index: 1;
	height: 0;
	width: 0;
	border-style: solid none none solid;
	border-width: 8px;
	border-color: #c8fac8 transparent;             /*@L吹き出しの色変更*/
	content: "";
}

.sb-type-ln-flat > .sb-subtype-a > .sb-content:after {
	position: absolute;
	top: 27px;
	left: -6px;
	z-index: 3;
	height: 0;
	width: 0;
	border-style: solid none none solid;
	border-width: 8px;
	border-color: #c8fac8 transparent;             /*@L吹き出しの色変更*/
	content: "";
}

@media screen and (min-width:721px) {
	.sb-type-ln-flat > .sb-subtype-b > .sb-content {
		float: right;
		position: relative;
		padding-top: 20px;
		margin-right: 130px;                      /*@表示したいサイズに変更*/
		margin-left: 5px;                       /*@表示したいサイズに変更*/
	}
}

@media screen and (max-width:720px) {
	.sb-type-ln-flat > .sb-subtype-b > .sb-content {
		float: right;
		position: relative;
		padding-top: 26px;
		margin-right: 80px;
	}
}

.sb-type-ln-flat > .sb-subtype-b > .sb-content:before {
	position: absolute;
	top: 26px;
	right: -5px;
	z-index: 1;
	height: 0;
	width: 0;
	border-style: solid solid none none;
	border-width: 8px;
	border-color: #ffc0cb transparent;             /*@R吹き出しの色変更*/
	content: "";
}

.sb-type-ln-flat > .sb-subtype-b > .sb-content:after {
	position: absolute;
	top: 27px;
	right: -3px;
	z-index: 3;
	height: 0;
	width: 0;
	border-style: solid solid none none;
	border-width: 8px;
	border-color: #ffc0cb transparent;             /*@R吹き出しの色変更*/
	content: "";
}

/**
* .sb-type-TYPE > .sb-subtype-X > .sb-content > .sb-speech-bubble
*
* 吹き出しの本体部分      
* Speach bubble' body part
*/

.sb-type-ln-flat > .sb-subtype-a > .sb-content > .sb-speech-bubble,
.sb-type-ln-flat > .sb-subtype-b > .sb-content > .sb-speech-bubble {
	position: relative;
	z-index: 2;
	padding: 10px 16px;
	background-color: #c8fac8;                     /*@L吹き出しの色変更*/
	border-style: solid;
	border-width: 2px;
	border-color: #c8fac8;                         /*@L吹き出しの色変更*/
	border-radius: 15px; 
	color: #333333;
}

.sb-type-ln-flat > .sb-subtype-a > .sb-content > .sb-speech-bubble {
	border-radius: 0 15px 15px 15px;
}

.sb-type-ln-flat > .sb-subtype-b > .sb-content > .sb-speech-bubble {
	background-color: #ffc0cb;                     /*@R吹き出しの色変更*/
	border-color: #ffc0cb;                         /*@R吹き出しの色変更*/
	border-radius: 15px 0 15px 15px;
}

/*----------------------------------------------------------------------------------*/
/* ln-flat用に調整した考えてるタイプの吹き出し                                      */
/* ln-flat-Think Type   (For c,d)                                                   */
/*----------------------------------------------------------------------------------*/

/**
* .sb-type-TYPE > .sb-subtype-X > .sb-content
* .sb-type-TYPE > .sb-subtype-X > .sb-content:befor, :after
*
* セリフ&引き出し 部分 
* Serief& Tail part    
*/

@media screen and (min-width:721px) {
	.sb-type-ln-flat > .sb-subtype-c > .sb-content {   
		float: left;
		position: relative;
		padding-top: 1.5em;
		margin-left: 150px;                   /*@表示したいサイズ+20くらい*/
		margin-right: 130px;                  /*@表示したいサイズに変更*/
	}
}

@media screen and (max-width:720px) {
	.sb-type-ln-flat > .sb-subtype-c > .sb-content {
		float: left;
		position: relative;
		padding-top: 1.5em;
		margin-left: 100px;
	}
}

.sb-type-ln-flat > .sb-subtype-c > .sb-content:before {
	position: absolute;
	top: 24px;
	left: -17px;
	height: 12px;
	width:  12px;
	background-color: #c8fac8;                 /*@L吹き出しの色変更*/
	border:solid 1px #c8fac8;                  /*@L吹き出しの色変更*/
	border-radius: 10px;
	color: #333333;
	content: "";    
}

.sb-type-ln-flat > .sb-subtype-c > .sb-content:after {
	position: absolute;
	top: 20px;
	left: -28px;
	height: 8px;
	width:  8px;
	background-color: #c8fac8;                 /*@L吹き出しの色変更*/
	border:solid 1px #c8fac8;                  /*@L吹き出しの色変更*/
	border-radius: 5px;
	color: #333333;
	content: "";
}




@media screen and (min-width:721px) {
	.sb-type-ln-flat > .sb-subtype-d > .sb-content {
		float: right;
		position: relative;
		padding-top: 1.5em;
		margin-left: 130px;                   /*@表示したいサイズに変更*/
		margin-right: 150px;                  /*@表示したいサイズ+20くらい*/
	}
}

@media screen and (max-width:720px) {
	.sb-type-ln-flat > .sb-subtype-d > .sb-content {
		float: right;
		position: relative;
		padding-top: 1.5em;
		margin-right: 100px;
	}
}

.sb-type-ln-flat > .sb-subtype-d > .sb-content:before {
	position: absolute;
	top: 24px;
	right: -17px;
	height: 12px;
	width:  12px;
	background-color: #ffc0cb;                 /*@R吹き出しの色変更*/
	border: solid 1px #ffc0cb;                 /*@R吹き出しの色変更*/
	border-radius: 10px;
	content: "";
}

.sb-type-ln-flat > .sb-subtype-d > .sb-content:after {
	position: absolute;
	top: 20px;
	right: -27px;
	height: 8px;
	width:  8px;
	background-color: #ffc0cb;                 /*@R吹き出しの色変更*/
	border: solid 1px #ffc0cb;                 /*@R吹き出しの色変更*/
	border-radius: 5px;
	content: "";
}


/**
* .sb-type-TYPE > .sb-subtype-X > .sb-content > .sb-speech-bubble
*
* 吹き出しの本体部分      
* Speach bubble' body part
*/

.sb-type-ln-flat > .sb-subtype-c > .sb-content > .sb-speech-bubble,
.sb-type-ln-flat > .sb-subtype-d > .sb-content > .sb-speech-bubble {
	position: relative;
	z-index: 2;
	padding: 6px 12px;
	background-color: #c8fac8;                 /*@L吹き出しの色変更*/
	border-style: solid;
	border-width: 1px;
	border-color: #c8fac8;                     /*@L吹き出しの色変更*/
	border-radius: 15px;
	color: #333333;
}

.sb-type-ln-flat > .sb-subtype-c > .sb-content > .sb-speech-bubble {
	border-radius: 15px 15px 15px 15px;
}

.sb-type-ln-flat > .sb-subtype-d > .sb-content > .sb-speech-bubble {
	background-color: #ffc0cb;                 /*@R吹き出しの色変更*/
	border-color: #ffc0cb;                     /*@R吹き出しの色変更*/
	border-radius: 15px 15px 15px 15px;
}