@charset "UTF-8";

.main a{
  transition-duration: .5s;
}
.main a:hover{
  opacity:0.9;
}

.main{
  width: 1280px;
  margin: 0 auto 50px auto;
  background:#e6e6e6;
}

.feature{
  position: relative;
  height: 920px;
  background:url(/sports/vaam/campaign/vaamwater/images/bg_feature.gif) repeat;
  padding: 0 150px;
}

.feature h1{
  padding:7px 0 0 0;
}


.feature_item li{
  position:absolute;
}

.feature_item li:nth-of-type(1){
  top:182px;
  left:150px
}

.feature_item li:nth-of-type(2){
  top:182px;
  left:476px;
}

.feature_item li:nth-of-type(3){
  top:182px;
  right:150px
}

.feature_item li:nth-of-type(4){
  top:465px;
  left:315px
}

.feature_item li:nth-of-type(5){
  top:465px;
  right:315px
}


.feature .feature_btn{
  position:absolute;
  bottom:55px;
  left:505px
}


.cmp{
  position: relative;
  margin-top: -57px;
  z-index: 10;
}

.cmp a{
  position:absolute;
  bottom:30px;
  left:464px
}


.map h1{
  width:975px;
  height: auto;
  margin: 50px auto;
}

.sns{
  width: 240px;
  margin: 0 auto 65px auto;
  display: flex;
  display:-webkit-flex;
  justify-content: space-between;
}

.sns li{
  width: 80px;
  height: 80px;
}

.banner{
  width: 435px;
  margin: 0 auto;
}

.banner li{
  margin-bottom: 20px;
}

.btn_top{
  float: right;
  display: none;
}

/* overwrite*/
#vaamHeader {
    width: 1280px !important;
}


#vaamHeader .language{
  left:750px !important;
}



