/* SP用の背景表示 */
._qcv_bg{
  width: 100%; height: 100%; background: #000; position: fixed; opacity: 0.8; top: 0; left: 0;
}

._qcv_frame{
  margin:0;
  padding:0;
  position:fixed;
  bottom: 0;
  right: 0;
  border:0;
  z-index: 10000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* コントロール用のボタンを一旦非表示にする。必要なものを以降で表示設定。 */
._qcv_btn_org{
  display:none;
}

/* 最小画面 */
._qcv_minimum {
  width:250px;
  height:30px;
  text-align:center;
  background: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
  border-top-right-radius:8px;
  border-top-left-radius:8px;
}
._qcv_minimum_item{
  margin:0;
  padding:0;
}
._qcv_minimum_cell{
  display:inline-block;vertical-align:middle;text-align:center
}
._qcv_minimum_icon {
  display:inline-block;height:20px;width:20px;
  background: url(https://www.kanazawa-u.ac.jp/sgu/css/icon_blue-l.png) no-repeat;margin:0;border:0;
  background-size:cover;
}
._qcv_min_but_open {
  display:block;height:30px;width:30px;
  background: url(/sgu/css/plus.png) no-repeat;margin:0;border:0;
  background-size:cover;
}
._qcv_minimum_title {
  font-size: 80%;
  color:#ffffff;
}

/* 初期画面 */
._qcv_init{
  width: 250px;
  height: 200px;
  text-align:center;
  background-color: white;
  border: solid 2px #6b8cce;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
}
._qcv_inu {
  width: 100%;
  height: 40px;
  text-align: center;
}
._qcv_inu_item{
  margin:0;
  padding:0;
  background: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
  border-top-right-radius:8px;
  border-top-left-radius:8px;
}
._qcv_inu_cell{
  display:inline-block;vertical-align:middle;text-align:center
}
._qcv_inu_cell_l {
  display:inline-block;vertical-align:middle;height:100%;width:20%;
}
._qcv_inu_cell_c {
  display:inline-block;vertical-align:middle;height:100%;width:60%;
}
._qcv_init_title {
  font-size: 80%;
  color: #ffffff;
}
._qcv_inu_cell_r {
  display:inline-block;vertical-align:middle;height:100%;width:20%;
}
._qcv_ind {
  display:inline-block;text-align: center;
}
._qcv_init_but_close {
  display:block;height:30px;width:30px;
  background: url(/sgu/css/minus.png) no-repeat;margin:0;
  background-size:cover;
}
._qcv_init_caption_open {
  font-size: 70%;
}
._qcv_init_caption_open2 {
  font-size: 70%;
}
._qcv_init_but_open {
  display:block;width: 135px;height: 135px;
  background: url(https://www.kanazawa-u.ac.jp/sgu/css/chatstart.png) no-repeat;margin:0;border:0;
}
/* 初期画面　第2ボタン　非表示 */
._qcv_ind2 {
  display: none;
}

/* チャット領域 */
._qcv_content_frame{
  width: 360px;
  height: 480px;
  border: solid 2px #6b8cce;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
}
._qcv_mbar{
  display: none;
}
._qcv_mbar_item{
}
._qcv_mbar_cell{
}
._qcv_mbar_cell_c{
}
._qcv_head{
  width: 100%;
  height:48px;
  background: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
._qcv_eee {
  display:inline-block;height:40px;width:40px;
  background: url(/sgu/css/chat_avatar.png) no-repeat;margin:0;border:0;
  background-size:cover;
}
._qcv_head_item{
  width:100%;height:100%;margin:0;padding:0;
}
._qcv_head_cell_l {
  display:inline-block;vertical-align:middle;height:100%;width:20%;padding-top:1%;padding-left:1.5%;box-sizing:border-box;
}
._qcv_head_cell_c{
  display:inline-block;vertical-align:middle;height:100%;width:60%;text-align:center;
}
._qcv_head_cell_c p{
  margin:0;margin-top:6px;
}
._qcv_head_cell_c span{
  color:#ffffff;
}
._qcv_head_cell_r {
  display:inline-block;vertical-align:middle;height:100%;width:20%;padding-top:1%;padding-left:1.5%;box-sizing:border-box;
}
._qcv_head_btn_close {
  display:block;height:30px;width:30px;
  background: url(/sgu/css/minus.png) no-repeat;margin:0;border:0;
  background-size:cover;
}
._qcv_body{
  width:96%;
  height:366px;
  padding:0 2%;
  background-color:white;
  border-bottom:solid 1px #939B97;
  overflow-x: hidden;
  overflow-y: auto;
}
._qcv_chat_list{
  padding: 0 2%;padding-top: 4%;width: 96%;
}
._qcv_chat_cell{
  display: inline-block;width: 100%;box-sizing: border-box;padding-bottom: 25px;
}
._qcv_used_content {
}
._qcv_chat_cell_sel {
}
._qcv_bubble{
  max-width: 70%;
  text-align: left;
  padding-top:8px;
  padding-bottom: 8px;
  padding-left:10px;
  padding-right:10px;
  border-radius:10px;
  font-size:80%;
  overflow-wrap:anywhere;
}
._qcv_bubble ul{
  padding: 0;list-style-type: none;
}
._qcv_bubble ul li{
  padding:10px 0;border-top:solid 1px #cdcbca;
}
._qcv_bubble_left{
  background-color: #e0e6e8;
  max-width: 100%;
  border: 0;
  float: left;
  opacity:0;
}
._qcv_bubble_right{
  width: auto;
  background-color: #1778f2;
  max-width: 88%;
  margin-left: 12%;
  float: right;
  color: #ffffff;
  opacity:0;
  border:0;
}
._qcv_bubble_left_icon{
}
._qcv_foot{
  width: 98%;
  height: 85%;
  padding: 5px;
  text-align: center;
  background-color: #f5f5f5;
}
._qcv_input_view input{
  vertical-align: middle;
}
._qcv_input_field{
  width: 240px;
  height: 30px;
  padding: 10px;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 15px;
  background-color: #fff;
  color: #333;
  outline: none;
  border: 1px solid #fff;
}
._qcv_btn_send {
  display:inline-block;
  vertical-align: middle;
  padding:3px 14px;
  border:0;
  background-color: #4169e1;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  text-align: center;
  border: none;
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 300ms 0s ease-in-out;
}
._qcv_bubble_btn_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
button[class^="_qcv_bubble_btn"] {
  display: block;
  min-height: 28px;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 3px;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 300ms 0s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
button[class^="_qcv_bubble_btn"]:hover {
  opacity: 0.75;
}
._qcv_bubble_btn1,
._qcv_bubble_btn2,
._qcv_bubble_btn5 {
  float: left;
  width: 100%;
  text-align: center;
}
._qcv_bubble_btn1 {
  background-color: #73b1de;
  color: #fff;
}
._qcv_bubble_btn2 {
  background-color: #fff;
  color: #062602;
}
._qcv_bubble_btn5 {
  width: 100%;
  text-align: center;
  background-color: #73b1de;
  color: #fff;
}
._qcv_button_reset {
  display:inline-block;height:24px;width:24px;
  background: url(https://www.kanazawa-u.ac.jp/sgu/css/home_reset.png) no-repeat;margin:0;border:0;
  background-size:24px 24px;
  border-style: none;
  vertical-align: middle;
  padding:3px 3px;
  cursor: pointer;
}

/* チャットボットフキダシ内テキストの装飾 */
._cbat-color-black {
	color: black;
}

._cbat-color-blue {
	color: blue;
}

._cbat-color-gray {
	color: gray;
}

._cbat-color-green {
	color: green;
}

._cbat-color-maroon {
	color: maroon;
}

._cbat-color-navy {
	color: navy;
}

._cbat-color-olive {
	color: olive;
}

._cbat-color-orange {
	color: orange;
}

._cbat-color-purple {
	color: purple;
}

._cbat-color-red {
	color: red;
}

._cbat-color-silver {
	color: silver;
}

._cbat-font-bold {
	font-weight: bold;
}

._cbat-font-italic {
	font-style: italic;
}

._cbat-font-underline {
	text-decoration: underline;
}
