@charset "utf-8";

.inquiry_reform {
  padding:10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #2b5988), color-stop(0.00, #3068a0));
  background: -webkit-linear-gradient(top, #3068a0 0%, #2b5988 88%);
  background: -moz-linear-gradient(top, #3068a0 0%, #2b5988 88%);
  background: -o-linear-gradient(top, #3068a0 0%, #2b5988 88%);
  background: -ms-linear-gradient(top, #3068a0 0%, #2b5988 88%);
  background: linear-gradient(to bottom, #3068a0 0%, #2b5988 88%);
  color:#ffffff;
  border-radius:5px 5px 0 0;
  text-align:center;
  width:200px;
  font-size:15px;
  z-index: 1;
  right: 100px;  
  bottom: 0; 
  position: fixed;
}

a:-webkit-any-link {
  color: #ffffff;
  text-decoration: none;
}