@charset "utf-8";
@media only screen and (max-width: 639px) {
  #titlearea h1 {
    background: url(../img/news/visual_title_mini.jpg) no-repeat 0 0;
    background-size: 124px auto;
  }
  #titlearea .titlearea-inner {
    background: url(../img/about/visual_img.png) no-repeat right bottom;
    background-size: auto 88%;
  }

  #news h2 {
    font-size: 16px;
    padding: 4px 8px 8px 8px;
    margin-bottom: 8px;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
  }
  #news .data {
    font-size: 14px;
    text-align: left;
    color: #0099cc;
  }
  #news .box {
    padding: 16px;
    margin-bottom: 16px;
    background: #f8f8f8;
  }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}
@media print, screen and (min-width: 640px) {
  #titlearea h1 {
    background: url(../img/news/visual_title.jpg) no-repeat 0 0;
  }
  #titlearea .titlearea-inner {
    background: url(../img/about/visual_img.png) no-repeat right bottom;
  }

  #news h2 {
    font-size: 16px;
    padding: 4px 8px 8px 8px;
    margin-bottom: 8px;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
  }
  #news .data {
    font-size: 14px;
    text-align: left;
    color: #0099cc;
  }
  #news .box {
    padding: 16px;
    margin-bottom: 16px;
    background: #f8f8f8;
  }
}
