@charset 'UTF-8';
/*---------------------------------------------------------------------------------
consul
---------------------------------------------------------------------------------
/consul/index.html
/consul/form.html
/consul/fmConsul.cgi
---------------------------------------------------------------------------------*/

#consul h3 {
  background: #ff637f;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px #ff637f;
  -moz-box-shadow: 0 1px 3px #ff637f;
  -webkit-box-shadow: 0 1px 3px #ff637f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 5px 10px;
  text-align: center;
}

.wrapCnt {
  background: #fff;
  text-align: left;
}

.wrapCnt h4 {
  color: #000;
  text-align: center;
}

.wrapCnt h4 span {
  color: #c00;
}

.wrapCnt p {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px;
}

.wrapCnt h5 {
  color: #c00;
  margin: 0 0 10px;
  text-align: center;
}

.contact {
  background: #fcc;
  margin: 10px;
  padding: 10px;
}

.contact p {
  text-align: left;
}

.contact .button {
  background: -moz-linear-gradient(top, #fff, #fff 50%, #ffe2b6 50%, #ffe2b6);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #ffe2b6), to(#ffe2b6));
  border: 1px solid #f60;
  border-radius: 15px;
  color: #f60;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}