@charset "utf-8";
.l-content .u-blue-cl{
    color: #0F69C6;
}
.l-content .u-w-cl{
    color: #fff;
}
.l-content .u-info-cl{
    color: #999;
}
.l-content .u-title-cl{
    color: #333;
}
.l-content .u-idpr-cl{
    color: #666;
}
.l-content .mainBanner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.l-content .m-intro-product{
    margin: 0 15px 20px 15px;
    padding: 10px 20px 30px 20px;
    background-color: #F1F7FD;
}
.l-content .m-intro-product .m-intro-product__title{
    font-size: 16px;
    text-transform: uppercase;
}
.l-content img {
    margin: 0 auto;
}
.l-content .head_title {
    width: 280px;
    margin-left: 15px;
    padding-left: 10px;
    background-image: url(/sp/pr/vona/idec_discount_202005/images/bg_title.png);
    background-size: cover;
    background-position: center;
    font-size: 16px;
    line-height: 31px;
}
.l-content .head_title a{
    color: #fff;
    text-decoration: none;
}
.l-content .static_itemList > li {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.l-content .static_itemList > li:last-child{
    padding-bottom: 0;
    border: none;
}
.l-content .static_itemList > li .m-product__item__img {
    float: left;
    width: 38%;
    margin: 0 4% 0 0;
    text-align: center;
}
.l-content .static_itemList > li .m-product__item__info {
    float: right;
    width: 58%;
}
.l-content .static_itemList > li .m-product__item__name {
    margin: 0 0 10px;
    font-size: 14px;
}
.l-content .static_itemList > li .m-product__item__name a {
    text-decoration: none;
    line-height: 18px;
}
.l-content .static_itemList > li .m-product__item__oldprice {
    margin-bottom: 7px;
    font-size: 12px;
    text-decoration: line-through;
    line-height: 12px;
}
.l-content .static_itemList > li .m-product__item__part {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 12px;
}
.l-content .static_itemList > li .m-product__item__price {
    margin: 0;
    line-height: 16px;
}
.l-content .static_itemList > li .m-product__item__price strong {
    color: #d00;
    font-size: 16px;
    
}
.l-content .static_itemList > li .m-product__item__cart {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.l-content .static_itemList > li .m-product__item__cart .m-cart_img {
    margin-right: 10px;
    vertical-align: middle;
}
.l-content .u-title-othersv{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.l-content .m-other-products .bn-other-product{
    margin-bottom: 15px;
}
.l-content .m-other-products .bn-other-product a img{
    width: 100%;
}
/*==================
landscape
------------------*/
@media screen and (orientation: landscape) {

    .l-content .static_itemList > li .m-product__item__img {
        width: 23%;
        margin: 0 4% 0 0;
    }
    .l-content .static_itemList > li .m-product__item__info {
        width: 73%;
    }

}