@charset "utf-8";

.l-content .mainVisual img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.l-content img {
    margin: 0 auto;
}
.l-content .intro {
    background-color: #d8e6f0;
    border-radius: 0 0 10px 10px;
    margin: 0;
    overflow: hidden;
}
.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: #f2f2f2;
    border: solid 1px #dedede;
    padding: 10px 10px;
    font-size: 15px;
}
.l-content .static_itemList > li {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.l-content .static_itemList > li .product_img {
    float: left;
    width: 38%;
    margin: 0 4% 0 0;
    text-align: center;
}
.l-content .static_itemList > li .product {
    float: right;
    width: 58%;
}
.l-content .static_itemList > li .product_name {
    margin: 0 0 10px;
    font-size: 16px;
}
.l-content .static_itemList > li .product_name a {
    text-decoration: none;
}
.l-content .static_itemList > li .product_part {
    margin: 0 0 10px;
    font-size: 12px;
}
.l-content .static_itemList > li .product_price {
    margin: 0 0 5px;
    font-size: 12px;
}
.l-content .static_itemList > li .product_price strong {
    font-size: 16px;
    color: #d00;
}
.l-content .static_itemList > li .product_truck {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}
.l-content .static_itemList > li .product_truck .truck_img {
    margin-right: 10px;
    vertical-align: middle;
}
.l-content .static_itemList > li .product_btn {
}

/*==================
landscape
------------------*/
@media screen and (orientation: landscape) {

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

}