/* line 1, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
body {
  background: #f6f6f6;
}

/* line 5, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.top .current, .exhibitionmodels .current, .movieTop .current, .messageTop .current, .map .current, .manga .current {
  background: #f00;
}

/******************************************
	header
******************************************/
/* line 13, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
header {
  width: 100%;
  height: 78px;
  background: #fff;
}

/* line 18, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerinner {
  position: relative;
  margin: 0 auto;
}

/* line 22, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerinnerleft {
  position: absolute;
  width: 159px;
  left: 0;
}

/* line 27, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerinnerright {
  position: absolute;
  display: table;
  right: 0;
  width: 468px;
}

@media (max-width: 640px) {
  /* line 35, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  header {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
  }
  /* line 41, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerinner {
    position: relative;
    margin: 0 auto;
  }
  /* line 45, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerinnerleft {
    position: static;
    float: left;
    width: 32%;
  }
  /* line 49, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerinnerleft img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px;
  }
  /* line 58, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerinnerright {
    position: static;
    float: right;
    width: 100%;
  }
  /* line 62, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerinnerright img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
  }
}

/******************************************
	breadcrumb
******************************************/
/* line 74, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs {
  background: #e8e8e8;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 83, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs li {
  float: left;
}

/* line 87, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs a {
  padding: 0.7em 1em 0.7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 96, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs li:first-child a {
  padding-left: 1em;
}

/* line 100, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs a:hover {
  background: #fff;
}

/* line 105, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs a::after,
.breadcrumbs a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.1em solid;
  right: -1em;
}

/* line 116, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs a::after {
  z-index: 2;
  border-left-color: #e8e8e8;
}

/* line 121, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs a::before {
  border-left-color: #e8e8e8;
  right: -1em;
  z-index: 1;
}

/* line 126, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs a:hover::after {
  border-left-color: #fff;
}

/* line 130, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .current,
.breadcrumbs .current:hover {
  background: #f00;
  color: #fff;
}

/* line 135, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .current::after,
.breadcrumbs .current::before {
  content: "";
  position: absolute;
  color: #f00;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.1em solid;
  right: -1em;
}

/* line 146, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .current::before {
  border-left-color: #f00;
  right: -1em;
  z-index: 1;
}

/* line 151, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .current:hover::after {
  border-left-color: #f00;
}

/* line 156, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .second,
.breadcrumbs .second:hover {
  background: #ccc;
}

/* line 160, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .second::after,
.breadcrumbs .second::before {
  content: "";
  position: absolute;
  color: #ccc;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.1em solid;
  right: -1em;
}

/* line 171, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .second::before {
  border-left-color: #ccc;
  right: -1em;
  z-index: 1;
}

/* line 176, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.breadcrumbs .second:hover::after {
  border-left-color: #ccc;
}

@media (max-width: 640px) {
  /* line 181, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .breadcrumbs {
    font-size: .75em;
  }
  /* line 184, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .breadcrumbs a {
    padding: 0.2em 0.8em 0.2em 1.8em;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  /* line 192, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .breadcrumbs a::before {
    border-left-color: #e8e8e8;
    right: -.8em;
    z-index: 1;
  }
}

/******************************************
	container
******************************************/
/* line 201, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.container {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
}

/******************************************
	content
******************************************/
/* line 211, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.content__ttlwrap {
  position: relative;
}

/* line 214, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.content__ttl {
  margin: 0 auto;
  padding: 20px 0;
  font-size: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 222, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.slide img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

@media (max-width: 1200px) {
  /* line 231, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .content__ttl {
    margin: 0 auto;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    border-bottom: none;
  }
}

/******************************************
	sub_ttl
******************************************/
/* line 242, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttlwrap {
  margin: 60px auto 0;
  border-bottom: 5px solid #c79a04;
}

/* line 246, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttlwrap--black {
  border-bottom: 5px solid #000;
}

/* line 249, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttl_ruby {
  margin: 0;
  font-size: 15px;
  text-align: center;
}

/* line 254, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttl {
  overflow: hidden;
  margin: 0 auto;
  font-weight: bold;
  color: #000;
  text-align: center;
}

/* line 260, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttl .index {
  color: #c69800;
}

/* line 264, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.world {
  max-width: 210px;
  line-height: 2;
}

/* line 268, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttl h3 {
  margin: 5px 0 0;
}

/* line 271, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttl_detail {
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

/* line 278, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttl_detail--concept {
  padding-bottom: 0;
}

/* line 281, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sub_ttlimg {
  float: left;
  margin: 0 10px 10px;
}

/******************************************
	headerNavlist
******************************************/
/* line 288, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
nav {
  position: relative;
  overflow: hidden;
  height: 50px;
  margin: 0;
  background: #000;
}

/* line 295, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerNavlist {
  max-width: 600px;
  margin: 0 auto;
  display: table;
}

/* line 299, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerNavlist .headerNavItem {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #252525;
}

/* line 305, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerNavlist .headerNavItem:first-child {
  border-left: 1px solid #252525;
}

/* line 308, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerNavlist .headerNavItem a {
  display: block;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 3.5;
}

/* line 314, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.headerNavlist .headerNavItem a:hover {
  background: #f00;
  transition: background 0.5s;
}

/* line 321, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.langlist {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  display: table;
  margin: 0;
}

/* line 328, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.langlist .lang {
  display: table-cell;
}

@media (max-width: 640px) {
  /* line 333, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  nav {
    position: static;
    overflow: visible;
    float: right;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  /* line 342, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerNavlist {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  /* line 347, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerNavlist .headerNavItem {
    display: block;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: 1px solid #252525;
  }
  /* line 353, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerNavlist .headerNavItem:first-child {
    border-top: 1px solid #252525;
  }
  /* line 356, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerNavlist .headerNavItem a {
    display: block;
    height: auto;
    padding: 3px 0 3px 20px;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  /* line 363, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerNavlist .headerNavItem a:before {
    padding-right: 5px;
    content: url("../images/arrow.png");
  }
  /* line 367, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .headerNavlist .headerNavItem a:hover {
    background: #f00;
    transition: background 0.5s;
  }
  /* line 374, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .langlist {
    float: right;
    position: static;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  /* line 381, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .langlist .lang {
    display: block;
    float: left;
    width: 50%;
    height: auto;
  }
  /* line 386, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .langlist .lang img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /* line 393, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  dl {
    float: left;
    height: auto;
    width: auto;
    margin: 0;
    z-index: 99;
  }
  /* line 400, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  dt {
    max-width: 80px;
    cursor: pointer;
  }
  /* line 403, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  dt img {
    float: right;
    display: block;
    width: 100%;
    margin: 0;
  }
  /* line 410, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  dd {
    display: none;
    background: none repeat scroll 0 0 #000;
    position: absolute;
    left: 0;
    top: 58px;
    margin: 0;
    padding: 0;
    z-index: 99;
    width: 100%;
  }
}

/******************************************
	sns
******************************************/
/* line 426, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.eng {
  font-family: Verdana;
}

/******************************************
	sns
******************************************/
/* line 432, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns {
  max-width: 100%;
  padding: 0;
  background: #e8e8e8;
}

/* line 438, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns__inner {
  overflow: hidden;
  max-width: 610px;
  margin: 0 auto;
  padding: 1.55% 0;
}

/* line 445, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns__btn {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 450, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns__btn > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}

/* line 455, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns__btn > li:first-child {
  margin-left: 0;
}

/* line 459, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns__btn > li:last-child {
  margin-right: 0;
}

/* line 463, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns__btn iframe {
  margin: 0 !important;
}

/* line 466, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@media screen and (max-width: 780px) {
  /* line 470, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__btn > li {
    width: 80px !important;
    margin: 0 7px 10px 0;
  }
}

@media (max-width: 640px) {
  /* line 476, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns {
    max-width: 100%;
    padding: 0;
    background: #e8e8e8;
  }
  /* line 481, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__inner {
    overflow: hidden;
    max-width: 610px;
    margin: 0 auto;
    padding: 2% 0;
  }
  /* line 487, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__btn {
    padding: 0;
    text-align: center;
  }
  /* line 491, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__btn > li {
    display: inline-block;
    vertical-align: top;
    width: 65px !important;
    margin: 0 3px;
  }
  /* line 497, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__btn > li:first-child {
    margin-left: 0;
  }
  /* line 501, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__btn > li:last-child {
    margin-right: 0;
  }
  /* line 505, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__btn iframe {
    margin: 0 !important;
  }
  /* line 508, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .fb_iframe_widget > span {
    vertical-align: baseline !important;
  }
}

/******************************************
	sns
******************************************/
/* line 515, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns--top {
  background: #fff;
}

/* line 518, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns__topright {
  position: absolute;
  right: 2%;
  top: 33%;
}

@media (max-width: 1200px) {
  /* line 524, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sns__topright {
    position: static;
    padding-bottom: 5%;
    border-bottom: solid 1px #ddd;
  }
}

/* line 530, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sns--movie {
  overflow: hidden;
  max-width: 610px;
  margin: 0 auto;
  padding: 0;
}

/******************************************
	footer
******************************************/
/* line 539, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
footer {
  position: relative;
  max-width: 100%;
  min-height: 50px;
  background: #000;
}

/* line 544, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
footer p {
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: 3;
}

/* line 551, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.pc {
  display: block !important;
}

/* line 554, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sp {
  display: none !important;
}

/* line 557, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.br {
  display: none !important;
}

@media (max-width: 640px) {
  /* line 561, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .pc {
    display: none !important;
  }
  /* line 564, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .sp {
    display: block !important;
  }
  /* line 567, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .br {
    display: block !important;
  }
}

/***********************
	 mouseover effect
***********************/
/* line 574, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.mp-effect:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
}

/* line 578, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.mp-effect:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* line 582, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.mp-effect--sp:hover {
  opacity: 0.6;
  -webkit-opacity: 0.6;
}

/* line 586, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
p.to_top {
  max-width: 180px;
  margin: 0 auto 4%;
  padding-left: 1em;
  color: #4676cc;
  text-align: center;
  background: url(/jp/showroom/event/2015tokyomotorshow/sp/images/arrow_blue.png) no-repeat left 50%;
}

/* line 593, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
p.to_top a {
  color: #4676cc;
  text-decoration: none;
}

/* line 597, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
p.to_top:hover {
  text-decoration: underline;
}

/***********************
	 sp_menu
***********************/
/* line 604, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sp_menu {
  list-style: none;
  background: #333;
  margin: 0;
  padding: 0;
}

/* line 609, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sp_menu li {
  border-bottom: solid 1px #707070;
}

/* line 611, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sp_menu li a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

/* line 617, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sp_menu li a:before {
  padding-right: 5px;
  content: url("../images/arrow.png");
}

/* line 621, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.sp_menu li a:hover {
  background: #f00;
  transition: background 0.5s;
}

/******************************************
	bnrTableArea
******************************************/
@media (max-width: 640px) {
  /* line 632, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .bnrTableArea {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* line 637, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .bnrTable {
    border-left: solid 1px #252525;
    border-top: solid 1px #252525;
    width: auto;
    box-sizing: border-box;
  }
  /* line 642, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .bnrTable td {
    padding: 5px;
    background: #333;
    border-right: solid 1px #252525;
    border-bottom: solid 1px #252525;
  }
  /* line 648, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .bnrTable img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

/******************************************
	bnrCenter
******************************************/
/* line 659, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
.bnrCenter {
  max-width: 400px;
  width: auto;
  margin: 60px auto;
}

@media (max-width: 640px) {
  /* line 665, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .bnrCenter {
    max-width: 400px;
    width: auto;
    margin: 10% 5%;
  }
  /* line 669, /Volumes/webdata/8035_kimura/__honban_yamaha/jp/css/common.scss */
  .bnrCenter img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
