@charset "utf-8";
@viewport {
  width: extend-to-zoom;
  zoom: 1;
}
/* ****************************************************************************
									reset
**************************************************************************** */
*,
html,
body {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: rgba(255, 255, 255, 1);
  color: rgba(133, 105, 113, 1);
  font-family: "Arial", Times, serif;
  font-size: 13pt;
  font-weight: normal;
  line-height: 17pt;
}
a,
a:visited {
  color: rgba(133, 105, 113, 1);
  font-family: "Arial", Times, serif;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
fieldset {
  border: 0;
}
img {
  border: 0 none;
  height: 200px;
}
ol,
ul {
  list-style: outside;
}
.clr {
  clear: both;
}
.error {
  color: rgba(225, 0, 0, 1) !important;
  border: rgba(225, 0, 0, 1) 1px solid !important;
}
.hide {
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.red {
  color: rgba(225, 0, 0, 1);
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.w48 {
  width: 48%;
}
.wrapper {
  width: 940px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
/* ****************************************************************************
								struture
**************************************************************************** */
article,
aside,
figure,
footer header,
nav,
section {
  display: block;
}
#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
}
header {
  background: rgba(240, 240, 240, 1);
  padding: 20px 0;
}
header h1 a {
  display: block;
}
header h1 a img {
  vertical-align: bottom;
}
header h2 {
  width: 450px;
  margin: 115px 0 0 20px;
  font-size: 21pt;
  font-weight: bold;
}
.contact {
  margin-top: 65px;
  list-style: none;
}
.contact li {
  height: 36px;
  margin-top: 10px;
  padding-left: 46px;
  line-height: 34px;
}
.contact li:first-child {
  margin-top: 0;
}
.contact li.phone {
  background: url(../img/phone.png) center left no-repeat;
  font-size: 23pt;
  font-weight: bold;
}
.contact li.email {
  background: url(../img/email.png) center left no-repeat;
}
nav {
  background: rgba(230, 41, 20, 1);
}
nav ul {
  margin-top: 2px;
  padding: 0 15px;
  list-style: none;
  overflow: hidden;
}
nav ul li {
  display: block;
  float: left;
  margin: 0 5px;
}
nav ul li a,
nav ul li a:visited {
  height: 40px;
  display: block;
  padding: 0 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 38px;
}
nav ul li a:hover {
  height: 38px;
  text-decoration: none;
}
nav ul li a.current:hover {
  height: 40px;
}
nav ul li a:hover,
nav ul li a.current {
  background: rgba(255, 255, 255, 1);
  color: rgba(78, 92, 40, 1);
}
#main {
  padding-bottom: 100px;
}
#main .wrapper {
  padding: 20px;
}
article {
  width: 500px;
  height: auto;
  overflow: hidden;
}
article h1,
article h2 {
  margin-bottom: 5px;
  font-size: 15pt;
  font-weight: bold;
}
article ol {
  padding-left: 24px;
  list-style-type: decimal;
}
article ol li {
  margin-bottom: 10px;
}
article ul {
  list-style: none;
}
article ul li {
  background: url(../img/li.png) center left no-repeat;
  min-height: 24px;
  margin-bottom: 10px;
  padding-left: 36px;
}
aside {
  width: 400px;
  height: auto;
  position: relative;
  overflow: hidden;
  border: rgba(165, 52, 28, 1) 1px solid;
  border-radius: 20px;
  box-shadow: 0 0 4px 1px rgba(25, 25, 25, 0.25);
}
aside h2 {
  background-image: linear-gradient(
    to top,
    rgba(240, 240, 240, 1) 0%,
    rgba(230, 230, 230, 1) 50%,
    rgba(240, 240, 240, 1) 100%
  );
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  color: rgba(230, 41, 20, 1);
  font-size: 23pt;
  font-weight: bold;
  line-height: 58px;
  border-bottom: rgba(220, 220, 220, 1) 1px solid;
  box-shadow: 2px 0 3px 1px rgba(25, 25, 25, 0.25);
}
aside #error,
aside #success {
  width: 100%;
  display: none;
  position: absolute;
  top: 62px;
  z-index: 1000;
}
aside #error > div,
aside #success > div {
  padding: 20px;
  text-align: center;
}
aside #error {
  background-color: rgba(170, 34, 34, 0.9);
  color: rgba(240, 240, 240, 1);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.25);
}
aside #success {
  background-color: rgba(204, 255, 204, 0.9);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.25);
}
aside form {
  padding: 0 20px 20px;
}
aside fieldset {
  margin-bottom: 20px;
}
aside legend {
  margin-bottom: 8px;
  color: rgba(230, 41, 20, 1);
  font-size: 17pt;
}
aside fieldset div {
  margin-bottom: 8px;
  overflow: hidden;
}
aside label {
  display: block;
  margin-bottom: 4px;
  font-size: 11pt;
}
aside input[type="email"],
aside input[type="tel"],
aside input[type="text"] {
  width: 96.2%;
  height: 18px;
  padding: 6px;
  border: rgba(220, 220, 220, 1) 1px solid;
}
aside .w48 input {
  width: 92%;
}
aside select {
  width: 100%;
  padding: 6px;
  border: rgba(220, 220, 220, 1) 1px solid;
}
aside select option {
  padding: 0 6px;
}
aside input[type="submit"] {
  background-image: linear-gradient(
    to top,
    rgba(151, 178, 76, 1) 0%,
    rgba(109, 145, 61, 1) 50%,
    rgba(151, 178, 76, 1) 100%
  );
  width: 200px;
  height: 50px;
  font-size: 17pt;
  font-weight: bold;
  color: rgba(240, 240, 240, 1);
  border: rgba(240, 240, 240, 1) 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.25);
}
aside input[type="submit"]:hover {
  background-image: linear-gradient(
    to top,
    rgba(240, 240, 240, 1) 0%,
    rgba(220, 220, 220, 1) 50%,
    rgba(240, 240, 240, 1) 100%
  );
  cursor: pointer;
  color: rgba(151, 178, 76, 1);
  border: rgba(151, 178, 76, 1) 1px solid;
}
footer {
  background: rgba(165, 52, 28, 1);
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  color: rgb(255, 255, 255);
  font-size: 10pt;
  text-align: center;
}
footer a,
footer a:visited {
  color: rgb(255, 255, 255);
  font-size: 10pt;
}
footer a:hover {
  color: rgb(255, 255, 255);
}
@media all and (min-device-width: 480px) and (max-device-width: 800px) {
  header h2 {
    font-size: 16pt;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-device-pixel-ratio: 1.5) {
  header h2 {
    font-size: 15pt;
  }
}
