#ajaxLoading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

#ajaxLoading .ajaxLoadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/www/wa/img/loader.gif") center center no-repeat;
}

.systemColor {
  color: #FFFFFF;
}

/* chat.htmlの過去ログロードボタン */
.btn-loadmore{
	color: #fff;
	outline: none;
	/*border-radius: 5px;*/
	cursor: pointer;
	display: inline-block;
	/*margin: 20px 0 20px 0;*/
	margin: 10px 0 0 0;
	border: 0;
	text-align: center;
	text-decoration: none;
	background: rgb(37,19,2);
	/*background: linear-gradient(0deg, rgba(37,19,2,1) 0%, rgba(93,67,42,1) 100%);*/
	background-color:white;
	width:60%;
	height:30px;
}