@charset "UTF-8";

/* 2番目のdtと、その次のddにボーダーを付ける */
.product_paramList_wrap .product_paramList_tit:nth-of-type(4),
.product_paramList_wrap .product_paramList_tit:nth-of-type(4) + .product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(7),
.product_paramList_wrap .product_paramList_tit:nth-of-type(7) + .product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(10),
.product_paramList_wrap .product_paramList_tit:nth-of-type(10) + .product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(13),
.product_paramList_wrap .product_paramList_tit:nth-of-type(13) + .product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(16),
.product_paramList_wrap .product_paramList_tit:nth-of-type(16) + .product_paramList_value,
.product_paramList_wrap .product_paramList_tit:nth-of-type(19),
.product_paramList_wrap .product_paramList_tit:nth-of-type(19) + .product_paramList_value {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
}