.titlebg_contact {
  padding: 60px 0;
}
.titlebg_contact h1 {
  color: #333;
  text-shadow: none;
}

.contact {
  padding-top: 20px;
}
.contact div {
  margin: 30px;
}
.contact .common_storemap {
  padding: 20px;
  margin-top: 30px;
}
.contact .common_storemap .kcbutton {
  margin: 0;
}
.contact .common_storetel {
  font-size: 1.8em;
  margin: 0 auto 50px;
}
.contact .mailform_area {
  display: table;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.contact .mailform_area .trow:last-child .label-area {
  border-bottom: none;
}
.contact .mailform_area .trow {
  display: table-row;
}
.contact .mailform_area .trow .label-area {
  display: table-cell;
  background-color: #eee;
  padding: 15px 15px;
  font-weight: bold;
  width: 150px;
  border-left: 5px solid #8ec220;
  vertical-align: top;
  border-bottom: 2px dotted #fff;
}
.contact .mailform_area .trow .input-area {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
.contact .mailform_area .trow .input-area input, .contact .mailform_area .trow .input-area textarea {
  width: 300px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact .mailform_area .trow .input-area textarea {
  width: 410px;
}
.contact .mailform_area .trow .input-area .privacypolicy {
  width: 400px;
  height: 150px;
  border: 1px solid #bbb;
  border-radius: 2px;
  overflow-y: scroll;
  margin: 10px 0 10px;
  font-size: 0.8em;
  line-height: 150%;
  padding: 10px;
}
.contact .mailform_area .trow .input-area .privacypolicy h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact .mailform_area .trow .input-area .privacypolicy p, .contact .mailform_area .trow .input-area .privacypolicy dd {
  margin-bottom: 10px;
}
.contact .mailform_area .trow .input-area .privacypolicy strong {
  font-size: 1.1em;
  font-weight: bold;
}
.contact .contactbutton {
  width: 250px;
  font-size: 1.2em;
}
.contact .requiredColor {
  color: red;
  font-size: 0.6em;
  margin-left: 5px;
}
.contact .contact_submitArea {
  margin-bottom: 50px;
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 650px;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #8ec220;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #8ec220;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

.storemap {
  padding-bottom: 20px;
}
.storemap section h2 {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #8ec220;
  background-color: #FFF;
  border-radius: 0;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 1.6em;
}
.storemap .table {
  width: 85%;
}
.storemap .storeimg {
  background-color: #f7f7f7;
  text-align: center;
  width: 200px;
}
.storemap .storetable {
  vertical-align: top;
}
.storemap .storetable .trow .tcell {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.storemap .storetable .trow .tcell a {
  font-weight: bold;
  color: #DD4B39;
}
.storemap .storetable .trow .tcell:first-child {
  font-weight: bold;
}
.storemap .storetable .trow .tcell:first-child:before {
  font-size: 1.2em;
  color: #f4a703;
  font-family: FontAwesome;
  content: "\f0da";
  float: right;
}
.storemap .storetable .trow:first-child .tcell {
  border-top: 1px solid #ccc;
}
