@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;
    font-size: 14px;
    line-height: 24px;
}
.l-content .intro {
    background-color: #a01212;
    margin: 0;
    overflow: hidden;
}
.l-content .anchors .anchorItem .anchorBoundary {
    display: block;
    margin: 10px 0;
    background-color: #a01212;
    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;
    margin-bottom: 30px;
}
.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 .brand {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}
.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 .stock {
    margin: 10px 0 15px;
}
.l-content .static_itemList .stock img, .l-content .static_itemList .stock span {
    display: inline-block;
    vertical-align: middle;
}
.l-content .static_itemList .stock span {
    color: #9d4b00;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
.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%;
    }

}