@charset "UTF-8";

/* headSection
================================================== */
@media only screen and (max-width: 767px) {
  #contents.responsive .headSection .leftArea .logo,
  #contents.responsive .headSection .leftArea .title {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 15px;
  }
  #contents.responsive .headSection .leftArea .logo {
    width: 45%;
  }
  #contents.responsive .headSection .leftArea .title {
    width: 46%;
  }
  #contents.responsive .headSection .leftArea .list {
    width: 48%;
    float: left;
    vertical-align: top;
  }
  #contents.responsive .headSection .leftArea .list .item {
    position: relative;
    width: auto;
  }
  #contents.responsive .headSection .leftArea .list .item a {
    display: block;
  }
  #contents.responsive .headSection .leftArea .list .item ul {
    margin-top: 10px;
    width: 205%;
    box-shadow: 0 0 5px 5px #ccc;
  }
  #contents.responsive .headSection .leftArea .list .item ul li {
    padding: 0 !important;
    width: auto !important;
    background-size: 1px 100% !important;
  }
  #contents.responsive .headSection .leftArea .list .item ul p {
    padding: 0;
    background: none;
  }
  #contents.responsive .headSection .leftArea .list .item ul a {
    display: block;
    padding: 12px 15px 12px 30px;
    background: url(/common/images/ico_link_01.gif) no-repeat 8px 16px;
  }
  #contents.responsive .headSection .leftArea .list .item .software .twoline {
    padding: 0 !important;
  }
  #contents.responsive .headSection .leftArea .list img {
    width: 100%;
    height: auto;
  }
}

/* mainSection
================================================== */
@media only screen and (max-width: 767px) {
  #contents.responsive .mainSection {
    margin-bottom: 20px;
  }
  #contents.responsive .mainSection .img,
  #contents.responsive .mainSection .summary {
    display: block;
    width: auto;
  }
  #contents.responsive .mainSection .img {
    margin-bottom: 30px;
  }
  #contents.responsive .mainSection .summary .ttl .ttlGroup .sttl {
    font-size: 14px;
  }
  #contents.responsive .mainSection .summary .ttl .ttlGroup .ttltxt {
    font-size: 20px;
  }
  #contents.responsive .mainSection .summary .txt {
    font-size: 16px;
  }
  #contents.responsive .mainSection .summary .txt br {
    display: block !important;
  }
}

/* .detailSection
================================================== */
@media only screen and (max-width: 767px) {
  #contents.responsive .detailSection .software h2 {
    height: 50px;
    line-height: 50px;
    font-size: 129%;
    background-size: auto 100%;
    border-radius: 0 5px 5px 0;
    border-right: solid 1px #d9d9da;
  }
  #contents.responsive .detailSection .software .body .imageRight {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #contents.responsive .detailSection .software .body .imageRight img {
    width: 100%;
    height: auto;
  }
}