﻿@charset "utf-8";

/* notable_products */
.notable_products {
    padding-bottom: 40px;
}

.notable_products dl {
  margin-top: 10px;
}

.notable_products dt {
  font-size: 0.9rem;
 }

.notable_products dt .notable_products_head {
   display: block;
   color: rgba(255, 255, 255, 1);
   font-weight: bold;
   padding: 9px 13px;
   background: rgba(102, 102, 102, 1);

}

.notable_products dt .notable_products_maker {
            display: block;
            padding: 9px 13px;
            background: rgba(236, 236, 236, 1);
        }

.notable_products dd {
        display: table;
        width: 100%;
        padding: 9px 0 10px 0;
    }

        .notable_products dd span,
        .notable_products dd p {
            display: table-cell;
            vertical-align: top;
        }

        .notable_products dd .notable_products_img {
            width: 91px;
        }

            .notable_products dd .notable_products_img a {
                text-decoration: none;
                border: none;
            }

        .notable_products dd .notable_products_txt {
            font-size: 0.8125rem;
            line-height: 1.5;
            line-height: 1.4;
        }
