@charset "UTF-8";

/* ___ ヤマハ発動機創立70周年記念グッズ・アパレル ____ */

#rwd-content .bg-type-bottom {
	padding: 40px 0 11%;
	background: url(/mc/70th-anniversary/img/bg_01.png) bottom / 100% no-repeat #c42629;
	color: #fff;
}
#rwd-content .bg-type-both {
	padding: 2.5% 0 11%;
	background: url(/mc/70th-anniversary/img/bg_02.png) top / 100% no-repeat,
		url(/mc/70th-anniversary/img/bg_01.png) bottom / 100% no-repeat;
    margin-top: -1px; /* __隙間対策__ */
}
#rwd-content .bg-type-both.bg-red {
	background-color:#c42629;
	color: #fff;
}
#rwd-content .bg-type-top {
	padding: 2.5% 0 40px;
	background: url(/mc/70th-anniversary/img/bg_02.png) top / 100% no-repeat;
}
#rwd-content .goods h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	margin-left: 8.5%;
	margin-bottom: 0;
	padding-bottom: 11.5%;
}
#rwd-content .goods .price {
	font-size: 2.6rem;
	font-weight: bold;
}
#rwd-content .goods li {
	line-height: 1.875;
}
#rwd-content .goods .rwd-table {
	border-color :#000;
	margin-bottom: 7px;
}
#rwd-content .goods .rwd-table th,
#rwd-content .goods .rwd-table td {
	border-color :#000;
	background: #fff;
	padding: 8px;
}
#rwd-content .goods .rwd-table thead th {
	text-align: center;
}
#rwd-content .goods .rwd-table td {
	text-align: right;
}
#rwd-content .goods .table-wrap {
	width: 79%;
}
#rwd-content .products figure {
	text-align: center;
}
#rwd-content .products figcaption {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0 ;
}

@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 .bg-type-bottom {
      padding: 30px 0 15%;
      background-image: url(/mc/70th-anniversary/img/bg_01_sp.png);
  }
  #rwd-content .bg-type-both {
      padding: 3% 0 15%;
      background: url(/mc/70th-anniversary/img/bg_02_sp.png) top / 100% no-repeat,
          url(/mc/70th-anniversary/img/bg_01_sp.png) bottom / 100% no-repeat;
  }
  #rwd-content .bg-type-top {
      padding: 3% 0 0;
      background: url(/mc/70th-anniversary/img/bg_02_sp.png) top / 100% no-repeat;
  }
  #rwd-content .goods h2 {
	  font-size: 1.6rem;
      margin-left:0;
      padding-bottom: 21%;
  }
#rwd-content .goods .price {
	font-size: 2.0rem;
}
  #rwd-content .goods .rwd-table th,
  #rwd-content .goods .rwd-table td {
	  font-size: 1.4rem;
      padding: 4px;
  }
  #rwd-content .rwd-grid.justify-start .rwd-grid-item.sp-grid2of4:nth-of-type(even) {
	  margin-left: 3%;
  }
  #rwd-content .products figcaption {
      font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #rwd-content .rwd-grid .rwd-grid-item.pc-grid10of12 .rwd-grid-item.pc-grid2of12 {
      width: 18%;
  }
}