@charset "UTF-8";
/* ---------------------------------------------------------------- *

    NEWS news.css

----------------------------------------------------------------- */
/* titleWrap */
.titleWrap {
  background-image: url("../img/news/title_bg.jpg");
}

.titleWrap .title {
  padding-top: 92px;
}

.pageTtl {}
  .pageTtl span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
.icoPDF {
  display: inline-block;
  padding-left: 18px;
  background: url(../img/common/ico_pdf.gif) no-repeat left 8px;
}
.icoArrow {
  display: inline-block;
  padding-left: 18px;
  background: url(../img/common/ico_arrow.gif) no-repeat left 9px;
}
.postYear {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 130px;
  padding: 8px 15px;
  margin-bottom: 20px;
  background: url(../img/news/ico_arrow.png) no-repeat 95% center #000;
  border: none;
}
  .postYear option {
    color: #000;
    background: #fff;
  }
.categoryList {
  letter-spacing: -0.4em;
  margin-bottom: 20px;
}
  .categoryList li {
    list-style-type: none;
    display: inline-block;
    color: #999;
    letter-spacing: normal;
  }
  .categoryList li::after {
    content: "　／　";
  }
  .categoryList li:last-of-type::after { display: none; }
    .categoryList li a {
      color: #999999;
    }
    .categoryList li.active a { color: #DC2800; }
.entry {
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
  .entry time {
    line-height: 2.5;
    float: left;
    margin-right: 20px;
  }
  .entry .category {
    display: inline-block;
    float: left;
    border-width: 1px;
    border-style: solid;
    padding: 3px 15px;
    margin-bottom: 20px;
  }
  .entry .category.news_category01 {
    color: #DC2800;
    border-color: #DC2800;
  }
  .entry .category.news_category02 {
    color: #82A028;
    border-color: #82A028;
  }
  .entry .category.news_category03 {
    color: #378EE5;
    border-color: #378EE5;
  }
  .entry .category.news_category04 {
    color: #B4823C;
    border-color: #B4823C;
  }
  .entry .category.news_category05 {
    color: #FF5AA0;
    border-color: #FF5AA0;
  }
  .entry .category.news_category06 {
    color: #FA8214;
    border-color: #FA8214;
  }
  .entry .category.news_category07 {
    color: #AA5078;
    border-color: #AA5078;
  }
  .entry .title {
    display: block;
    clear: both;
    color: #000;
    font-weight: normal;
    text-align: left;
  }
    .entry .title a {
      color: #000;
      text-decoration: none;
    }
.btn01 {
  width: 48%;
  float: left;
}
  .btn01 a {
    display: block;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 18px 0;
    border: 1px solid #000;
    background: #fff;
  }
    .btn01 a span {
      display: inline-block;
      padding-left: 20px;
      background: url(../img/common/ico_arrow2.gif) no-repeat left center;
    }
.btn02 {
  width: 48%;
  float: right;
}
  .btn02 a {
    display: block;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 18px 0;
    border: 1px solid #000;
    background: #fff;
  }
.postContents { margin-bottom: 50px; }
/*----------------------------
  インデックス
----------------------------*/
#news {}
  #news .pageTtl { margin-bottom: 0; }
  #news .leadTxt { padding-top: 50px; }
  #news .boxTtl { float: left; }
  #news .list { float: right; }
    #news .list a { color: #000; }
  #news .exhibition {
    clear: both;
    overflow: hidden;
  }
    #news .exhibition li {
      width: 196px;
      float: left;
      padding: 12px;
      margin-right: 5px;
      background: #f0f0f0;
    }
    #news .exhibition li:nth-child(3n) { margin-right: 0; }
      #news .exhibition li a {
        display: block;
        color: #000;
        text-decoration: none;
      }
        #news .exhibition li figure { margin-bottom: 10px; }
        #news .exhibition li .title {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          line-height: 1.3;
        }
        #news .exhibition li p { margin-bottom: 0; }
/*----------------------------
  news-detail
----------------------------*/
#news-detail {}
  #news-detail time {
    display: block;
    margin-bottom: 20px;
  }
  #news-detail .image {
    text-align: center;
    margin-bottom: 30px;
  }
/*----------------------------
  ニュースリリース
----------------------------*/
#news-release {}
#news-release-detail {}
  #news-release-detail time {
    display: block;
    margin-bottom: 20px;
  }
  #news-release-detail .image {
    text-align: center;
    margin-bottom: 30px;
  }
/*----------------------------
  トピックス
----------------------------*/
#news-topics {}
#news-topics-detail {}
  #news-topics-detail time {
    display: block;
    margin-bottom: 20px;
  }
  #news-topics-detail .image {
    text-align: center;
    margin-bottom: 30px;
  }
/*----------------------------
  更新情報
----------------------------*/
#news-upinfo {}
#news-upinfo-detail {}
  #news-upinfo-detail time {
    display: block;
    margin-bottom: 20px;
  }
  #news-upinfo-detail .image {
    text-align: center;
    margin-bottom: 30px;
  }
