/* CSS Document */

/* short_top area ------------------------- */


.itv_no{
  background-color: #5F8B79;
}


.short_wrap{
  background-color: #EFE3CF;
}
.short_top{
  background-color: #F7F6F0;
  position: relative;
  /*padding-top: 30px;*/
  padding-bottom: 20px;
}
.short_top_img{
  width: 100%;
 }

/* short_top area  End------------------------- */


/* short_top_inner area  ---------------------------- */
.short_top_inner{
  margin-left: 7.46%;
  margin-right: 7.46%;
  padding-top: 35px;
  padding-bottom: 20px;
}
.short_top_inner p{
  font-size: 1.4rem;
  line-height: 2.8;
  text-decoration: underline 2px #A4AC86;
  text-underline-offset: 0.8em;
}
/* short_top_inner area  End------------------------- */


/* short_interview area  ----------------------------- */
.short_interview{
  background-color: #F7F6F0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: #444444 1px solid;
}

.short_interview .interview_inner{
  padding-top: 0;
}

.short_interview h1{
  text-align: left;
  font-size: 1.8rem;
  padding-bottom: 30px;
}
.short_interview h1 em{
  font-weight: 600;
  font-size: 2.6rem;
  position: relative;
  top: 4px;
  padding-right: 5px;
}
.short_interview .txt{
  font-size: 1.3rem;
  padding-bottom: 15px;
}

/* short_interview area  End ------------------------- */