
.chatBotBox__miniIcon{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99999999999999999999;
	text-align:right;
}
.chatBotBox__miniIcon img{
	vertical-align:bottom;
}
.chatBotBox__miniIcon img.chatBoxBox__miniIcon__close{
	position:absolute;
	top:-5px;
	right:-5px;
	z-index:999999;
}
.chatBotBox__miniIcon_small{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:999999;
	display:none;
}
.chatBotBox__miniIcon_small img{
	vertical-align:bottom;
}

.chatBotBox{
	position:fixed;
	right:15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
	font-weight:bold !important;
	z-index:9999999;
	border-radius:5px 5px 0px 0px;
	overflow:hidden;

}
.chatBotBox__inner{
	display:none;
	/* box-shadow */
	box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.6);
    width: 380px;
    height:450px; 
}
.chatBotBox__header{
	position:relative;
	width:100%;
}
.chatBotBox__tit{
	background:#1DA1F3 url(img/chatbot.png) no-repeat 5px center;
	background-size:auto 40px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:10px;	
	text-align:center;
	box-sizing:border-box;
	margin-bottom:0;
	border:none;
}
.chatBotBox__close{
    cursor: pointer;

	position:absolute;
	    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	right:0;
	margin:auto;
	width:20px;
	height:20px;
	border:none !important;
	background:url(img/chatbot_content_close.png) no-repeat center center;
	background-size:auto auto;

}
/* ------------------- */

#chatField{
    height: 450px;
	width:100%;
    box-sizing: border-box;
	background-color:#E6F4FD;
    /*横向きのスクロール禁止*/
    overflow-x: hidden;
    /*縦向きのスクロール許可*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*IE、Edgeでスクロールバーを非表示にする*/
    -ms-overflow-style: none;
}
/*Chrome、Safariでスクロールバーを非表示にする*/
#chatField::-webkit-scrollbar {
    display:none;
}
#chatInput-field{
	width:100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #777;


}
#chatInput-field select{
	display:block;
	width:100%;
	padding:10px 5px;
    box-sizing: border-box;
}
#chatInput-field select option{
}



#chat-ul{
    /*ulのデフォルの隙間を消す*/
    padding: 0;
    list-style: none;
}
#chat-ul > li{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    word-wrap: break-word;
}

#chat-ul > li > div{
    display: inline-block;
    box-sizing: border-box;
	border:solid 1px #D8DDDB !important;
    color: #000;
    border-radius: 6px;
    min-height: 23px;
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.4em;
	box-sizing:border-box;	
	position:relative;
}

#chat-ul > li > div > p{
	margin:0;
	margin-bottom:5px;
	font-weight:bold !important;
}
#chat-ul > li > div > ol{
	margin:0;
	margin-bottom:5px;
	margin-left:-1.5em;
}
#chat-ul > li > div > ol > li{
	margin-bottom:5px;
	list-style:decimal !important;
}
#chat-ul > li > div > ol > li a{
	color:#00f;
}
#chat-ul > li > div > ol > li a:hover{
	color:#f00;
}


