html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: 'メイリオ', 'Meiryo',
    'ヒラギノ角ゴ Pro W3',
    'HIragino Kaku Gothic Pro W3',
    'HIragino Kaku Gothic Pro',
    'Osaka',
    'ＭＳ Ｐゴシック', 'MS P Gothic',
    sans-serif;
  margin: 0;
  outline: 0;
  padding: 0;

}

body,
table,
input,
textarea,
select,
option {
  font-family: 'メイリオ', 'Meiryo',
    'ヒラギノ角ゴ Pro W3',
    'HIragino Kaku Gothic Pro W3',
    'HIragino Kaku Gothic Pro',
    'Osaka',
    'ＭＳ Ｐゴシック', 'MS P Gothic',
    sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

a.red-button:link,
a.conv-btn:link {
  color: white;
}

.red-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F87), color-stop(1, #C00));
  background: -moz-linear-gradient(top, #F87 5%, #C00 100%);
  background: -webkit-linear-gradient(top, #F87 5%, #C00 100%);
  background: -o-linear-gradient(top, #F87 5%, #C00 100%);
  background: -ms-linear-gradient(top, #F87 5%, #C00 100%);
  background: linear-gradient(to bottom, #F87 5%, #C00 100%);
  background-color: #F87;
  border: 1px solid #d83526;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #f29c93;
  -webkit-box-shadow: inset 0 1px 0 0 #f29c93;
  box-shadow: inset 0 1px 0 0 #f29c93;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8877', endColorstr='#CC0000',GradientType=0);
  font-family: 'arial';
  font-size: 20px;
  font-weight: normal;
  padding: 6px 30px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
}

.conv-btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF9500), color-stop(1, #FF7200));
  background: -moz-linear-gradient(top, #FF9500 5%, #FF7200 100%);
  background: -webkit-linear-gradient(top, #FF9500 5%, #FF7200 100%);
  background: -o-linear-gradient(top, #FF9500 5%, #FF7200 100%);
  background: -ms-linear-gradient(top, #FF9500 5%, #FF7200 100%);
  background: linear-gradient(to bottom, #FF9500 5%, #FF7200 100%);
  background-color: #FF8000;
  border: 1px solid #FF7200;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #f29c93;
  -webkit-box-shadow: inset 0 1px 0 0 #f29c93;
  box-shadow: inset 0 1px 0 0 #f29c93;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9500', endColorstr='#FF7200',GradientType=0);
  font-family: 'arial';
  font-size: 20px;
  font-weight: normal;
  padding: 6px 30px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
}

.red-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C00), color-stop(1, #F87));
  background: -moz-linear-gradient(top, #C00 5%, #F87 100%);
  background: -webkit-linear-gradient(top, #C00 5%, #F87 100%);
  background: -o-linear-gradient(top, #C00 5%, #F87 100%);
  background: -ms-linear-gradient(top, #C00 5%, #F87 100%);
  background: linear-gradient(to bottom, #C00 5%, #F87 100%);
  background-color: #FF8000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#FF8877',GradientType=0);
}

.conv-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF7200), color-stop(1, #FF9500));
  background: -moz-linear-gradient(top, #FF7200 5%, #FF9500 100%);
  background: -webkit-linear-gradient(top, #FF7200 5%, #FF9500 100%);
  background: -o-linear-gradient(top, #FF7200 5%, #FF9500 100%);
  background: -ms-linear-gradient(top, #FF7200 5%, #FF9500 100%);
  background: linear-gradient(to bottom, #FF7200 5%, #FF9500 100%);
  background-color: #C00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7200', endColorstr='#FF9500',GradientType=0);
}

.red-button:active,
.conv-btn:active {
  position: relative;
  top: 1px;
}

.register-btn {
  margin-top: 10px;
}
