@charset "UTF-8";
.l-content .m-mainvs {
    position: relative;
}
.l-content .m-mainvs img {
    display: block;
}
.l-content .m-mainvs a {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.l-content .m-introduction {
    padding-left: 20px;
    padding-right: 20px;
}
.l-content .m-introduction .m-introductionInner {
    background-image: url(/pr/vona/trusco_201808vn/images/introduction_bg.png);
    background-repeat: no-repeat;
    height: 260px;
}
.l-content .m-introduction .m-introductionInner .m-top {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    height: 40px;
}
.l-content .m-introduction .m-introductionInner .m-middle {
    padding-top: 22px;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}
.l-content .m-introduction .m-introductionInner .m-bottom {
    padding-top: 50px;
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-align: center; 
}
.l-content .m-btnAnchorList {
    margin-left: -10px;
    margin-right: -10px;
}
.l-content .m-btnAnchorList .m-btnAnchor {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
    width: 25%;
}
.l-content .m-btnAnchorList .m-btnAnchor a {
    width: 100% !important;
    margin-bottom: 20px;
}
.l-content .m-title {
    height: 40px;
    background-image: url(/pr/vona/trusco_201808vn/images/title.png);
    background-repeat: no-repeat;
}
.l-content .m-title p {
    font-size: 20px;
    padding-top: 5px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.l-content .m-productTable {
    padding: 20px;
    background-color: #fde6de;
}
.l-content .m-productTable .m-productTableOuter div {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.l-content .m-productTable .m-productTableOuter .m-category {
    width: 358px;
    height: 500px;
}
.l-content .m-productTable .m-productTableOuter .m-category .m-image {
    text-align: center;
    padding-top: 10px;
}
.l-content .m-productTable .m-productTableOuter .m-category .m-name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    height: 30px;
    padding-bottom: 50px;
}
.l-content .m-productTable .m-productTableOuter .m-product {
    width: 276px;
    height: 250px;
    border-left: 0;
}
.l-content .m-productTable .m-productTableOuter .m-product .m-image {
    text-align: center;
    padding-top: 10px;
}
.l-content .m-productTable .m-productTableOuter .m-product .m-name {
    text-align: center;
    padding-top: 10px;
    height: 60px;
}
.l-content .m-productTable .m-productTableOuter .m-product .m-name a {
    font-size: 13px;
    line-height: 21px;
    color: #004bb1;
    text-decoration: none;
}
.l-content .m-productTable .m-productTableOuter .m-product .m-number {
    text-align: center;
    font-size: 12px;
    color: #333333;
    padding-top: 10px;
}
.l-content .m-productTable .m-productTableOuter .m-product .m-delivery {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding-top: 10px;
}
.l-content .m-productTable .m-productTableOuter .m-product .m-delivery img, .l-content .m-productTable .m-productTableOuter .m-product .m-delivery span {
    vertical-align: middle;
}

.l-content .m-productTable .m-productTableOuter .m-bt0 {
    border-top: 0;
}
.l-content .m-productTable .m-productTableOuter .m-product:nth-child(n+4) {
    border-top: 0;
}
.l-content .m-btnList a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}