@charset "UTF-8";
	.e_ch_area .embeddedServiceLiveAgentStateChatHeaderOption{
		width:160px!important;
	}
	.e_ch_area .embeddedServiceHelpButton .helpButton .uiButton{
		width: 100%!important;
	}
	.e_ch_area .embeddedServiceHelpButton .helpButton{
		width: 20%!important;
	}
	.e_ch_area .embeddedServiceHelpButton .embeddedServiceIcon{
		font-size: 16px;
	}
	.e_ch_area .embeddedServiceHelpButton .helpButton .uiButton{
		width: 100%!important;
		max-width: 100%!important;
	}
	.e_ch_area .embeddedServiceHelpButton .helpButton .uiButton {
			background-color: #ff3333;
		font-family: "Salesforce Sans", sans-serif;
	}
	.e_ch_area .embeddedServiceHelpButton .helpButton .uiButton:focus {
		outline: 0px solid #005290;
	}
	.e_ch_area .embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-item, .embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-itemOptionIsClicked{
		padding: 6px!important;
	}
	.e_ch_area .embeddedServiceLiveAgentStateChatMenuMessage.agent .chatContent,.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu{
		width: 100%!important;
	}
	.e_ch_area .embeddedServiceLiveAgentStateChatItem.chatMessage button{
		text-align: left;
		background-color: #fffffa;
		font-size: 13px!important;
	}
	.e_ch_area .embeddedServiceLiveAgentStateChatHeaderOption .optionName{
		color: #F0F8FF;
		font-size: 0.9em;
	}
	.e_ch_area .embeddedServiceLiveAgentStateChatHeaderOption {
		width: 120px;
	}
	.e_ch_area .avatar{
	    background-image: url(https://www.doujin-factory.com/img/top/tr02logo.png);
	}
	.e_ch_area .embeddedServiceLiveAgentStateChatHeaderOption:hover{
		text-decoration: underline #F0F8FF;
	}
	.e_ch_area .embeddedServiceHelpButton .uiButton .helpButtonLabel .message{
		font-size: 15px!important;
	}
	.e_ch_area .embeddedServiceHelpButton .uiButton .helpButtonLabel{
		display: inline-block!important;
		text-align: left;
	}
	.e_ch_area .embeddedServiceHelpButton .helpButton .uiButton{
		text-align: center;
		display: block;
	}
@media(max-width:767px){
}
@media (max-width:768px){
}
/* md */
@media(max-width:992px){
	.e_ch_area .embeddedServiceHelpButton .helpButton .uiButton{
		display: none!important;
	}
}
/* lg */
@media(min-width:1200px){
	.e_ch_area .embeddedServiceHelpButton .helpButton .uiButton{
	}
}
@media以外の所は全てのサイズで読み込まれます。 */;