@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  /* clear */
  .clear, .clearfix {
    zoom: 100%;
  }
  .clear:after, .clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .t-ind {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .b {
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  .break {
    word-wrap: break-word;
  }
  .bl {
    display: block;
  }
  .fs {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
  /*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
  /*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
  html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    font-family: HondaGlobalFontJP-Regular, sans-serif;
    color: #000;
  }
  .content {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #contents_area img {
    display: block;
    /*width: 100%;
    height: auto;*/
  }
  #auto-header img {
    width: auto;
    display: inline;
  }
  #footer img {
    display: inline;
    width: auto;
  }
  a {
    color: #000;
  }
  span.a {
    text-indent: 100%;
    position: relative;
    display: inline-block;
    height: 12px;
    top: 1px;
    margin-right: 1px;
    width: 8px;
    overflow: hidden;
    background: url(../img/arrow4.png) no-repeat 0 0;
  }
  #global-nav {
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    min-width: 980px;
    background: #fff;
  }
  #global-nav button {
    display: none;
  }
  #global-nav.page {
    margin-top: 20px;
  }
  #global-nav.fix {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
  }
  #global-nav ul {
    font-size: 0;
  }
  #global-nav ul li {
    float: left;
    padding: 17px 35px 0;
    height: 46px;
    background: url(../img/nav-separator.png) no-repeat 0 center #fff;
  }
  #global-nav ul li.first {
    padding-left: 0;
    margin-left: 26px;
    background: none;
  }
  #global-nav ul li.last {
    padding-right: 0;
  }
  #global-nav ul li a {
    display: block;
    position: relative;
    text-indent: 9999px;
  }
  #global-nav ul li a.top {
    background-image: url(../img/global-nav.png);
    background-position: -190px -76px;
    width: 93px;
    height: 76px;
    height: 30px;
  }
  #global-nav ul li a.top:hover, #global-nav ul li a.top.current {
    height: 46px;
    background-position: -190px -106px;
  }
  #global-nav ul li a.model {
    background-image: url(../img/global-nav.png);
    background-position: 0px -76px;
    width: 93px;
    height: 76px;
    height: 30px;
  }
  #global-nav ul li a.model:hover, #global-nav ul li a.model.current {
    height: 46px;
    background-position: 0px -106px;
  }
  #global-nav ul li a.navi {
    background-image: url(../img/global-nav.png);
    background-position: 0px 0px;
    width: 97px;
    height: 76px;
    height: 30px;
  }
  #global-nav ul li a.navi:hover, #global-nav ul li a.navi.current {
    height: 46px;
    background-position: 0px -30px;
  }
  #global-nav ul li a.navi.disable {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
  }
  #global-nav ul li a.navi.disable:hover {
    background-image: url(../img/global-nav.png);
    background-position: 0px 0px;
    width: 97px;
    height: 76px;
    height: 30px;
  }
  #global-nav ul li a.audio {
    background-image: url(../img/global-nav.png);
    background-position: -97px 0px;
    width: 93px;
    height: 76px;
    height: 30px;
  }
  #global-nav ul li a.audio:hover, #global-nav ul li a.audio.current {
    height: 46px;
    background-position: -97px -30px;
  }
  #global-nav ul li a.audio.disable {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
  }
  #global-nav ul li a.audio.disable:hover {
    background-image: url(../img/global-nav.png);
    background-position: -97px 0px;
    width: 93px;
    height: 76px;
    height: 30px;
  }
  #global-nav ul li a.speaker {
    background-image: url(../img/global-nav.png);
    background-position: -93px -76px;
    width: 93px;
    height: 76px;
    height: 30px;
    top: 1px;
  }
  #global-nav ul li a.speaker:hover, #global-nav ul li a.speaker.current {
    height: 46px;
    top: 0;
    background-position: -93px -106px;
  }
  #global-nav ul li a.speaker.disable {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
  }
  #global-nav ul li a.speaker.disable:hover {
    background-image: url(../img/global-nav.png);
    background-position: -93px -76px;
    width: 93px;
    height: 76px;
    height: 30px;
    top: 1px;
  }
  #global-nav ul li a.support {
    background-image: url(../img/global-nav.png);
    background-position: -190px 0px;
    width: 93px;
    height: 76px;
    height: 30px;
  }
  #global-nav ul li a.support:hover, #global-nav ul li a.support.current {
    height: 46px;
    background-position: -190px -30px;
  }
  #dummy-nav {
    height: 65px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #dummy-nav.page {
    height: 85px;
  }
  #page-title {
    margin-top: 45px;
  }
  #page-title img {
    width: 329px;
  }
  #page-title button {
    display: none;
  }
  #page-label, #page-label2 {
    background: #F3F3F3;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #3A3A3A;
    min-width: 980px;
  }
  section.block {
    margin-top: 90px;
  }
  section.block h2 {
    font-size: 25px;
    padding-bottom: 12px;
    border-bottom: solid 2px #676767;
  }
  section.block .body {
    padding: 0 40px;
    margin-top: 35px;
  }
  section.block .arrow {
    background: url(../img/arrow.png) no-repeat 0 center;
    color: #154688;
    padding-left: 17px;
    font-size: 20px;
  }
  section.block h3 {
    font-size: 18px;
  }
  section.block h3:before {
    content: '■';
    color: #154688;
  }
  hr {
    padding: 0;
    margin: 50px 0 0;
    border: none;
    height: 1px;
    background: #000;
    display: block;
  }
  hr.dot {
    background: url(../img/dot-line.png) no-repeat center;
  }
  #internavi-top {
    height: 375px;
    background: url(../img/bg.jpg) repeat-x 0 0;
    overflow: hidden;
  }
  #internavi-top img {
    width: 980px;
    margin: 0 auto;
  }
  #internavi-contents h2 small {
    font-size: 14px;
    position: relative;
    top: -10px;
    left: -10px;
  }
  #internavi-contents .body .text {
    font-size: 14px;
    line-height: 1.7;
  }
  #internavi-contents .body ul {
    padding-top: 5px;
  }
  #internavi-contents .body ul li {
    font-size: 18px;
    margin-top: 25px;
  }
  #internavi-contents .body ul li img {
    width: 19px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  #internavi-contents .body ul li span {
    width: 245px;
    display: inline-block;
  }
  #internavi-contents .body ul li small {
    font-size: 14px;
  }
  #internavi-contents .body .image {
    margin-top: 30px;
  }
  #internavi-contents .body .image .left {
    width: 737px;
    float: left;
    padding-top: 390px;
    background: url(../img/image1.jpg) no-repeat;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    text-align: right;
  }
  #internavi-contents .body .image .right {
    float: right;
    width: 152px;
    margin-top: -19px;
  }
  #internavi-contents .body .image .right img {
    margin-top: 19px;
  }
  #internavi-contents .body.update .text {
    background: url(../img/map-update2.png) no-repeat right top;
    background-size: 524px auto;
    padding-right: 590px;
    /* min-height: 100px; */
  }
  #internavi-contents .body.update .text small{
    font-size: 13px;
    position: relative;
    top: -4px;
    left: -2px;
  }
  #internavi-contents .body.update .notes {
    margin-top:10px;
	line-height: 1.5;
  }
  #internavi-contents .body.inter-nav-root .text {
    background: url(../img/inter-nav-root.jpg) no-repeat right 0;
    padding-right: 430px;
    background-size: 400px auto;
  }
  #internavi-contents .body.inter-nav-root .text div {
    margin-top: 5px;
    font-size: 13px;
    width: 480px;
  }
  #internavi-contents .body.inter-nav-root .text div dl {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #internavi-contents .body.inter-nav-root .text div dl dt {
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    float: left;
  }
  #internavi-contents .body.inter-nav-root .text div dl dt .r1 {
    color: #1E99D9;
  }
  #internavi-contents .body.inter-nav-root .text div dl dt .r2 {
    color: #EF857D;
  }
  #internavi-contents .body.inter-nav-root .text div dl dt .r3 {
    color: #F39939;
  }
  #internavi-contents .body.inter-nav-root .text div dl dt .r4 {
    color: #8CC66E;
  }
  #internavi-contents .body.inter-nav-root .text div dl dt .r5 {
    color: #1F8B88;
  }
  #internavi-contents .body.inter-nav-root .text div dl dt .r6 {
    color: #A688BD;
  }
  #internavi-contents .body.inter-nav-root .text div dl dd {
    margin-left: 185px;
    line-height: 1.3;
  }
  #internavi-contents .body.weather .text {
    padding-right: 590px;
    min-height: 136px;
    background: url(../img/weather.jpg) no-repeat right 0;
  }
  #internavi-contents .body.parking .text {
    padding-right: 590px;
    min-height: 222px;
    background: url(../img/parking.jpg) no-repeat 366px 0;
  }
  #internavi-contents .small {
    width: 980px;
    margin: 0 auto;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.7;
  }
  #internavi-contents .small.mt {
    margin-top: 115px;
  }
  a.versionup {
    text-decoration: underline;
  }
  p.link_internavi {
    width: 980px;
    font-size: 14px;
    margin: 20px auto 0;
  }
  #internavi-contents .body.clearfix::after {
    display: block;
    content: ' ';
    font-size: 0;
    clear: both;
  }
  #internavi-contents .body .left {
    float: left;
    width: 310px;
  }
  #internavi-contents .body .left .text {
    padding: 0;
    background: none;
  }
  #internavi-contents .body .right {
    float: right;
    width: 524px;
  }
  #internavi-contents .body .right .caution li {
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.4em;
    margin-top: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  #internavi-contents .body .right .fig-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
