/* sets the base font to 10px for easier math */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*----------------------------------------------------
    contact
----------------------------------------------------*/
main p.lead {
  text-align: center;
}
main p.lead em {
  font-size: 12px;
  font-size: 1.2rem;
}
main p.back {
  text-align: center;
}
main p.back a {
  display: inline-block;
  background-color: #4ba442;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  width: 360px;
  height: 40px;
  line-height: 40px;
  border: none;
}
main p.back a:hover {
  background-color: #1e8d13;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
main .contact {
  background-color: #f0f0f0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 40px;
  width: 800px;
  margin: 0 auto;
}
main .contact dl {
  min-height: 1px;
}
main .contact dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
main .contact dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  clear: both;
  width: 183px;
  margin: 0 0 24px;
  line-height: 33px;
}
main .contact dl dt span.required {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: super;
}
main .contact dl dd {
  float: left;
  width: 520px;
  margin: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
}
main .contact dl dd input {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px;
  width: 100%;
  height: 32px;
}
main .contact dl dd input + span,
main .contact dl dd textarea + span {
  color: #ff0000;
  display: inline-block;
  padding: 4px 0 0;
}
main .contact dl dd textarea {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
main .contact p {
  text-align: center;
}
main .contact p input[type="submit"] {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-color: #4ba442;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  width: 360px;
  height: 40px;
  border: none;
}
main .contact p input[type="submit"]:hover {
  background-color: #1e8d13;
}
