body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-color: #bbe2ef;
	background-size: cover;
	background-position: right 50% bottom 66px;
}

/* タイトル */
.chat-title{
	width:100%;
	z-index:100;
	background-color:#070870;
	color:#ffffff;
	padding:12px 0;
	text-align:center;
	font-size:14pt;
	letter-spacing:0.2em;
	position:fixed;
	top:0px;
	left:0px;
}

.anime-area {
	position: fixed ; /* relative */
	width: 100%;
	height: 100px;
	/* background: #000; */
	overflow:hidden;
	margin-bottom:62px;
	bottom:0px;
	left:0px;
	z-index:-100;
}

.rect {
	width: 120px;
	display: block;
	position: absolute;
	/* background: white; */
	bottom: 0px;
	left:2200px;
}

.serifu{
	margin-right:18px;
	line-height:160%;
}

.opeChara-col {padding-right:0px;}

.ope-serifu{
	padding:18px 16px;
	background-color:#fff3f3;
	border-radius:6px;
	position: relative;
	display:inline-block;
}

.ope-serifu:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -15px;
	top: 40px;
	border-style: solid;
	border-color: transparent #fff3f3 transparent transparent;
	border-width: 10px 17.32px 10px 0 ;
	transform: rotate(0deg);
}

.riyousha-serifu{
	padding:18px 16px;
	background-color:#fffdea;
	border-radius:6px;
	display:inline-block;
	position: relative;
}

.riyousha-serifu:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-style: solid;
	border-color: transparent transparent transparent #fffdea;
	border-width: 10px 0 10px 17.32px;
	transform: rotate(0deg);
}


/* 日付の表示 */
.displayDate{color:#ababab;
	font-size:10pt;
	margin-top:6px;
}

.row{
	margin-top:18px;
}

/* 最初の女性オペレーターのセリフの時に使用 */
.row-first{
	margin-top:90px;
}

/* 横ぶち抜きのエリア　共通部品 */
.container-fluid{
	margin-top:0px;
	padding-right: -15px;
	padding-left: -15px;
}

/* セリフ内のボタン */
.btn {
	display:inline-block;
	width:100%;
	white-space: normal;
	margin:6px 0;
	text-align:left;
	border-color:#00479c;
	background-color:#255ed6;
	text-shadow:2px 2px 2px #17387e;
	overflow:auto; /* hidden */
}

.btn-text-center {text-align:center;}

/* テキスト入力エリア */
.input-area {
	width:100%;
	height:66px;
	z-index:100;
	background-color:#ababab;
/*	color:#000000;*/
	padding:0px 12px 12px 12px;
	text-align:center;
	font-size:14pt;
	position:fixed;
	bottom:0px;
	left:0px;
}

.small {
	width:45%;
	margin-right:3pt;
	text-align:center;
/*	display:block;*/
}

#submit-btn {color:#000000;}