#contents .time_head {
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    /* background: url(/sp/images/common/head_bg.png); */
    background-color: #ff93c6;
    /* font-weight: bold; */
    color: #FFF;
    font-size: 16px;
    border-bottom: none;
    padding: 10px;
}

table{
  width: 100%;
  margin-bottom: 20px;
}

table td{
  border: 1px solid #ff81bc;
  padding: 10px;
  line-height: 1.5em;
}

#contents .full_image_v{
  width: 100%;
  margin: auto;
  display: flex;
}

#contents .full_image_v img{
  width: 100%;
  height: 100%;
}
