@charset "utf-8";
.Header_contactLink {
  display: block;
  width: 210px;
  height: 46px;
  line-height: 46px;
  background: #3399ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f99301), to(#f77a01));
  background: linear-gradient(to bottom, #f99301 0%, #f77a01 100%);
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.Header_contactLink::before {
  content: '';
  background: url(../images/common/icon_mail.png) no-repeat 0 0;
  background-size: 25px auto;
  display: inline-block;
  width: 25px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
