@charset "utf-8";

body#contact #headerArea .headerBG {
  background-image: url(../images/04_mv.jpg);
}

#contact_con {
	width: 1000px;
	margin:0 auto;
  padding: 60px 0 0;
}

#contact_con .lead {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: left;
}

#contact_con .contactInfo {
  display: table;
  width: 100%;
  padding: 10px 0;
	border-top: 1px dashed #67605D;
}
#contact_con .contactInfo .contact {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
  line-height: 1.4;
}
#contact_con .contactInfo .tel,
#contact_con .contactInfo .fax {
  width: 50%;
}
#contact_con .contactInfo .fax {
	border-left: 1px dashed #67605D;
}
#contact_con .contactInfo .mail {
  padding-bottom: 60px;
	border-bottom: 1px dashed #67605D;
}
#contact_con .contactInfo h4 {
  font-size: 180%;
  font-weight: bold;
  color: #33612E;
  letter-spacing: .1em;
}
#contact_con .contactInfo h4 span {
  display: block;
  padding-top: 5px;
  font-size: 50%;
  font-weight: normal;
  color: #000;
  letter-spacing: .08em;
}
#contact_con .contactInfo p {
  padding-top: 25px;
  font-size: 240%;
  font-weight: bold;
  color: #33612E;
  letter-spacing: .08em;
}
#contact_con .contactInfo p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#contact_con .contactInfo p a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #33612E;
  transition: width .5s ease;
}
#contact_con .contactInfo p a:hover:after {
  width: 100%;
}