@charset "utf-8";

/************ main_content **************/

#contents_wrap #main_content{
	margin: 0 auto;
	width: 970px;
	}

#con01{
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

#con02{
  margin-bottom: 60px;
}

.contactBox {
	box-sizing: border-box;
	border: 1px solid #aaa;
	position: relative;
	width: 304px;
  margin-right: 29px;
  float: left;
}

.contactBoxRight {
  float:right;
  margin: 0;
  }

.dl_fax {
	font-size: 14px;
	position: absolute;
	bottom: -30px;
	right: 0;
}

.contactForm {
	width: 100%;
  overflow: hidden;
}

.contactForm dt {
	background: #ececee;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	clear: left;
	width: 258px;
	height: 104px;
	padding: 20px 0 20px 20px;
}

.contactForm dd {
	box-sizing: border-box;
	background: #f6f6f6;
	float: left;
	padding: 15px 20px;
	height: 104px;
	width: 712px;
}

.contactForm dd textarea {
	height: 52px;
	width: 649px;
  padding: 10px;
	border: 1px solid #a9a9a9;
}

.contact_area {
  overflow: hidden;
	margin-bottom: 30px;
}
.contact_area .contact_box {
  float: left;
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
}
.contact_area .contact_box .inner {
  height: 190px;
  border: 3px solid #7a7b7b;
}
.contact_area .contact_box:last-child {
  margin-right: 0;
}
.contact_area .contact_box .ttl {
  margin: 0 0 10px;
  background: #7a7b7b;
  text-align: center;
}
.contact_area .contact_box .ttl span {
  display: inline-block;
  padding: 15px 0 14px 32px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.contact_area .contact_box .ttl.icon_tel span {
  background: url("/support/visionsystem/cv_xus/common/img/contact_003.png") no-repeat left center;
}
.contact_area .contact_box .ttl.icon_fax span {
  background: url("/support/visionsystem/cv_xus/common/img/contact_002.png") no-repeat left center;
}
.contact_area .contact_box .ttl.icon_contact span {
  padding-left: 44px;
  background: url("/support/visionsystem/cv_xus/common/img/contact_001.png") no-repeat left center;
}
.contact_area .contact_box .txt {
  display: block;
  margin: 0 0 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
}
.contact_area .contact_box .tel_box {
  padding: 0 0 15px 34px;
}
.contact_area .contact_box .tel_box .tel_lead {
  margin: 0 0 5px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
}
.contact_area .contact_box .tel_box .tel_no {
  margin: 0 0 5px;
  padding-left: 30px;
  background: url("/support/visionsystem/cv_xus/common/img/contact_004.png") no-repeat left center;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  line-height: 1em;
}
.contact_area .contact_box .tel_box .tel_cap {
  margin: 0;
  text-align: left;
  font-size: 11px;
  line-height: 1em;
}
.contact_area .contact_box .tel_box .fax_sheet {
  margin: 5px 0 0;
  text-align: left;
  font-size: 12px;
  line-height: 1em;
}
.contact_area .contact_box .contact_btn {
  display: block;
  margin: 0 18px;
  padding: 12px 0 11px;
  border-radius: 3px;
  background: #172542;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