/**/
.chatbotBtns{
	list-style:none !important;
	margin-left:0 !important;
	padding-left:0 !important;
	border-radius:5px;
	overflow:hidden;
}
.chatbotBtns li{
	list-style:none !important;
	margin-left:0 !important;
	padding-left:0 !important;
}
.chatbotBtns li span.fancybox, 
.chatbotBtns li a{
	display:block;
	background:#F9F9F9;
	border:solid 1px #D8DDDB;
	color:#586865 !important;
	padding:5px;
	width:100%;
	font-size:14px;
	box-sizing:border-box;
	text-decoration:none;
}
.chatbotBtns li a:hover{
	background:#0f6ac7 !important;
	color:#fff !important;
}
/*  */
.chatboxItems{

}
.chatboxItems li{
	overflow:hidden;
	margin-bottom:5px;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:5px;
	background:#f5f5f5;
}
.chatboxItems li a{
	display:block;
}
.chatboxItems li img{
	width:60px;
	height:auto;
	float:left;
	border:solid 1px #ccc;
	margin-right:5px;
	background:#fff;
}
/*  */
.chatboxWorksCamera{
}
.chatboxWorksCamera__lst{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.chatboxWorksCamera__lst__item{
	flex-basis:49%;
	margin-bottom:15px;
	border:solid 1px #ccc;
	padding:5px;
}
.chatboxWorksCamera__lst__item__pic {
	margin-bottom:10px;
}
.chatboxWorksCamera__lst__item__pic img{
	width:100%;
	height:auto;
}
.chatboxWorksCamera__lst__item__gyoushu{
}
.chatboxWorksCamera__lst__item__tit{
	font-size:14px;
	font-weight:bold;
}
.chatboxWorksCamera__lst__item__item{
}
.chatboxWorksCamera__lst__item__txt{
}
.chatboxWorksCamera__lst__item__txt a{
	font-size:12px;
	color:#f00;
}

/*  */
.chatbotFaq{
}
.chatbotFaq__tit{
	background:#eee;
	padding:5px;
	font-size:14px;
	margin-bottom:10px;
}
.chatbotFaq__txt{
	margin-bottom:5px;
	font-size:14px;
	margin-bottom:10px;
}
.chatbotFaq__txt br{
	display:none;
}

/*自分の吹き出し*/
.chat-right{
    margin-right: 15px;
    background: #A4E496;
    text-align: left;
}
/*吹き出しの矢印部分: ひし形*/
.chat-right::before{
    display: block;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    top: 50%;
    right: 0;
    margin-right: 7px;
    /*skewで歪ませ、rotateで回転*/
    -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
    -moz-transform: rotate(45deg) skew(-10deg, -10deg);
    -o-transform: Trotate(45deg) skew(-10deg, -10deg);
    -ms-transform: rotate(45deg) skew(-10deg, -10deg);
    transform-origin: 100% 0%;
    background: #A4E496;
}
/*相手の吹き出しのデザイン*/
.chat-left{
    background: #FFF;
	width: calc( 100% - 65px ) !important;
	margin-left:60px;
}
.chat-left::before{
    position: absolute;
    content: "";
    height: 45px;
    width: 45px;
    display: block;
    top: 0%;
    margin-left: -65px;
	background:url(img/chatbot.png) no-repeat left top;
	background-size:100% auto;

}
.chat-left:after{
	content:"";
	background:url(img/chatbot_fukisashi.png) no-repeat center center !important;
	background-size:12px 12px;
	width:12px;
	height:12px;
	position:absolute;
	top:33px;
	left:-12px;
}


.chat-left.hidden{
	display:none !important;
}

.left{
  text-align: left;
}
.right{
  text-align: right;
}


#chatBotSlecter{
	font-size:14px;
}

/*--------------------
 * chatbotthink
 * ------------------- */
#chatBotthinkTime{
	display:none;
	position:absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	background:#fff;
	box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.6);
	padding:10px;
	border-radius:5px;

}

@media screen and (max-width: 640px) {
	/* 640pxまでの幅の場合に適応される */

	.chatBotBox{
		right:auto !important;
		left:auto !important;
		width: 100% !important;
		min-width:320px;
		margin:auto;
		box-sizing:border-box;
	}

	.chatBotBox__inner{
		width: 92% !important;
		margin:auto;
		box-sizing:border-box;
	}
	.chatBotBox__miniIcon{
		width:100%;
		max-width:250px;
	}
	.chatBotBox__miniIcon img{
		width:100%;height:auto;
	}
	.chatBotBox__miniIcon_small{
		right:5px !important;
		bottom:5px !important;
		left:auto;

	}
	.chatBotBox__miniIcon_small img{
		width:80px;height:auto;
	}
	.chatBotBox__miniIcon img.chatBoxBox__miniIcon__close{
		width:15px;
		height:auto;
	}

}
