/*島根フィルムコミッション*/
@charset "utf-8";

/********制作者に聞く********/

#interview_img {
    background: no-repeat url("../images/interview/interview_main_img.jpg") center;
}
#interview_title {
    background:url(../images/common/page_h3_bg_05.png) no-repeat;
    background-size: 100% auto;
    padding: 0 0 2% 0;
    margin: 0 0 2% 0;
    border-bottom: 3px dotted #8dc11f;
    /*background-size:auto 85%;*/
}
.interview_name {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 10%; */
  padding: 5% 0 5% 0;
  font-size: 0.8rem;
  line-height: 120%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #222;
  background: #fff;
  opacity: 0.75;
}


/**************** タブレットレイアウト（481px～768px）****************/
@media (min-width: 481px) {



}


/**************** デスクトップレイアウト（769px～最大1100px）****************/
@media (min-width: 769px) {



}
