@charset "UTF-8";
/* 2015年5月14日
   ========================================================================== */
#contact_select{
		margin:40px 0px;
}

#contact_select  h3{
		font-size:16px;
}  

#contact_select .contact_l {
  float: left;
  width: 51.76715176715177%;
  padding-right: 19px;
  text-align:center;
}

#contact_select .contact_r{
  float: right;
  width: 48.23284823284823%;
  text-align:center;
}

#contact_select .contact_btn{
  padding: 0 22px !important;
  margin-top:20px !important;
  height: 40px;
  line-height: 40px;
  background: #AEA28E;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

#contact_select .contact_btn a {
  color: #FFF;
}

#contact_select .contact_btn:hover {
  opacity: .75;
}

#contact_select .buttons{
		margin-bottom:40px;
}

@media screen and (max-width: 480px) {
	#contact_select .contact_l,#contact_select .contact_r{width:100%;float:none;}
}
