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, menu, nav, section, summary {
  display: block;
}

.cf {
  zoom: 1;
}
.cf:after {
  content: '';
  clear: both;
  display: block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.center {
  text-align: center;
}

.onecolumn {
  margin: 0 auto;
  width: 980px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.section h2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0;
  background: #8bbe4a;
  background: -moz-linear-gradient(top, #8bbe4a 0%, #9cc962 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bbe4a), color-stop(100%, #9cc962));
  background: -webkit-linear-gradient(top, #8bbe4a 0%, #9cc962 100%);
  background: -o-linear-gradient(top, #8bbe4a 0%, #9cc962 100%);
  background: -ms-linear-gradient(top, #8bbe4a 0%, #9cc962 100%);
  background: linear-gradient(to bottom, #8bbe4a 0%, #9cc962 100%);
  color: #fff;
  text-indent: 1em;
  font-size: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bbe4a', endColorstr='#9cc962',GradientType=0 );
  margin-bottom: 30px;
}
.section h2:before {
  margin-right: 0.8em;
  border-left: 5px solid #fff;
  content: "";
}
.section ul.service {
  overflow: hidden;
}
.section ul.service li {
  position: relative;
  float: left;
  margin-left: 20px;
  border: 3px solid #bababa;
  padding: 10px 10px 45px;
  width: 195px;
  font-size: 13px;
}
.section ul.service li h3 {
  background: #00a4cd;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
  padding: 5px 0;
  font-weight: bold;
}
.section ul.service li h3.after {
  background-color: #04619d;
}
.section ul.service li h4 {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  white-space: nowrap;
}
.section ul.service li .detail {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#troubled {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bababa;
  margin: 0 20px;
}
#troubled h3 {
  background: #16a850;
  text-align: center;
}
#troubled ul {
  padding: 15px 0;
}
#troubled ul li {
  position: relative;
  font-size: 20px;
  color: #3e3e3e;
  margin-bottom: 15px;
  text-indent: 6em;
}
#troubled ul li:before {
  position: absolute;
  left: -2em;
  top: 0px;
  content: url(../img/icon_chack.jpg);
}

#reasonable {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #bababa;
  margin: 0 19px;
  background: #faf8e9;
}
#reasonable h3 {
  background: #d8ecea;
  height: 122px;
}
#reasonable ul {
  padding-top: 3px;
}
#reasonable ul li {
  position: relative;
}

#map {
  background: #c9e3f4;
  margin: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  padding: 21px 26px;
}
#map h3 {
  margin-bottom: 8px;
}

#mainContent .center {
  margin: 5px 0;
}
