@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: #ce181e;
  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_red.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_3ds_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: #ce181e;
  letter-spacing: 0.07em;
}
.headline__date span{
  font-size: 78.57143%;
}
.headline__ttl{
  font-size: 164.28571%;
  color: #9B9B9B;
  letter-spacing: 0.07em;
	padding-right: 10px;
}
.headline__ttl span {
  font-size: 78.260869565217%;
}

.interviewlist__body.other {
	float: right;
}
.interviewlist__body.nintendo {
	float: left;
  background: url(../../../common/css/img/dot_v_01.png) 100% 0 repeat-y;
}
.interviewlist-container{
  padding: 30px 0 60px 0;
}
.interviewlist__bodyfix {
  width: 860px;
  margin: 0 auto;
}
.interviewlist__body{
	width: 420px;
  overflow: hidden;
}
.interviewlist__item{
  float: left;
  width: 90%;
  margin-bottom: 25px;
}
.interviewlist__text{
  font-size: 92.85714%;
}
.interviewlist__text a{
  color: inherit;
}
.interviewlist__body.nintendo .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_3ds_00.png) 0 0 no-repeat;
}
.interviewlist__body.other .interviewlist__text:before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: transparent url(../../common/css/img/arrow_3ds_01.png) 0 0 no-repeat;
}

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


/*  irregular items  */
.interviewlist__body.other .firstchild{
	margin-bottom: 24px;
}
.interviewlist__body.other .firstchild:before {
content: "";
display: inline-block;
width: 4px;
height: 1em;
margin-right: 4px;
background-color: #ce181e;
border-radius: 3px;
}
.interviewlist__item.sub {
	margin-left: 10px;
	margin-top: -20px;
}
.interviewlist__item.sub .interviewlist__text:before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: transparent url(../../common/css/img/arrow_3ds_01.png) 0 0 no-repeat;
}
