@charset 'UTF-8';

/* main */
.main{
    min-height: 400px;
}

.product-img {
    margin-bottom: 12px;
    text-align: center;
}

.product-img img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.product-lead {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/*カタログリード部分の黄色いマーカー用(現在不使用)*/

.marker-yellow {
    background: linear-gradient(transparent 0%, #ff6 0%);
}

.product-ex p {
    font-size: 1.2rem;
}

.product-ex {
    margin-bottom: 8px;
    border-bottom: dotted 1px #e9e2d7;
}

.product-ex a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.2rem;
}

.product-ex a:link,
.product-ex a:visited {
    text-decoration: none;
    color: #005fd4;
}

.product-ex a:hover,
.product-ex a:active {
    text-decoration: none;
    color: #005fd4;
    opacity: .8;
}


/* 関連ホームページ */

.related-homepage {
    margin: 30px 0;
}

.related-homepage img {
    margin-bottom: 8px;
}


/* 商品情報 */

.product-data {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.product-data-table {
    border-top: solid 1px #eae4d9;
    border-right: solid 1px #eae4d9;
}

.product-data-table th {
    font-weight: bold;
    width: 100%;
    padding: 10px 10px 0 10px;
    vertical-align: top;
    border-left: solid 1px #eae4d9;
}

.product-data-table td {
    width: 100%;
    padding: 5px 10px 10px 10px;
    vertical-align: top;
    border-bottom: solid 1px #eae4d9;
    border-left: solid 1px #eae4d9;
}

.product-data-table tr {
    display: block;
}

.product-data-table th,
.product-data-table td {
    display: list-item;
    list-style: none;
}


/* 関連商品一覧 */

.product-link-list div {
    margin-bottom: 10px;
}

.product-link-list a,
.product-link-list p {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    text-align: center;
}

.product-link-list a:link,
.product-link-list a:visited {
    text-decoration: none;
    color: #005fd4;
}

.product-link-list a:hover,
.product-link-list a:active,
.product-link-list a:focus {
    text-decoration: none;
    opacity: .8;
    color: #005fd4;
    -ms-filter: 'alpha( opacity=80 )';
    filter: alpha( opacity=80);
}

.product-link-list div a:first-child,
.product-link-list div div.no-link {
    margin-bottom: 5px;
    border: solid 1px #eae4d8;
    border-radius: 4px;
    text-align: center;
}

.product-link-list a img,
.product-link-list div div.no-link img {
    width: 100%;
    max-width: 106px;
    max-height: 106px;
    margin: 0 auto;
    /*border-radius: 4px;*/
}

.catalog-top .product-link-list a img,
.catalog-top .product-link-list div div.no-link img {
    max-width: 126px;
}

.new-item a img {
    max-width: 106px!important;
    max-height: 106px;
}

.new-item .product-link-list div a:first-child,
.new-item .product-link-list div div.no-link {
    border: solid 1px #F53D6C;
}

.new {
    display: block;
    font-size: 1.2rem;
    color: #F53D6C;
    font-weight: bold;
    text-align: center;
}

.renew {
    display: block;
    font-size: 1.2rem;
    color: #00A3D9;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 480px) {
    /* 関連ホームページ */
    .related-homepage {
        margin: 30px 0;
    }
    .related-homepage img {
        margin-bottom: 0;
    }
}

@media (min-width: 640px) {}

@media (min-width: 768px) {
    /* main */
    .product-img {
        margin-bottom: 24px;
    }
    .product-lead {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }
    .product-ex p {
        font-size: 1.4rem;
    }
    /* 関連ホームページ */
    .related-homepage {
        margin: 30px 0;
    }
    /* 商品情報 */
    .product-data {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    .product-data-table {
        width: 100%;
        border-top: none;
        border-right: solid 1px #eae4d9;
        border-bottom: solid 1px #eae4d9;
    }
    .product-data-table tr {
        display: table;
    }
    .product-data-table th,
    .product-data-table td {
        display: table-cell;
    }
    .product-data-table th {
        font-weight: bold;
        width: 130px;
        padding: 10px;
        vertical-align: top;
        border-top: solid 1px #eae4d9;
        border-right: none;
        border-left: solid 1px #eae4d9;
    }
    .product-data-table td {
        width: 340px;
        padding: 10px;
        vertical-align: top;
        border-top: solid 1px #eae4d9;
        border-bottom: none;
        border-left: none;
    }
    /* 関連商品一覧 */
    .product-link-list div {
        margin-bottom: 20px;
    }
    .product-link-list a {
        font-size: 1.3rem;
    }
}

@media (min-width: 974px) {
    .product-data-table th {
        width: 155px;
        padding: 10px;
    }
    .product-data-table td {
        width: 513px;
    }
}