@charset "utf-8";
/* CSS Document */

#contents .baitoru_btn {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 540px;
}
#contents .baitoru_btn a {
  display: block;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background-color: #ff0000;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
  border: 1px solid #cc0000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  font-weight: bold;
  letter-spacing: 2px;
}
#contents p.baitoru_btn:hover a {
  text-decoration: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}