@charset "UTF-8";
/* CSS Document */

a.bt-01{
  display: block;
  height: 30px;
  width: 250px;
  text-decoration: none;
  line-height: 33px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 1px 1px 1px #e9e9e9;
  box-shadow: 1px 1px 1px #e9e9e9;
  background: #119de9;
  background: -webkit-gradient(linear, left top, left bottom, from(#119de9), to(#4bb8f3));
  background: -moz-linear-gradient(top, #119de9, #4bb8f3);
  background: -o-linear-gradient(top, #119de9, #4bb8f3);
  background: -ms-linear-gradient(top, #119de9, #4bb8f3);
  background: linear-gradient(top, #119de9, #4bb8f3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#119de9', endColorstr='#4bb8f3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#119de9', endColorstr='#4bb8f3')";
}
a.bt-01:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
