@charset "UTF-8";

/* ___ YMD 2025  yamaha-booth____ */

#rwd-content .rwd-bg-box-color {
	background-color:#fff;
    padding: 0;
}
#rwd-content .booth-list li {
	padding: 20px 0;
}
#rwd-content .booth-list figure {
	margin-bottom: 0;
}
#rwd-content .booth-list li:nth-of-type(odd) {
	background-color:#000;
	color: #fff;
}
#rwd-content .booth-list dl dt {
	font-weight: bold;
}
#rwd-content .booth-list dl dd {
	margin-bottom: 1.0em;
}
#rwd-content .booth-list dl dt,
#rwd-content .booth-list dl dd {
	line-height: 1.67;
}

@media screen and (max-width: 767px) {
  #rwd-content .rwd-product-header {
    border-bottom:none;
    margin-bottom: 0;
  }
  #rwd-content .rwd-product-header .rwd-headline1-type02 {
    padding-right: 0;
  }
  #rwd-content .booth-list figure {
      margin-bottom: 15px;
  }
  #rwd-content .booth-list dl dd:last-of-type {
      margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #rwd-content .booth-list dl dt {
    font-size: 1.8rem;
  }
}

