<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.l-content .mainVisual img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.l-content .m-description {
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.l-content img {
    margin: 0 auto;
}
.l-content .topics {
    border: solid 5px #2e4668;
    border-radius: 5px 5px;
    margin: 0 15px;
}
.l-content .topics .sub_main--title {
    background-color: #2e4668;
    padding: 15px 0;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
}
.l-content .title {
    padding: 10px 0px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    background: url(/sp/pr/vona/ntn_nsk_201909/images/title_bg.png) no-repeat;
}
.l-content .title span {
    color: #fff568;
}
.l-content .anchors .anchorItem {
    margin: 20px 0;
}
.l-content .anchors .anchorItem .anchorBoundary {
    display: block;
    margin: 10px 0 0;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-top: 3px solid #1a66ca;
    text-decoration: none;
}
.l-content .anchors .anchorItem .anchorImage {
    text-align: center;
    padding: 5px 0;
}
.l-content .anchors .anchorItem .anchorText {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(217,217,217,1);
    box-shadow: 0px 3px 3px 0px rgba(217,217,217,1);
}
.l-content .anchors .anchorItem .anchorText a {
    width: 100%;
}
.l-content .head_title {
    background-color: #cccccc;
    border: solid 1px #dedede;
    padding: 10px 20px;
    font-size: 16px;
}
.l-content .static_itemList &gt; li {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.l-content .static_itemList &gt; li .product_img {
    float: left;
    width: 38%;
    margin: 0 4% 0 0;
    text-align: center;
}
.l-content .static_itemList &gt; li .product {
    float: right;
    width: 58%;
}
.l-content .static_itemList &gt; li .product_name {
    margin: 0 0 10px;
    font-size: 16px;
}
.l-content .static_itemList &gt; li .product_name a {
    text-decoration: none;
}
.l-content .static_itemList &gt; li .product_part {
    margin: 0 0 10px;
    font-size: 12px;
}
.l-content .static_itemList &gt; li .product_price {
    margin: 0 0 5px;
    font-size: 12px;
}
.l-content .static_itemList &gt; li .product_price strong {
    font-size: 16px;
    color: #d00;
}
.l-content .static_itemList &gt; li .product_truck {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}
.l-content .static_itemList &gt; li .product_truck .truck_img {
    margin-right: 10px;
    vertical-align: middle;
}
.l-content .static_itemList &gt; li .product_btn {
}
.l-content .product_img .brands {
    margin-top: 20px;
}
/*==================
landscape
------------------*/
@media screen and (orientation: landscape) {

    .l-content .static_itemList &gt; li .product_img {
        width: 23%;
        margin: 0 4% 0 0;
    }
    .l-content .static_itemList &gt; li .product {
        width: 73%;
    }

}</pre></body></html>