@charset "Shift_JIS";

#chat-widget{
  position: fixed;
  right:10%;
  bottom:-172px;
  z-index: 1000;
}
#chat-widget.slide{
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 5px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 5px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 5px 1px;
}
html>/**/body #chat-widget.slide{
  border /*\**/: 1px solid #eeeeee \9;
  border-bottom /*\**/: 0 \9;
}

#chat-widget .yui-skin-sam .yui-panel .hd{
  border-color:#fff!important;
  border-width:0;
}

#chat-widget .yui-skin-sam .yui-panel-container.shadow .underlay{
  width: 268px;
  left:0;
  right:0;
}
#chat-widget .underlay{
  width: 100%;
  border: 0;
  background:none;
}
.yui-skin-sam .yui-panel{
  border:none;
}
#chat-widget.yui-skin-sam .yui-panel-container{
padding:0;
}
#rebtn{
  width:268px;
  height: 46px;
  font-weight: bold;
  text-align: center;
  color:#000;
  position: absolute;
  /*bottom:0px;*/
  right:0;
  top:0;
  z-index: 20;
  border-size: 4px;
  border-color: #ffcc00;
  background:url(//s.skygate.co.jp/pc/chat/images/txt/hdg_chat-02.png) 0px 0px no-repeat #ffcc00;
  text-indent: -9999px;
  cursor: pointer;
}
#rebtn:hover{
  background-position: 0 -46px;
}
.slide #rebtn{
  position: absolute;
  top:0px;
  bottom:inherit;
  background:url(//s.skygate.co.jp/pc/chat/images/txt/hdg_chat-01.png) 0px 0px no-repeat #ffcc00;
}
.slide #rebtn:hover{
  background-position: 0 -46px;
}

#chat-widget .rn_SyndicatedChatHeaderLabelDiv{
  border:0;
}
#chat-widget .yui-panel-container.yui-dialog.yui-simple-dialog{
  width: 268px;
}
#chat-widget .yui-panel.rn_Dialog{
  width: 100%;
}
#chat-widget.yui-skin-sam .yui-panel .hd{
  padding: 0;
  width: 100%;
}
#chat-widget.yui-skin-sam .yui-panel .bd{
  padding: 10px 20px;
}
#chat-widget.yui-skin-sam .yui-dialog .ft{
  padding: 20px;
  font-size: 1em;
  text-align: center;
}
#chat-widget .rn_SyndicatedChatQuestionDiv{
  width: 100%;
  height: 54px;
}
#chat-widget .rn_SyndicatedChatAvatarDiv{
  display: none;
}
#chat-widget .rn_SyndicatedChatQuestionLabel{
  font-size: 1em;
}
#chat-widget .rn_SyndicatedLabel{
  text-decoration: underline;
  color: #0000cc;
}
#chat-widget.yui-skin-sam .yui-button{
  margin-bottom: 10px;
  border: 0;
  background: none;
}
#chat-widget.yui-skin-sam .yui-button .first-child{
  border: 0;
  background: none;
}
#chat-widget.yui-skin-sam .yui-button button{
  margin: 0;
  width: 140px;
  height: 36px;
  text-indent: -9999px;
  background:url(//s.skygate.co.jp/pc/chat/images/btn/btn_chat-09.png) 0px 0px no-repeat;
}
#chat-widget.yui-skin-sam .yui-button button:hover{
  background-position: 0 -36px;
}
#chat-widget.yui-skin-sam .yui-dialog .ft .rn_RefuseDiv{
  text-align: left;
}