@charset "utf-8";

/*--------------------------------------------------------------------------------
	sale_first
--------------------------------------------------------------------------------*/
#sale_first .ht { background:url(img/pagetitle.gif) no-repeat; width:940px; height:165px;}


/*--------------------------------------------------------------------------------
	sale_info
--------------------------------------------------------------------------------*/
#sale_info h1 {
	position:absolute;
	background:#fff;
	display:inline-block;
	width:180px;
	text-align:center;
	top:-16px;
	left:0;
	right:0;
	margin:auto;
	}


/*--------------------------------------------------------------------------------
	sale_contact
--------------------------------------------------------------------------------*/
#contact_tel h2,
#contact_mail h2 {
	background:#0268cc;
	color:#fff;
	text-align:center;
	margin:0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;  
  -webkit-border-top-right-radius: 7px;  
  -moz-border-radius-topleft: 7px;  
  -moz-border-radius-topright: 7px; 
	position: relative;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 40px;
	z-index: 0;	 
	}
#contact_tel h2:after,
#contact_mail h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0268cc transparent transparent transparent;
}	
	
#contact_tel .ebox-bg,
#contact_mail .ebox-bg {
	color:#fff;
	padding:20px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;  
  -webkit-border-bottom-left-radius: 7px;  
  -moz-border-radius-bottomright: 7px;  
  -moz-border-radius-bottomleft: 7px;
	height:120px;
	}


#contact_tel .font-xl {
	font-size:4rem;
}

#contact_mail .btn {
	background: rgba(255, 255, 255, 1);
	color:#0268cc;
	font-size:2.5rem;
	padding: 10px 20px 10px 40px;
	text-align:center;
}
#contact_mail .btn:hover { background: rgba(255, 255, 255, .5); }
#contact_mail .btn:before {
	position: absolute;
	text-align:left;
	top: 50%;
	left: 40px;
	margin-top: -.5em;
	font-family: "FontAwesome";
	content: "\f003";
	line-height: 1;
	color:#0268cc;
}

#contact_office h2 {
	background:#0268cc;
	color:#fff;
	text-align:center;
	margin:0 0 20px;
	border-radius: 7px;
  -webkit-border-radius: 7px;  
  -moz-border-radius: 7px;  
	position: relative;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 40px;
	z-index: 0;	 
	}
#contact_office h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0268cc transparent transparent transparent;
}	

#contact_office .office_tel {
	color:#fff;
	text-align:center;
	background:#3c94ec;
	padding:10px;
}