@charset "utf-8";
/* CSS Document */

#wrapper {
 width: 100%;
 background: url(../img/bg-tryangle.jpg) center center no-repeat;
 background-size: cover;
}
 #container {
  width: 70%;
  margin: 0 auto;
  position:relative;
 }
 .ftTxt {
  font-size: 12px;
 }
  .ftComapny {
   font-size: 14px;
   margin-top: 10px;
  }
  .ftTel {
   color: #e4006e;
   margin-top:15px;
   font-size: 22px;
   font-weight: bold;
  }
   .ftTel img {
    width:40px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
   }
 
 h1 {
  padding: 50px 0;
 }
 
 .homText,
	.bnrLink {
  margin: 50px 0;
 }