@charset "utf-8";

body.team .skyscraperWrap,
body.talkList .skyscraperWrap{
  display: none;
}
/*************************
index.html
*************************/
.talkList .kvArea{
  background: none;
  height: auto;
}
.talkListArea{
    width: 100%;
    margin: 0 auto;
}
.talkListArea img{
  max-width: 100%;
}
.talkListArea h2{
  font-size: 14px;
  margin: 35px 0px 0px;
}

/*************************
team
*************************/
.content{
  width: 100%;
}
nav,
.talkWrap{
  width: 100%;
  margin:0 auto;
}
.team .kvArea{
  background: #000;
  height: auto;
  text-align: center;
}
.supported{
  text-align: center;
  margin-top: 10px;
}
.supported img{
  width: 50%;
}
.tagheuer_3line{
  display: none;
}
.talkWrap h2{
  font-size: 20px;
  margin: 30px 0px;
  line-height: 1.5em;
}
.talkWrap p{
  font-size: 14px;
  line-height: 2em;
  margin-top: 30px;
}
.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;
}
.talk_pic img{
  max-width: 100%;
}
.videoWrap iframe{
  width: 100%;
}
.linkArea{
  width: 100%;
  margin: 60px auto 0;
}
.linkArea a{
  text-decoration: none;
}
.linkArea .back a{
  width: 100%;
  height: 70px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.linkArea .profile{
  font-size: 0;
}
.linkArea .profile a{
  width: 100%;
  height: 70px;
  font-size: 15px;
  background: #000;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  margin: 20px 0px 0px;
}
.linkArea .profile a:nth-child(2){
  margin-left: 0%;
}
