@charset "UTF-8";

#page-container .interviewheader{
  width: 960px;
  height: 110px;
  margin: 0 auto 0 auto;
  display: table;
}
#page-container .interviewheader__ttl{
  display: table-cell;
  vertical-align: middle;
  font-size: 200%;
  line-height: 32px;
  color: #0096c8;
  font-weight: normal;
  letter-spacing: 0.07em;
}
#page-container .interviewheader__ttl:before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin: 0 9px 0 0;
}
#page-container .interviewheader__ttl:before {
  background: transparent url(../../../common/css/img/icon_hlv1_blue.png) 0 0 no-repeat;
}
#page-container .interviewheader__text {
  display: table-cell;
  font-size: 85.71429%;
  text-align: right;
  vertical-align: middle;
}

#page-container .interviewheader__text:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 1px 0;
  vertical-align: middle;
  background: transparent url(../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}

.headline-container{

}

.headline__body{
  width: 860px;
  margin: 0 auto;
}
.headline__item{
  padding-bottom: 21px;
  margin-bottom: 20px;
  background: url(../../../common/css/img/dot_h_01.png) 0 100% repeat-x;
}
.headline__item a{
  display: table;
  table-layout: fixed;
  width: 100%;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: url(img/arrow_headline.png) 100% 50% no-repeat;
}

.headline__item a:hover{
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.headline__img{
  display: table-cell;
  vertical-align: middle;
  width: 420px;
}
.headline__img img{
  vertical-align: top;
  width: 100%;
  height: auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.headline__description{
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.headline__date{
  color: #0096c8;
  letter-spacing: 0.07em;
}
.headline__date span{
  font-size: 78.57143%;
}
.headline__ttl{
  font-size: 164.28571%;
  color: #9B9B9B;
  letter-spacing: 0.07em;
}

.interviewlist-container{
  padding: 30px 0 60px 0;
}

.interviewlist__body{
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.interviewlist__item{
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.interviewlist__text{
  font-size: 92.85714%;
}

.interviewlist__text a{
  color: inherit;
}

.interviewlist__text:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 1px 0;
  vertical-align: middle;
  background: transparent url(../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat; 
}

.interviewlist__date{
  font-size: 78.57143%;
  padding-left: 20px;
  color: #9B9B9B;
}