@charset "UTF-8";
/*--------------------
	parts
--------------------*/
.pc-obj {
  display: inline !important;
}

.pc-link {
  display: block !important;
}

.sp-obj {
  display: none !important;
}

.sp-link {
  display: none !important;
}

br.pc-on {
  display: inline;
}

/*フォント設定*/
html, .zip-input {
  font-family: Verdana,"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif !important;
  color: #333;
}

#gnHeader .headerMenu ul.layer01 > li > a {
  display: block;
  background: url(http://www.nissan.co.jp/SP/COMMON/GN/IMAGES/icn_menu_off.png) no-repeat 96% center;
  background-size: 12px 8px;
  padding: 12px 0;
  border: 0;
}

#top {
  background-color: #282828;
}

/*margin*/
.ml0 {
  margin-left: 0;
}

/*PCグロナビ*/
.top-nav {
  position: relative !important;
}

/*ヘッダー・フッター*/
.restrict {
  max-width: 100% !important;
}

/* ページトップ */
.pagetop {
  text-align: right;
  margin-bottom: 15px !important;
}

.menu, .tools-menu {
  display: none !important;
}

.nav-wrapper {
  border-bottom: none;
}

.headerMenuBtn {
  visibility: hidden;
}

.top-nav .container {
  width: 1308px !important;
  margin: 0 auto;
}

#mainContents {
  width: 1308px;
  margin: 0 auto;
  padding-bottom: 180px;
  background-image: url(../IMG/bg.png);
  background-position: left bottom;
}
#mainContents img {
  margin: 0 auto;
}
#mainContents .img_position1 {
  margin-bottom: 50px;
}
#mainContents .img_bottom1 {
  margin-bottom: 20px;
}
#mainContents .img_bottom2 {
  margin-bottom: 40px;
}
#mainContents .img_bottom3 {
  margin-bottom: 80px;
}
#mainContents p {
  margin: 0;
  padding: 0;
}
#mainContents p img {
  vertical-align: bottom;
}
#mainContents .readText {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
#mainContents .readText.talk {
  margin: 30px 49px;
  text-align: justify;
}
#mainContents .readText a.lineLink {
  color: #000;
  text-decoration: underline;
}
#mainContents .readText a.lineLink:hover {
  color: #c71444;
}
#mainContents .readText.newsRoom {
  margin: 0 0 80px;
  text-align: center;
}

.headSection {
  width: 1308px;
  text-align: center;
  padding: 10em 0;
}
.headSection h1 {
  margin-bottom: 30px;
}
.headSection .schedule {
  margin: 0;
}

.visualSection {
  margin-bottom: 30px;
}
.visualSection h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.showSection {
  padding: 0 20px;
  margin-bottom: 60px;
  line-height: 1.6;
}
.showSection h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.showSection h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.showSection p {
  font-size: 18px;
  color: #000;
}

.infoSection {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 50px 170px 30px 170px;
}
.infoSection h2 {
  text-align: center;
  margin-bottom: 45px;
}
.infoSection h2 img {
  margin: 0 auto;
}
.infoSection table {
  font-size: 20px;
  color: #fff;
  width: 100%;
  table-layout: fixed;
}
.infoSection table td {
  padding: 15px 0;
  border-bottom: 1px solid #666;
}
.infoSection table .last td {
  border-bottom: none;
}
.infoSection table .infoTitle {
  width: 145px;
  font-weight: bold;
}
.infoSection table .infoTitle2 {
  width: 145px;
  font-weight: bold;
  letter-spacing: 40px;
}
.infoSection table .infoData {
  line-height: 1.7;
}
.infoSection table .infoData .nred {
  color: #e6143d;
}
.infoSection table .infoData .txt-size2 {
  margin-left: 20px;
  font-size: 15px;
}
.infoSection table .infoData .list-disc {
  position: relative;
  padding-left: 22px;
}
.infoSection table .infoData .list-disc:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.infoSection table .infoData li p {
  margin-left: 1em !important;
  font-size: 16px;
}
.infoSection table .infoData li .txt-size1 {
  font-size: 32px;
}

/*-- 20180105add --*/
#title {
  background: #fff;
  max-width: 1308px;
  margin: 0 auto;
}

/*-----------------------------
	768px以下
-----------------------------*/
@media only screen and (max-width: 768px) {
  .pc-obj {
    display: none !important;
  }

  .pc-link {
    display: none !important;
  }

  .sp-obj {
    display: block !important;
  }

  .sp-link {
    display: block !important;
  }

  br.pc-on {
    display: none;
  }

  #title .headSection {
    width: 100%;
    margin-top: -20px;
    padding: 70px 0 20px 0;
    /*margin-bottom: 10px;*/
  }
  #title .headSection h1 {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  #title .headSection .schedule {
    margin-bottom: 32px;
    padding: 0 32px;
  }
  #title img {
    width: 100%;
  }

  #mainContents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;
    background-image: url(../IMG/bg_sp.png);
    background-position: left bottom;
  }
  #mainContents img {
    width: 100%;
  }
  #mainContents .img_bottom1 {
    margin-bottom: 20px;
  }
  #mainContents .img_bottom2 {
    margin: 40px 0;
  }
  #mainContents .img_bottom3 {
    margin-bottom: 30px;
  }
  #mainContents .visualSection {
    margin-bottom: 3%;
    padding: 20px 10px 0;
  }
  #mainContents .visualSection h3 {
    margin-bottom: 3%;
    font-size: 18px;
  }
  #mainContents .showSection {
    padding: 0 5px;
    margin-bottom: 5%;
  }
  #mainContents .showSection h3 {
    margin-bottom: 2%;
    font-size: 16px;
  }
  #mainContents .showSection h4 {
    margin-top: 2%;
    font-size: 14px;
  }
  #mainContents .showSection p {
    font-size: 14px;
  }
  #mainContents .infoSection {
    margin: 20px 10px 0 10px;
    padding: 10px 14px 4px 14px;
    border: 1px solid #999999;
  }
  #mainContents .infoSection h2 {
    margin-bottom: 10px;
  }
  #mainContents table {
    font-size: 10px;
  }
  #mainContents table td {
    padding: 6px 0;
  }
  #mainContents table .infoTitle {
    font-weight: bold;
    width: 5em;
  }
  #mainContents table .infoTitle2 {
    letter-spacing: 14px;
  }
  #mainContents table .list-disc {
    position: relative;
    padding-left: 12px;
  }
  #mainContents table .list-disc:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #mainContents table .infoData li p {
    margin-left: 1em !important;
    font-size: 12px;
  }
  #mainContents table .txt-size2 {
    margin-left: 20px;
    font-size: 9px;
  }
  #mainContents.customize2017 {
    margin-bottom: 7%;
    padding: 0;
  }
  #mainContents .readText {
    margin-top: 5%;
    font-size: 13px;
    text-align: left;
  }
  #mainContents .readText.talk {
    margin: 5% 0;
    text-align: left;
  }
  #mainContents .readText.newsRoom {
    margin: 0 0 5%;
  }
  #mainContents .vehicleSection {
    margin-bottom: 10%;
  }

  .sp-block {
    display: block;
  }
}
.gn_element .grid-row.bleed {
  max-width: 1308px !important;
}

#gnHeader .headerMenuBtnWrap,
#gnFooter {
  background-color: #FFF;
}

/*# sourceMappingURL=style.css.map */