@charset "utf-8";

body.team .skyscraperWrap,
body.talkList .skyscraperWrap{
  display: none;
}
/*************************
team/index.html
*************************/
.talkList .kvArea{
  background: url(/img/special/tagheuer/KV_tagheuer_list_bg.png) repeat;
  height: 640px;
  text-align: center;
}
.talkListArea{
    width: 980px;
    margin: 0 auto;
}
.talkListArea h2{
  font-size: 28px;
  margin: 80px 0px 30px;
}

/*************************
team
*************************/
.content{
  width: 100%;
  padding: 0px;
}
nav,
.talkWrap,
.videoWrap{
  width: 980px;
  margin:0 auto;
}
.talkArea a{
  text-decoration: none;
}
.team .kvArea{
  background: #000;
  height: 640px;
  text-align: center;
}
.kvArea h2 img{
  max-width: 1500px;
}
.supported{
  margin-top: 20px;
  text-align: center;
}
.tagheuer_3line{
  margin-top: 100px;
  text-align: center;
}
.talkWrap h2{
  font-size: 28px;
  margin: 70px 0px;
  line-height: 1.7em;
}
.talkWrap p{
  font-size: 14px;
  line-height: 2em;
  margin-top: 70px;
}
.talkWrap p:last-child{
  margin-bottom: 40px;
}
.talkWrap ul li{
  display: table;
  font-size: 14px;
  margin-bottom: 20px;
}
.talkWrap ul li dl dt{
  width: 45px;
  color: #b80018;
  font-weight: bold;
  display: table-cell;
}
.talkWrap ul li dl dd{
  display: table-cell;
  line-height: 2em;
  margin-left: 1em;
  text-indent: -1em;
}
.talk_pic{
  border: none;
  height: 370px;
  background: #000;
  -moz-transform: skewy(-6deg);
  -webkit-transform: skewy(-6deg);
  transform: skewY(-6deg);
  text-align: center;
}
.talk_pic img{
  -moz-transform: skewy(6deg);
  -webkit-transform: skewy(6deg);
  transform: skewY(6deg);
  margin-top: -79px;
}
.videoWrap{
  text-align: center;
  margin-top: 50px;
}
.videoWrap p{
  margin-top: 20px;
}
.linkArea{
  width: 980px;
  margin: 60px auto 0;
}
.linkArea a{
  text-decoration: none;
}
.linkArea a:hover{
  opacity: 0.7;
}
.linkArea .back a{
  width: 980px;
  height: 70px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.linkArea .profile{
  font-size: 0;
}
.linkArea .profile a{
  width: 49%;
  height: 70px;
  font-size: 16px;
  background: #000;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  margin: 20px 0px;
}
.linkArea .profile a:nth-child(2){
  margin-left: 2%;
}
.snsBtn{
  width: 980px;
  text-align: right;
  margin: 20px auto 0px;
}