/*----------------------------
  展示会情報
----------------------------*/
/* インデックス */
#news-exhibition {}
  #news-exhibition .dfTable {}
    #news-exhibition .dfTable th {
      vertical-align: middle;
      width: 200px;
      border-left: none;
    }
      #news-exhibition .dfTable th a {
        display: inline-block;
        padding-left: 20px;
        background: url(../img/common/ico_arrow.gif) no-repeat center left;
      }
    #news-exhibition .dfTable td {
      vertical-align: middle;
      border-right: none;
    }
    #news-exhibition .dfTable td.icoEND {
      padding-right: 110px;
      background: url(../img/news/ico_end.gif) no-repeat 98% center;
    }
/* 詳細 */
#news-exhibition-detail {}
  #news-exhibition-detail .vox01 {
    text-align: center;
    margin-bottom: 30px;
  }
  #news-exhibition-detail .panelImage {
    width: 100px;
    float: left;
  }
  #news-exhibition-detail .text {
    padding: 0;
    margin: 0 0 0 120px;
  }
  #news-exhibition-detail .galleryList {
    overflow: hidden;
  }
    #news-exhibition-detail .galleryList li {
      display: table;
      list-style-type: none;
      width: 140px;
      height: 140px;
      float: left;
      padding: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      background: #f0f0f0;
    }
    #news-exhibition-detail .galleryList li:nth-of-type(4n) { margin-right: 0; }
      #news-exhibition-detail .galleryList li a {
        display: table-cell;
        color: #000;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        height: 100%;
      }
      #news-exhibition-detail .galleryList li img { max-width: 100%; }
      #news-exhibition-detail .galleryList li .caption { display: block; }
/* モーターショー・その他展示会 */
#news-list {}
  #news-list .listVoxWrapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 75px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #news-list .listVox {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  #news-list .listVox .item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding: 30px;
    max-width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
    position: relative;
  }
  #news-list .listVox .item:nth-child(odd) { border-right: 1px solid #ddd; }
  #news-list .listVox .item:nth-child(odd):before,
  #news-list .listVox .item:nth-child(odd):after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: -10px;
  }
  #news-list .listVox .item:nth-child(odd):before { top: -10px; }
  #news-list .listVox .item:nth-child(odd):after { bottom: -10px; }
    #news-list .listVox .item .title {
      padding-left: 15px;
      margin-bottom: 30px;
      background: url(../img/common/ico_arrow.gif) no-repeat left 8px;
    }
    #news-list .listVox .item figure {
      text-align: center;
      margin-bottom: 20px;
    }
    #news-list .listVox .item p {
      margin-bottom: 0;
    }
    #news-list .listVox .item .endIco {
      display: block;
      text-align: right;
      margin-top: 15px;
    }
/* ---------------------------------------------------------------- *
    スマートフォン（768px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .titleWrap {
    background-image: url("../img/news/title_bg_sp.jpg");
  }
    .titleWrap .title {
      padding-top: 0;
      width: 72px;
      height: 17px;
      background-image: url("../img/news/title_sp.png");
    }
  .postYear { width: 100%; }
  .entry { margin-bottom: 20px; }
    .entry time {
      display: block;
      line-height: 1.5;
      float: none;
      margin-right: 0;
      margin-bottom: 10px;
    }
    .entry .category { float: none; }
  .btn01 {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .btn02 {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  /*----------------------------
    インデックス
  ----------------------------*/
  #news {}
    #news .leadTxt { padding-top: 30px; }
    #news .exhibition {}
      #news .exhibition li {
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
      }
          #news .exhibition li figure {
            width: 196px;
            margin: 0 auto 10px auto;
          }
  /*----------------------------
    展示会情報
  ----------------------------*/
  /* インデックス */
  #news-exhibition {}
    #news-exhibition .dfTable,
    #news-exhibition .dfTable thead,
    #news-exhibition .dfTable tbody,
    #news-exhibition .dfTable tr,
    #news-exhibition .dfTable th,
    #news-exhibition .dfTable td {
      display: block;
      width: 100%;
        border: none;
    }
    #news-exhibition .dfTable th,
    #news-exhibition .dfTable td { margin-bottom: 10px; }
      #news-exhibition .dfTable td.icoEND {
        padding-right: 0;
        padding-bottom: 30px;
        background-position: center bottom;
      }
  /* 詳細 */
  #news-exhibition-detail {}
    #news-exhibition-detail img {
      max-width: 100%;
      width: auto;
    }
    #news-exhibition-detail .vox01 {}
    #news-exhibition-detail .panelImage {
      width: 53px;
      float: none;
      margin: 0 auto 20px auto;
    }
    #news-exhibition-detail .text { margin: 0; }
  /* モーターショー・その他展示会 */
  #news-list {}
    #news-list img {
      max-width: 100%;
      width: auto;
    }
    #news-list .listVoxWrapper {
      max-width: auto;
      margin: 0 auto 30px auto;
    }
    #news-list .listVox {
      display: block;
      padding: 10px 0;
    }
    #news-list .listVox .item {
      -webkit-flex-basis: auto;
      flex-basis: auto;
      padding: 20px;
      max-width: 100%;
    }
    #news-list .listVox .item:nth-child(odd) { border-right: none; }
    #news-list .listVox .item:nth-child(odd):before,
    #news-list .listVox .item:nth-child(odd):after { display: none; }
      #news-list .listVox .item .title { margin-bottom: 20px; }
      #news-list .listVox .item figure {}
        #news-list .listVox .item figure img { max-width: 100%; }
      #news-list .listVox .item .endIco {
        width: 72px;
        margin: 15px auto 0 auto;
      }
}
